[debsums] 125/184: Imported Debian version 2.0.48+nmu3
Axel Beckert
abe at deuxchevaux.org
Mon Mar 2 21:21:25 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 1e125992f7eed6c44dc1438ac4c00c850aabe795
Author: Ryan Niebur <ryanryan52 at gmail.com>
Date: Sat Aug 27 01:00:19 2011 -0700
Imported Debian version 2.0.48+nmu3
---
debian/changelog | 7 +++++++
debsums | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 68b8c01..90fe8cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debsums (2.0.48+nmu3) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Actually fix the LC_ALL issue. Closes: #592081
+
+ -- David Prévot <david at tilapin.org> Wed, 17 Nov 2010 17:16:07 -0400
+
debsums (2.0.48+nmu2) unstable; urgency=low
* Non-maintainer upload.
diff --git a/debsums b/debsums
index 90f303f..855fbf7 100755
--- a/debsums
+++ b/debsums
@@ -216,7 +216,7 @@ my %replaced;
}
my %diversion;
-for (`LC_MESSAGES=C /usr/sbin/dpkg-divert --list --admindir $admindir`)
+for (`LC_ALL=C /usr/sbin/dpkg-divert --list --admindir $admindir`)
{
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