Your message dated Sun, 05 Aug 2012 23:02:17 +0100
with message-id <[email protected]>
and subject line Re: Bug#683965: unblock: gimp-resynthesizer/0.16-3
has caused the Debian Bug report #683965,
regarding unblock: gimp-resynthesizer/0.16-3
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
683965: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=683965
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Hi release team,
please unblock package gimp-resynthesizer - unfortunately dh_installdoc
went missing when I cleaned up debian/rules to make a transitional
package, so there is no copyright file in the empty binary package. Also
i took the chance to move it to extra/oldlibs. Diff is below.
Thanks,
Bernd
unblock gimp-resynthesizer/0.16-3
diff -u gimp-resynthesizer-0.16/debian/changelog
gimp-resynthesizer-0.16/debian/changelog
--- gimp-resynthesizer-0.16/debian/changelog
+++ gimp-resynthesizer-0.16/debian/changelog
@@ -1,3 +1,12 @@
+gimp-resynthesizer (0.16-3) unstable; urgency=low
+
+ * Add dh_installdocs which went missing, so the empty transitional
+ package will ship with a copyright file. (Closes: #683939)
+ * Move to priority extra / section oldlibs to make deborphan
+ and friends happy.
+
+ -- Bernd Zeimetz <[email protected]> Sun, 05 Aug 2012 21:19:59 +0200
+
gimp-resynthesizer (0.16-2) unstable; urgency=low
* Transitional package (Closes: #614211)
diff -u gimp-resynthesizer-0.16/debian/rules
gimp-resynthesizer-0.16/debian/rules
--- gimp-resynthesizer-0.16/debian/rules
+++ gimp-resynthesizer-0.16/debian/rules
@@ -24,6 +24,7 @@
dh_testdir
dh_testroot
dh_installchangelogs
+ dh_installdocs
dh_compress
dh_fixperms
dh_installdeb
diff -u gimp-resynthesizer-0.16/debian/control
gimp-resynthesizer-0.16/debian/control
--- gimp-resynthesizer-0.16/debian/control
+++ gimp-resynthesizer-0.16/debian/control
@@ -1,6 +1,6 @@
Source: gimp-resynthesizer
-Section: graphics
-Priority: optional
+Section: oldlibs
+Priority: extra
Maintainer: Bernd Zeimetz <[email protected]>
Build-Depends: debhelper (>= 5.0.0)
Standards-Version: 3.7.3.0
--- End Message ---
--- Begin Message ---
On Sun, 2012-08-05 at 21:58 +0200, Bernd Zeimetz wrote:
> please unblock package gimp-resynthesizer - unfortunately dh_installdoc
> went missing when I cleaned up debian/rules to make a transitional
> package, so there is no copyright file in the empty binary package. Also
> i took the chance to move it to extra/oldlibs. Diff is below.
That's supposed to get caught by dak's lintian checks on upload.
Unblocked.
Regards,
Adam
--- End Message ---