Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-29 | merged from the debian-sid branch | Michael Vogt | |
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-22 | merged (and resolved a bunch of conflicts) of the debian-sid branch | Michael Vogt | |
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 building | David 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-22 | use the correct line to get the currently configure.in version | David Kalnischkies | |
2012-03-22 | the previously used VERSION didn't work everywhere so we are switching | David Kalnischkies | |
to the more standard PACKAGE_VERSION and make it work in every file | |||
2012-01-24 | merged from experimental | Michael Vogt | |
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-28 | merged from debian-experimental2 | Michael Vogt | |
2011-11-28 | revert libapt-common addition because of ↵ | Michael Vogt | |
http://lists.debian.org/debian-devel/2011/11/msg00742.html | |||
2011-11-22 | merged lp:~mvo/apt/convert-to-multiarch-lib-thanks-colin | Michael Vogt | |
2011-11-22 | merged libapt multiarch enable patch from Colin Watson, many thanks! | Michael Vogt | |
2011-11-10 | merged from lp:~mvo/apt/mvo (that has all the changes from ↵ | Michael Vogt | |
debian-experimental2) and resolved a bunch of conflicts | |||
2011-09-13 | merge with debian/sid | David Kalnischkies | |
2011-08-17 | understand DEB_BUILD_OPTIONS nocheck to disable the testexecution | David 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-28 | merged from debian-experimental | Michael Vogt | |
2011-07-15 | merged from the debian-sid branch | Michael Vogt | |
2011-07-15 | merged from http://bzr.debian.org/bzr/apt/apt/debian-sid | Michael Vogt | |
2011-06-29 | merge lp:~mvo/apt/abi-break | Michael Vogt | |
2011-06-28 | merged from debian-sid | Michael Vogt | |
2011-06-10 | debian/rules: use substvars properly | Michael Vogt | |
2011-06-10 | generate debiandencies for libapt-pkg-dev automatically via deb-substvars | Michael Vogt | |
2011-06-10 | include mo files in the right packages | Michael Vogt | |
2011-06-09 | do not hardcode the libnames | Michael Vogt | |
2011-06-08 | fix lintian issues | Michael Vogt | |
2011-06-08 | remove -l from dh_shlibdeps, that is no longer needed with recent shlibdeps | Michael Vogt | |
2011-06-08 | do not include libapt-pkg* in apt itself, add missing dh_makeshlibs calls | Michael Vogt | |
2011-06-08 | initial librarification push | Michael Vogt | |
2011-06-06 | revert 2114.1.12 as doxygen does this for use now | David Kalnischkies | |
2011-05-17 | * Implement EDSP in libapt-pkg so that all front-ends which | David 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-09 | fix package building so 'dump' is a binary not a directory | David Kalnischkies | |
2011-05-03 | add a tiny dump solver to quickly output a scenario | David Kalnischkies | |
2011-05-03 | ship the apt-internal-solver in apt-utils package and link it to | David Kalnischkies | |
/usr/lib/apt/solvers so we have it available for playing as 'apt' | |||
2011-05-03 | * debian/rules: | Michael Vogt | |
- build in verbose mode by default (thanks to Matthias Klose) | |||
2011-04-19 | * debian/rules: | David Kalnischkies | |
- remove unused embedded jquery by doxygen from libapt-pkg-doc | |||
2011-02-08 | merged from the debian-sid branch | Michael Vogt | |
2011-01-16 | move file installation from rules to dh_install files | David Kalnischkies | |
2011-01-15 | let dh_bugfiles take care of the bugscript instead of handcopying | David Kalnischkies | |
2011-01-15 | move the lintian-overrides into the debian directory | David Kalnischkies | |
2011-01-15 | * debian/control: | David Kalnischkies | |
- 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 Kalnischkies | |
- use -- instead of deprecated -u for dh_gencontrol | |||
2010-11-30 | cleanup the debian/rules file a bit | David Kalnischkies | |
2010-11-18 | remove apt-changelog from the build | Michael Vogt | |
2010-11-15 | * cmdline/apt-changelog: Read server name from configuration | Martin Pitt | |
APT::Changelog::Server instead of hardcoding it. This allows local users to point to a local changelog mirror, or make this script work for Debian. * Add debian/apt.conf.changelog: Configuration for apt-changelog with the server for Ubuntu (changelogs.ubuntu.com). Install it in debian/rules. * doc/apt-changelog.1.xml: Document the new option. | |||
2010-11-09 | * Add cmdline/apt-changelog: Script to fetch package changelog from | Martin Pitt | |
changelogs.ubuntu.com. Install it in cmdline/makefile and debian/rules. * Add doc/apt-changelog.1.xml, and install it in debian/rules. | |||
2010-09-03 | * debian/rules: | Michael Vogt | |
- put ubuntu-archive.gpg back into the package (LP: #620576) |