Hi,

Axel Beckert wrote:
> Raphaƫl Hertzog wrote:
> > The next version of dpkg will get rid of the compatibility symlink
> > in /usr/sbin/dpkg-divert and currently debsums hardcodes this path.
> 
> I've fixed this issue in the collab-maint git repository.
[...]
> Ryan: Do you plan to upload a new version soon? Otherwise I'd NMU this
> issue based on what I pushed to the collab-maint git repo.

No reply for four days (except that someone else raised the severity
to RC), so I've uploaded the attached debdiff as NMU to DELAYED/10.
Please tell me in case I should delay it longer or reset the delay to
uploading immediately.

I also pushed the NMU changes (i.e. the different changelog entry) to
a new git branch called "nmu". Once the NMU hits unstable, I'll merge
that branch into the master branch and remove the nmu branch again.

                Regards, Axel
-- 
 ,''`.  |  Axel Beckert <a...@debian.org>, http://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE
  `-    |  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5
diff -Nru debsums-2.0.52/debian/changelog debsums-2.0.52+nmu1/debian/changelog
--- debsums-2.0.52/debian/changelog	2012-06-19 02:55:57.000000000 +0200
+++ debsums-2.0.52+nmu1/debian/changelog	2013-08-03 15:05:07.000000000 +0200
@@ -1,3 +1,10 @@
+debsums (2.0.52+nmu1) unstable; urgency=low
+
+  * Non-maintainer upload
+  * Use dpkg-divert without path (Closes: #709009)
+
+ -- Axel Beckert <a...@debian.org>  Sat, 03 Aug 2013 14:56:51 +0200
+
 debsums (2.0.52) unstable; urgency=low
 
   * Remove debsums_gen from package (Closes: #640296)
diff -Nru debsums-2.0.52/debsums debsums-2.0.52+nmu1/debsums
--- debsums-2.0.52/debsums	2012-06-19 02:52:29.000000000 +0200
+++ debsums-2.0.52+nmu1/debsums	2013-07-30 00:20:54.000000000 +0200
@@ -271,7 +271,7 @@
 }
 
 my %diversion;
-for (`LC_ALL=C /usr/sbin/dpkg-divert --list --admindir $DPKG`)
+for (`LC_ALL=C dpkg-divert --list --admindir $DPKG`)
 {
     my ($by) = /^(local) diversion/ ? $1 : / by (\S+)$/;
     $diversion{$1} = [$2, $by]

Reply via email to