Package: asql
Version: 1.6-1.1
Severity: normal
Tags: patch  pending

Dear maintainer,

I've prepared an NMU for asql (versioned as 1.6-1.2) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards,

Eriberto

diff -Nru asql-1.6/debian/changelog asql-1.6/debian/changelog
--- asql-1.6/debian/changelog   2021-01-05 14:29:40.000000000 -0300
+++ asql-1.6/debian/changelog   2022-04-14 13:40:34.000000000 -0300
@@ -1,3 +1,18 @@
+asql (1.6-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Using new DH level format. Consequently:
+      - debian/compat: removed.
+      - debian/control: changed from 'debhelper' to 'debhelper-compat' in
+        Build-Depends field and bumped level to 13.
+      - debian/rules: using 'dh_prep' instead of 'dh_clean -k' because the
+        '-k' option is not supported since compat 12.
+      - Closes: #965418
+  * debian/rules: added missing targets build-arch and build-indep.
+    (Closes: #999113)
+
+ -- Joao Eriberto Mota Filho <eribe...@debian.org>  Thu, 14 Apr 2022 13:40:34 
-0300
+
 asql (1.6-1.1) unstable; urgency=medium
 
   * Non maintainer upload by the Reproducible Builds team.
diff -Nru asql-1.6/debian/compat asql-1.6/debian/compat
--- asql-1.6/debian/compat      2010-10-04 17:19:07.000000000 -0300
+++ asql-1.6/debian/compat      1969-12-31 21:00:00.000000000 -0300
@@ -1 +0,0 @@
-5
diff -Nru asql-1.6/debian/control asql-1.6/debian/control
--- asql-1.6/debian/control     2010-10-04 17:19:07.000000000 -0300
+++ asql-1.6/debian/control     2022-04-14 13:40:34.000000000 -0300
@@ -2,7 +2,7 @@
 Section: admin
 Priority: optional
 Maintainer: Steve Kemp <s...@debian.org>
-Build-Depends: debhelper (>> 5.0.0)
+Build-Depends: debhelper-compat (= 13)
 Standards-Version: 3.8.4
 Homepage: http://www.steve.org.uk/Software/asql/
 
diff -Nru asql-1.6/debian/rules asql-1.6/debian/rules
--- asql-1.6/debian/rules       2010-10-04 17:19:07.000000000 -0300
+++ asql-1.6/debian/rules       2022-04-14 13:40:34.000000000 -0300
@@ -25,7 +25,7 @@
 install: build
        dh_testdir
        dh_testroot
-       dh_clean -k
+       dh_prep
        dh_installdirs
        make install PREFIX=`pwd`/debian/asql
        mkdir -p `pwd`/debian/asql/usr/share/man/man8/
@@ -51,4 +51,6 @@
 # We have nothing to do here
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install 
+build-arch: build
+build-indep: build
+.PHONY: build build-arch build-indep clean binary-indep binary-arch binary 
install

Reply via email to