[debsums] 01/01: * Take patch from 2.0.52+nmu2 from Axel Beckert to suppress reporting conffiles which were moved to a new package as modified in the old package. (Closes: #744398) * Release as 2.0.52+deb7u1

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


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

abe pushed a commit to annotated tag debian/2.0.52+deb7u1
in repository debsums.

commit 93f0179b6875217a297644555d6bdc4bd3134b14
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Thu May 29 17:35:52 2014 +0200

    * Take patch from 2.0.52+nmu2 from Axel Beckert to suppress reporting
      conffiles which were moved to a new package as modified in the old
      package. (Closes: #744398)
    * Release as 2.0.52+deb7u1
---
 debian/changelog | 9 +++++++++
 debsums          | 7 +++++++
 2 files changed, 16 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 978db8e..eb66715 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+debsums (2.0.52+deb7u1) wheezy; urgency=low
+
+  * Non-maintainer upload.
+  * Take patch from 2.0.52+nmu2 from Axel Beckert to suppress reporting
+    conffiles which were moved to a new package as modified in the old
+    package. (Closes: #744398)
+
+ -- Holger Levsen <holger at debian.org>  Mon, 02 Jun 2014 14:14:24 +0200
+
 debsums (2.0.52) unstable; urgency=low
 
   * Remove debsums_gen from package (Closes: #640296)
diff --git a/debsums b/debsums
index 367d0f6..efb5dc5 100755
--- a/debsums
+++ b/debsums
@@ -462,6 +462,13 @@ sub is_localepurge_file {
 	    return 0;
 	}
 
+	my $correct_package = `dpkg-query "--admindir=$DPKG" -S "$path" | awk -F: '{print \$1}'`;
+	chomp($correct_package);
+	if ($pack ne $correct_package) {
+	    #print "$pack != $correct_package\n";
+	    return 0;
+	}
+
 	if ($changed)
 	{
 	    print $root, "/", $path, "\n";

-- 
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