[Pkg-samba-maint] r2501 - trunk/tdb/debian
jelmer at alioth.debian.org
jelmer at alioth.debian.org
Sat Jan 24 23:46:50 UTC 2009
tags 510944 pending
thanks
Author: jelmer
Date: 2009-01-24 23:46:50 +0000 (Sat, 24 Jan 2009)
New Revision: 2501
Modified:
trunk/tdb/debian/changelog
trunk/tdb/debian/tdb-tools.postinst
Log:
Remove use of absolute paths per policy ?\194?\1676.1. (Closes: #510944)
Modified: trunk/tdb/debian/changelog
===================================================================
--- trunk/tdb/debian/changelog 2009-01-24 23:42:39 UTC (rev 2500)
+++ trunk/tdb/debian/changelog 2009-01-24 23:46:50 UTC (rev 2501)
@@ -4,6 +4,7 @@
* Add dummy watchfile explaining how to obtain an upstream tarball.
* Fix version number. (Closes: #510885)
* Bump shlibs because of newly added tdb_repack() symbol. (Closes: #510886)
+ * Remove use of absolute paths per policy §6.1. (Closes: #510944)
-- Jelmer Vernooij <jelmer at debian.org> Sun, 25 Jan 2009 00:13:16 +0100
Modified: trunk/tdb/debian/tdb-tools.postinst
===================================================================
--- trunk/tdb/debian/tdb-tools.postinst 2009-01-24 23:42:39 UTC (rev 2500)
+++ trunk/tdb/debian/tdb-tools.postinst 2009-01-24 23:46:50 UTC (rev 2501)
@@ -7,7 +7,7 @@
case "$1" in
configure)
- /usr/sbin/update-alternatives --install /usr/bin/tdbbackup tdbbackup /usr/bin/tdbbackup.tdbtools 10
+ update-alternatives --install /usr/bin/tdbbackup tdbbackup /usr/bin/tdbbackup.tdbtools 10
;;
abort-upgrade|abort-remove|abort-deconfigure)
More information about the Pkg-samba-maint
mailing list