summaryrefslogtreecommitdiff
path: root/debian/rules
Commit message (Collapse)AuthorAgeFilesLines
* do not compress .xhtml files and remove junk filesDavid Kalnischkies2014-02-141-1/+2
| | | | | | | | | dh_compress compresses .xhtml files by default, which breaks our doxygen documentation. doxygen has also a bunch of temporary files it creates which stay in the build directory and so we remove them before installing them as documentation. Closes: 738933
* debian/rules: Call dh_makeshlibs for 'apt'Julian Andres Klode2014-01-051-0/+1
| | | | | | | | The package ships libapt-private now, so we need an ldconfig call in postinst. dh_makeshlibs creates one for us. Reported-by: lintian
* use a substvar to set the archive-keyring in debian/controlDavid Kalnischkies2013-11-301-1/+1
| | | | | | Adds a small helper to extract the small information bits we store in apt-vendor.ent and uses it in debian/rules to set apt:keyring as a substvar for debian/control populated with the &keyring-package; info
* enable NOISE for build logs to enable analyseDavid Kalnischkies2013-11-301-0/+3
| | | | | | It was enabled for a (long) while in Ubuntu, but it shouldn't hurt to enable it in Debian as well – especially now that Debian has automatic analyses of the buildlogs which don't work that well without the 'noise'
* really build apt.installMichael Vogt2013-08-121-2/+2
|
* exclude config.{sub,guess} from source packageDavid Kalnischkies2013-07-261-1/+6
| | | | | | | Lintian complains about these links in the source package as they leave the source directory and as they are autogenerated there isn't that much sense in shipping them, we can just recreate them before calling configure.
* implement debian/rules build-{arch,indep} as required by policy 3.9.4David Kalnischkies2013-07-261-15/+15
|
* make autoconf happy by "mv configure.{in,ac}"David Kalnischkies2013-07-261-1/+1
| | | | Git-Dch: Ignore
* cherry pick 39a07ec8f2c612a5af234c7713571362f7ca90b4Steve Langasek2013-07-111-0/+2
|
* debian/rules:Michael Vogt2013-07-051-0/+1
| | | | | * debian/rules: - call dh_clean in clean (closes: #714980)
* build the en manpages in subdirectory doc/enDavid Kalnischkies2013-06-091-2/+2
| | | | | Building manpages becames more consistent this way and it is simpler to ignore build artefacts, too.
* add missing translated apt.8 manpages, thanks to Helge Kreutzmann.Michael Vogt2013-01-081-1/+1
| | | Closes: #696923
* * debian/control:David Kalnischkies2012-06-291-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
* * debian/rules:David Kalnischkies2012-05-211-2/+3
| | | | - move internal-solver as 'apt' to his friend dump-solver in /usr/lib/apt/solvers to avoid writing a manpage for it
* - separate manpages from the rest of the doc buildingDavid Kalnischkies2012-05-141-4/+10
| | | - make apt and apt-utils packages depend on manpages instead of full doc
* * debian/rules:David Kalnischkies2012-05-121-1/+1
| | | - apt-utils packages manpages, so it should depend on build-doc
* * debian/rules:David Kalnischkies2012-03-221-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
* use the correct line to get the currently configure.in versionDavid Kalnischkies2012-03-221-1/+1
|
* the previously used VERSION didn't work everywhere so we are switchingDavid Kalnischkies2012-03-221-1/+1
| | | | to the more standard PACKAGE_VERSION and make it work in every file
* * debian/rules:David Kalnischkies2012-01-191-1/+3
| | | | - apply patch to enable usage of hardning CPPFLAGS and LDFLAGS by Moritz Muehlenhoff, thanks! (Closes: #653504)
* revert libapt-common addition because of ↵Michael Vogt2011-11-281-18/+1
| | | | http://lists.debian.org/debian-devel/2011/11/msg00742.html
* merged libapt multiarch enable patch from Colin Watson, many thanks!Michael Vogt2011-11-221-4/+27
|
* merge with debian/sidDavid Kalnischkies2011-09-131-1/+6
|\
| * understand DEB_BUILD_OPTIONS nocheck to disable the testexecutionDavid Kalnischkies2011-08-171-0/+4
| |
| * * test/*David Kalnischkies2011-08-171-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
* | merged from http://bzr.debian.org/bzr/apt/apt/debian-sidMichael Vogt2011-07-151-3/+0
|\|
| * revert 2114.1.12 as doxygen does this for use nowDavid Kalnischkies2011-06-061-3/+0
| |
* | merge lp:~mvo/apt/abi-breakMichael Vogt2011-06-291-2/+4
|\ \
| * \ * Implement EDSP in libapt-pkg so that all front-ends whichDavid Kalnischkies2011-05-171-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
| | * fix package building so 'dump' is a binary not a directoryDavid Kalnischkies2011-05-091-0/+2
| | |
| | * add a tiny dump solver to quickly output a scenarioDavid Kalnischkies2011-05-031-1/+1
| | |
| | * ship the apt-internal-solver in apt-utils package and link it toDavid Kalnischkies2011-05-031-1/+1
| | | | | | | | | | | | /usr/lib/apt/solvers so we have it available for playing as 'apt'
* | | debian/rules: use substvars properlyMichael Vogt2011-06-101-1/+1
| | |
* | | generate debiandencies for libapt-pkg-dev automatically via deb-substvarsMichael Vogt2011-06-101-1/+1
| | |
* | | include mo files in the right packagesMichael Vogt2011-06-101-0/+4
| | |
* | | do not hardcode the libnamesMichael Vogt2011-06-091-3/+7
| | |
* | | fix lintian issuesMichael Vogt2011-06-081-2/+4
| | |
* | | remove -l from dh_shlibdeps, that is no longer needed with recent shlibdepsMichael Vogt2011-06-081-4/+4
| | |
* | | do not include libapt-pkg* in apt itself, add missing dh_makeshlibs callsMichael Vogt2011-06-081-1/+2
| | |
* | | initial librarification pushMichael Vogt2011-06-081-11/+41
|/ /
* / * debian/rules:David Kalnischkies2011-04-191-0/+3
|/ | | - remove unused embedded jquery by doxygen from libapt-pkg-doc
* move file installation from rules to dh_install filesDavid Kalnischkies2011-01-161-32/+13
|
* let dh_bugfiles take care of the bugscript instead of handcopyingDavid Kalnischkies2011-01-151-1/+1
|
* move the lintian-overrides into the debian directoryDavid Kalnischkies2011-01-151-3/+1
|
* * debian/control:David Kalnischkies2011-01-151-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
* * debian/rules:David Kalnischkies2011-01-141-4/+4
| | | - use -- instead of deprecated -u for dh_gencontrol
* cleanup the debian/rules file a bitDavid Kalnischkies2010-11-301-17/+6
|
* [ Martin Pitt ]David Kalnischkies2010-07-111-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.
| * * debian/rules:martin@piware.de2010-06-111-1/+1
| | | | | | | | - Make DEB_BUILD_OPTIONS=noopt actually work by passing the right CXXFLAGS.
* | debian/rules: remove two more leftovers fromthe ubuntu mergeMichael Vogt2010-06-091-2/+0
| |