summaryrefslogtreecommitdiff
path: root/debian/rules
AgeCommit message (Collapse)Author
2014-10-01debian/rules: add hardening=+allMichael Vogt
Because of dpkg-buildflags we already get most of the hardening features, +all adds -fPIE and ld -z now Thanks: Simon Ruderich, Markus Waldeck
2014-07-08build: Convert from DebianDoc SGML to DocBook XMLGuillem Jover
2014-05-05Revert "add bash completion for the "apt" command"Michael Vogt
This reverts commit 697c9314c8ba24f3e393b5de11a3fad7adae4bfc. Conflicts: debian/rules
2014-04-26allow vendors to install configuration filesDavid Kalnischkies
Vendors like ubuntu need to change some options, so giving them a way to do this less painfully avoids reducing differences.
2014-04-25provide support for debian/apt.conf.$(lsb_release -i -s) vendor specific ↵Michael Vogt
config files
2014-04-25add bash completion for the "apt" commandMichael Vogt
2014-02-27initial version of apt-helperMichael Vogt
2014-02-14do not compress .xhtml files and remove junk filesDavid Kalnischkies
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
2014-01-05debian/rules: Call dh_makeshlibs for 'apt'Julian Andres Klode
The package ships libapt-private now, so we need an ldconfig call in postinst. dh_makeshlibs creates one for us. Reported-by: lintian
2013-11-30use a substvar to set the archive-keyring in debian/controlDavid Kalnischkies
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
2013-11-30enable NOISE for build logs to enable analyseDavid Kalnischkies
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'
2013-08-12really build apt.installMichael Vogt
2013-07-26exclude config.{sub,guess} from source packageDavid Kalnischkies
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.
2013-07-26implement debian/rules build-{arch,indep} as required by policy 3.9.4David Kalnischkies
2013-07-26make autoconf happy by "mv configure.{in,ac}"David Kalnischkies
Git-Dch: Ignore
2013-07-11cherry pick 39a07ec8f2c612a5af234c7713571362f7ca90b4Steve Langasek
2013-07-05debian/rules:Michael Vogt
* debian/rules: - call dh_clean in clean (closes: #714980)
2013-06-09build the en manpages in subdirectory doc/enDavid Kalnischkies
Building manpages becames more consistent this way and it is simpler to ignore build artefacts, too.
2013-01-08add missing translated apt.8 manpages, thanks to Helge Kreutzmann.Michael Vogt
Closes: #696923
2012-06-29* debian/control:David Kalnischkies
- 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 Kalnischkies
- 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 Kalnischkies
- make apt and apt-utils packages depend on manpages instead of full doc
2012-05-12* debian/rules:David Kalnischkies
- apt-utils packages manpages, so it should depend on build-doc
2012-03-22* debian/rules:David Kalnischkies
- 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 Kalnischkies
2012-03-22the previously used VERSION didn't work everywhere so we are switchingDavid Kalnischkies
to the more standard PACKAGE_VERSION and make it work in every file
2012-01-19* debian/rules:David Kalnischkies
- 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 Vogt
http://lists.debian.org/debian-devel/2011/11/msg00742.html
2011-11-22merged libapt multiarch enable patch from Colin Watson, many thanks!Michael Vogt
2011-09-13merge with debian/sidDavid Kalnischkies
2011-08-17understand DEB_BUILD_OPTIONS nocheck to disable the testexecutionDavid Kalnischkies
2011-08-17* test/*David Kalnischkies
- 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 Vogt
2011-06-29merge lp:~mvo/apt/abi-breakMichael Vogt
2011-06-10debian/rules: use substvars properlyMichael Vogt
2011-06-10generate debiandencies for libapt-pkg-dev automatically via deb-substvarsMichael Vogt
2011-06-10include mo files in the right packagesMichael Vogt
2011-06-09do not hardcode the libnamesMichael Vogt
2011-06-08fix lintian issuesMichael Vogt
2011-06-08remove -l from dh_shlibdeps, that is no longer needed with recent shlibdepsMichael Vogt
2011-06-08do not include libapt-pkg* in apt itself, add missing dh_makeshlibs callsMichael Vogt
2011-06-08initial librarification pushMichael Vogt
2011-06-06revert 2114.1.12 as doxygen does this for use nowDavid Kalnischkies
2011-05-17* Implement EDSP in libapt-pkg so that all front-ends whichDavid Kalnischkies
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 Kalnischkies
2011-05-03add a tiny dump solver to quickly output a scenarioDavid Kalnischkies
2011-05-03ship the apt-internal-solver in apt-utils package and link it toDavid Kalnischkies
/usr/lib/apt/solvers so we have it available for playing as 'apt'
2011-04-19* debian/rules:David Kalnischkies
- remove unused embedded jquery by doxygen from libapt-pkg-doc
2011-01-16move file installation from rules to dh_install filesDavid Kalnischkies
2011-01-15let dh_bugfiles take care of the bugscript instead of handcopyingDavid Kalnischkies