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 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

