Control: tag -1 + patch pending

Hi Erinn,

ni...@thykier.net wrote:
> The package libromana-perligata-perl uses debhelper with a compat level of 4,
> which is deprecated and scheduled for removal.
> 
>  * Please bump the debhelper compat at your earliest convenience.
>    on the 15th of June.
>    - Compat 9 is recommended
>    - Compat 5 is the bare minimum

Today I was sitting in the talk "Fun with Dead Languages" by the
upstream developer of this module. He mentioned it in the talk. While
looking for the according Debian package I noticed this bug report and
prepared an NMU while he still was giving the talk. :-)

Please see the following patch. I've just uploaded an NMU with that
patch to DELAYED/10. Feel free to tell me if I should fast-forward the
upload or delay it longer.

diff -u libromana-perligata-perl-0.55/debian/changelog 
libromana-perligata-perl-0.55/debian/changelog
--- libromana-perligata-perl-0.55/debian/changelog
+++ libromana-perligata-perl-0.55/debian/changelog
@@ -1,3 +1,16 @@
+libromana-perligata-perl (0.55-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload during Damian Conway's "Fun with Dead Languages"
+    talk at FHNW -- which mentioned this Perl module. :-)
+  * Bump debhelper compatibility to 9. (Closes: #817548)
+    + Update versioned debhelper build-dependency accordingly.
+    + Replace "dh_clean -k" with "dh_prep".
+    + Add dependency on ${misc:Depends}.
+  * Fix lintian warning debian-rules-missing-recommended-target to avoid a
+    similar FTBFS in the future.
+
+ -- Axel Beckert <a...@debian.org>  Mon, 04 Apr 2016 19:32:14 +0200
+
 libromana-perligata-perl (0.55-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u libromana-perligata-perl-0.55/debian/compat 
libromana-perligata-perl-0.55/debian/compat
--- libromana-perligata-perl-0.55/debian/compat
+++ libromana-perligata-perl-0.55/debian/compat
@@ -1 +1 @@
-4
+9
diff -u libromana-perligata-perl-0.55/debian/control 
libromana-perligata-perl-0.55/debian/control
--- libromana-perligata-perl-0.55/debian/control
+++ libromana-perligata-perl-0.55/debian/control
@@ -1,14 +1,14 @@
 Source: libromana-perligata-perl 
 Section: perl
 Priority: extra 
-Build-Depends: debhelper (>= 4.0.2), perl (>= 5.8.0-7)
+Build-Depends: debhelper (>= 9), perl (>= 5.8.0-7)
 Maintainer: Erinn Clark <er...@double-helix.org> 
 Standards-Version: 3.6.1
 
 Package: libromana-perligata-perl 
 Section: perl
 Architecture: all
-Depends: perl (>= 5.8.0-7), libfilter-perl
+Depends: perl (>= 5.8.0-7), libfilter-perl, ${misc:Depends}
 Description: perl module for writing in Latin
  Using Filters, the Lingua::Romana::Perligata module makes it 
  possible to write Perl programs in Latin. 
diff -u libromana-perligata-perl-0.55/debian/rules 
libromana-perligata-perl-0.55/debian/rules
--- libromana-perligata-perl-0.55/debian/rules
+++ libromana-perligata-perl-0.55/debian/rules
@@ -4,7 +4,9 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-build: build-stamp
+build: build-arch build-indep
+build-arch:
+build-indep: build-stamp
 build-stamp:
        dh_testdir
 
@@ -24,7 +26,7 @@
 install: build
        dh_testdir
        dh_testroot
-       dh_clean -k
+       dh_prep
        dh_installdirs
 
        $(MAKE) install DESTDIR=$(CURDIR)/debian/libromana-perligata-perl
@@ -54 +56 @@
-.PHONY: build clean binary-indep binary-arch binary install
+.PHONY: build clean binary-indep binary-arch binary install build-arch 
build-indep

                Kind regards, Axel
-- 
 ,''`.  |  Axel Beckert <a...@debian.org>, http://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5
  `-    |  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE

Attachment: signature.asc
Description: Digital signature

Reply via email to