diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2012-05-25 11:03:12 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-05-25 11:03:12 +0200 |
commit | 191f736c1fa737e0513e8e00c736b8488ee87f7c (patch) | |
tree | 547dc95c36180b9fbf9f9e0132ad4030213f8181 /debian | |
parent | bfcd7854a515aa527ade9043cc8210d7a8d72d64 (diff) |
* debian/apt-utils.links:
- the internal resolver 'apt' is now directly installed in
/usr/lib/apt/solvers, so don't instruct dh to create a broken link
Diffstat (limited to 'debian')
-rw-r--r-- | debian/apt-utils.links | 1 | ||||
-rw-r--r-- | debian/changelog | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/apt-utils.links b/debian/apt-utils.links deleted file mode 100644 index 5bf138c4a..000000000 --- a/debian/apt-utils.links +++ /dev/null @@ -1 +0,0 @@ -usr/bin/apt-internal-solver usr/lib/apt/solvers/apt diff --git a/debian/changelog b/debian/changelog index 8c4ec4f27..719bd16f5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ apt (0.9.5.2) UNRELEASED; urgency=low * cmdline/apt-get.cc: - do not show 'list of broken packages' header if no package is broken as it happens e.g. for external resolver errors + * debian/apt-utils.links: + - the internal resolver 'apt' is now directly installed in + /usr/lib/apt/solvers, so don't instruct dh to create a broken link [ Justin B Rye ] * doc/apt-cdrom.8.xml: |