summaryrefslogtreecommitdiff
path: root/debian/rules
AgeCommit message (Collapse)AuthorFilesLines
2012-06-29* debian/control:David Kalnischkies1-5/+5
- demote debiandoc-sgml to Build-Depends-Indep * doc/makefile: - separate translation building of debiandoc from manpages so that we don't need to build debiandoc for binary packages
2012-05-21* debian/rules:David Kalnischkies1-2/+3
- move internal-solver as 'apt' to his friend dump-solver in /usr/lib/apt/solvers to avoid writing a manpage for it
2012-05-14 - separate manpages from the rest of the doc buildingDavid Kalnischkies1-4/+10
- make apt and apt-utils packages depend on manpages instead of full doc
2012-05-12* debian/rules:David Kalnischkies1-1/+1
- apt-utils packages manpages, so it should depend on build-doc
2012-03-22* debian/rules:David Kalnischkies1-14/+0
- do not sed in configure.in to set the version-number * prepare-release: - add as a small script to lazy check and prepare releases
2012-03-22use the correct line to get the currently configure.in versionDavid Kalnischkies1-1/+1
2012-03-22the previously used VERSION didn't work everywhere so we are switchingDavid Kalnischkies1-1/+1
to the more standard PACKAGE_VERSION and make it work in every file
2012-01-19* debian/rules:David Kalnischkies1-1/+3
- apply patch to enable usage of hardning CPPFLAGS and LDFLAGS by Moritz Muehlenhoff, thanks! (Closes: #653504)
2011-11-28revert libapt-common addition because of ↵Michael Vogt1-18/+1
http://lists.debian.org/debian-devel/2011/11/msg00742.html
2011-11-22merged libapt multiarch enable patch from Colin Watson, many thanks!Michael Vogt1-4/+27
2011-09-13merge with debian/sidDavid Kalnischkies1-1/+6
2011-08-17understand DEB_BUILD_OPTIONS nocheck to disable the testexecutionDavid Kalnischkies1-0/+4
2011-08-17* test/*David Kalnischkies1-0/+1
- reorganize the various testcases and helper we have and integrate them better into the buildsystem - run the test/libapt testcases at package build-time
2011-07-15merged from http://bzr.debian.org/bzr/apt/apt/debian-sidMichael Vogt1-3/+0
2011-06-29merge lp:~mvo/apt/abi-breakMichael Vogt1-2/+4
2011-06-10debian/rules: use substvars properlyMichael Vogt1-1/+1
2011-06-10generate debiandencies for libapt-pkg-dev automatically via deb-substvarsMichael Vogt1-1/+1
2011-06-10include mo files in the right packagesMichael Vogt1-0/+4
2011-06-09do not hardcode the libnamesMichael Vogt1-3/+7
2011-06-08fix lintian issuesMichael Vogt1-2/+4
2011-06-08remove -l from dh_shlibdeps, that is no longer needed with recent shlibdepsMichael Vogt1-4/+4
2011-06-08do not include libapt-pkg* in apt itself, add missing dh_makeshlibs callsMichael Vogt1-1/+2
2011-06-08initial librarification pushMichael Vogt1-11/+41
2011-06-06revert 2114.1.12 as doxygen does this for use nowDavid Kalnischkies1-3/+0
2011-05-17* Implement EDSP in libapt-pkg so that all front-ends whichDavid Kalnischkies1-2/+4
use the internal resolver can now be used also with external ones as the usage is hidden in between the old API * provide two edsp solvers in apt-utils: - 'dump' to quickly output a complete scenario and - 'apt' to use the internal as an external resolver
2011-05-09fix package building so 'dump' is a binary not a directoryDavid Kalnischkies1-0/+2
2011-05-03add a tiny dump solver to quickly output a scenarioDavid Kalnischkies1-1/+1
2011-05-03ship the apt-internal-solver in apt-utils package and link it toDavid Kalnischkies1-1/+1
/usr/lib/apt/solvers so we have it available for playing as 'apt'
2011-04-19* debian/rules:David Kalnischkies1-0/+3
- remove unused embedded jquery by doxygen from libapt-pkg-doc
2011-01-16move file installation from rules to dh_install filesDavid Kalnischkies1-32/+13
2011-01-15let dh_bugfiles take care of the bugscript instead of handcopyingDavid Kalnischkies1-1/+1
2011-01-15move the lintian-overrides into the debian directoryDavid Kalnischkies1-3/+1
2011-01-15* debian/control:David Kalnischkies1-25/+12
- depend on dpkg-dev (>= 1.15.8) to have c++ symbol mangling * debian/rules: - remove shlibs.local creation and usage - show differences in the symbol files, but never fail * debian/{apt,apt-utils}.symbols: - ship experimental unmangled c++ symbol files
2011-01-14* debian/rules:David Kalnischkies1-4/+4
- use -- instead of deprecated -u for dh_gencontrol
2010-11-30cleanup the debian/rules file a bitDavid Kalnischkies1-17/+6
2010-07-11[ Martin Pitt ]David Kalnischkies1-1/+1
* debian/rules: - Make DEB_BUILD_OPTIONS=noopt actually work by passing the right CXXFLAGS. * apt-pkg/contrib/fileutl.{h,cc}: - Add support for reading of gzipped files with the new "ReadOnlyGzip" OpenMode. (Closes: #188407) - Link against zlib (in apt-pkg/makefile) and add zlib build dependency. - [ABI BREAK] This adds a new private member to FileFd, but its initialization is in the public header file. * configure.in: - Check for zlib library and headers. * apt-pkg/acquire-item.cc, apt-pkg/deb/debindexfile.cc, apt-pkg/deb/debrecords.cc, apt-pkg/deb/debsrcrecords.h, cmdline/apt-cache.cc: - Open Packages, Sources, and Translations indexes in "ReadOnlyGzip" mode. * apt-pkg/deb/debindexfile.cc: - If we do not find uncompressed package/source/translation indexes, look for gzip compressed ones. * apt-pkg/acquire-item.cc: - If the Acquire::GzipIndexes option is true and we download a gzipped index file, keep it as it is (and rename to .gz) instead of uncompressing it. * doc/apt.conf.5.xml: - Document the new Acquire::GzipIndexes option. * doc/po/apt-doc.pot, doc/po/de.po: - German translation of new Acquire::GzipIndexes option. * Add test/test-indexes.sh: - Test behaviour of index retrieval and usage, in particular with uncompressed and gzip compressed indexes. * methods/gzip.cc: With FileFd now being able to read gzipped files, there is no need for the gzip method any more to spawn an external gzip process. Rewrite it to use FileFd directly, which makes the code a lot simpler, and also using less memory and overhead.
2010-06-11* debian/rules:martin@piware.de1-1/+1
- Make DEB_BUILD_OPTIONS=noopt actually work by passing the right CXXFLAGS.
2010-06-09debian/rules: remove two more leftovers fromthe ubuntu mergeMichael Vogt1-2/+0
2010-06-09* merge the remaining Ubuntu change:Michael Vogt1-0/+6
- on gpg verification failure warn and restore the last known good state - on failure display the IP of the server (useful for servers that use round robin DNS) - support Original-Maintainer in RewritePackageOrder - enable cdrom autodetection via libudev by default - show messsage about Vcs in use when apt-get source is run for packages maintained in a Vcs - better support transitional packages with mark auto-installed. when the transitional package is in "oldlibs" the new package is not marked auto installed (same is true for section metapackages) - provide new "deb mirror://archive.foo/mirrors.list sid main" method expects a list of mirrors (generated on the server e.g. via geoip) and will use that, including cycle on failure - write apport crash file on package failure (disabled by default on debian until apport is available) - support mirror failure reporting (disabled by default on debian)
2010-05-24use dpkg-buildflags if available for CXXFLAGSDavid Kalnischkies1-3/+7
2010-05-24use $(CURDIR) instead of $(pwd)David Kalnischkies1-3/+3
2010-05-06merge with debian-experimental-maDavid Kalnischkies1-1/+2
2010-05-06 - install html doxygen in libapt-pkg-doc Michael Vogt1-2/+2
* debian/control: - build-depend on doxygen
2010-05-05* debian/rules:Michael Vogt1-1/+2
- install html doxygen in libapt-pkg-doc as well
2010-05-05* debian/rules:Michael Vogt1-1/+2
- install html doxygen in libapt-pkg-doc as well
2010-05-04* debian/rules:David Kalnischkies1-43/+0
- remove targets refering to CVS or arch as they are useless
2010-05-04* debian/rules:David Kalnischkies1-39/+30
- spell out some less known options to reduce manpage consulation-rate - Use POSIX command substitution: $(<command sequence>) - Remove EOL whitespace (Closes: #577804)
2010-03-12* debian/rules:Julian Andres Klode1-2/+2
- Fix the libraries name to be e.g. libapt-pkg4.9 instead of libapt-pkg-4.9.
2010-02-18* debian/rules:David Kalnischkies1-1/+1
- remove creation of empty dir /usr/share/apt
2010-02-18we break the ABI, so let use increase the ABI number :)David Kalnischkies1-7/+7
(This is the revert of the glibc-abi-compatibility-hack)