Browse Source

debian: Remove u-a, dpkg-divert and dpkg-statoverride compat symlinks

There are no packages using absolute paths in the Debian archive anymore.
Guillem Jover 11 years ago
parent
commit
55e3ca8a4e
4 changed files with 2 additions and 6 deletions
  1. 0 1
      Makefile.am
  2. 0 2
      TODO
  3. 2 0
      debian/changelog
  4. 0 3
      debian/dpkg.links

+ 0 - 1
Makefile.am

@@ -56,7 +56,6 @@ EXTRA_DIST = \
 	debian/dpkg.preinst \
 	debian/dpkg.prerm \
 	debian/dpkg.logrotate \
-	debian/dpkg.links \
 	debian/dpkg.lintian-overrides \
 	debian/dselect.cfg \
 	debian/dselect.docs \

+ 0 - 2
TODO

@@ -94,8 +94,6 @@ TODO
 
  * We should set our own obstack_alloc_failed_handler.
 
- * Remove compatibility symlinks
-   /usr/sbin/{update-alternatives,dpkg-divert,dpkg-statoverride}.
  * Remove install-info wrapper.
 
 

+ 2 - 0
debian/changelog

@@ -76,6 +76,8 @@ dpkg (1.17.0) UNRELEASED; urgency=low
     usually outdated, and everyone should be using dpkg-architecture anyway.
   * Add musl-linux support to ostable and triplettable.
     Requested-by Kevin Bortis <wermut@gmail.com>.
+  * Remove update-alternatives, dpkg-divert and dpkg-statoverride
+    compatibility symlinks under /usr/sbin/.
 
  -- Guillem Jover <guillem@debian.org>  Fri, 03 Aug 2012 13:21:00 +0200
 

+ 0 - 3
debian/dpkg.links

@@ -1,3 +0,0 @@
-usr/bin/dpkg-divert usr/sbin/dpkg-divert
-usr/bin/dpkg-statoverride usr/sbin/dpkg-statoverride
-usr/bin/update-alternatives usr/sbin/update-alternatives