This is an automated email from the git hooks/post-receive script. abe pushed a commit to branch master in repository debsums.
commit 6764aa54535c172a35fc081eb3cde88c4e8f965e Author: Ryan Niebur <[email protected]> Date: Sat Aug 27 01:34:36 2011 -0700 when querying dpkg-divert include the user specified root filesystem in --admindir (Closes: #632463) --- debian/changelog | 4 +++- debsums | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0a97ee5..70d545e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,8 +9,10 @@ debsums (2.0.49) UNRELEASED; urgency=low [ Ryan Niebur ] * integrate NMUs, thank you Giovanni and David (Closes: #603189) + * when querying dpkg-divert include the user specified root filesystem + in --admindir (Closes: #632463) - -- Ryan Niebur <[email protected]> Sat, 27 Aug 2011 01:25:24 -0700 + -- Ryan Niebur <[email protected]> Sat, 27 Aug 2011 01:31:57 -0700 debsums (2.0.48+nmu3) unstable; urgency=low diff --git a/debsums b/debsums index 7de5146..e67a907 100755 --- a/debsums +++ b/debsums @@ -232,7 +232,7 @@ my %replaced; } my %diversion; -for (`LC_ALL=C /usr/sbin/dpkg-divert --list --admindir $admindir`) +for (`LC_ALL=C /usr/sbin/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 _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
