[debsums] 159/184: Fix outdated path to dpkg-divert

Axel Beckert abe at deuxchevaux.org
Mon Mar 2 21:21:29 UTC 2015


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository debsums.

commit 4af21883231f9df99789416e8e89fce29dbf5150
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Tue Jul 30 00:16:35 2013 +0200

    Fix outdated path to dpkg-divert
    
    Closes: #709009
---
 debian/changelog | 6 ++++++
 debsums          | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 978db8e..1270d5c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+debsums (2.0.53) UNRELEASED; urgency=low
+
+  * Fix outdated path to dpkg-divert (Closes: #709009)
+
+ -- Axel Beckert <abe at debian.org>  Tue, 30 Jul 2013 00:13:05 +0200
+
 debsums (2.0.52) unstable; urgency=low
 
   * Remove debsums_gen from package (Closes: #640296)
diff --git a/debsums b/debsums
index 367d0f6..23a782c 100755
--- a/debsums
+++ b/debsums
@@ -271,7 +271,7 @@ my %replaced;
 }
 
 my %diversion;
-for (`LC_ALL=C /usr/sbin/dpkg-divert --list --admindir $DPKG`)
+for (`LC_ALL=C /usr/bin/dpkg-divert --list --admindir $DPKG`)
 {
     my ($by) = /^(local) diversion/ ? $1 : / by (\S+)$/;
     $diversion{$1} = [$2, $by]

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/debsums.git



More information about the Pkg-perl-cvs-commits mailing list