Control: tags 965514  + patch pending
Control: tags 999289  + patch pending

Dear maintainer,

I've prepared an NMU for falselogin (versioned as 0.3-4.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

reverted:
--- falselogin-0.3/debian/compat
+++ falselogin-0.3.orig/debian/compat
@@ -1 +0,0 @@
-5
diff -u falselogin-0.3/debian/rules falselogin-0.3/debian/rules
--- falselogin-0.3/debian/rules
+++ falselogin-0.3/debian/rules
@@ -30,7 +30,7 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/falselogin
@@ -56,4 +56,6 @@
 	dh_builddeb
 
 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
diff -u falselogin-0.3/debian/changelog falselogin-0.3/debian/changelog
--- falselogin-0.3/debian/changelog
+++ falselogin-0.3/debian/changelog
@@ -1,3 +1,18 @@
+falselogin (0.3-4.1) 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: #965514
+  * debian/rules: added missing targets build-arch and build-indep.
+    (Closes: #999289)
+
+ -- Braulio Henrique Marques Souto <brau...@disroot.org>  Tue, 23 Aug 2022 09:00:00 -0300
+
 falselogin (0.3-4) unstable; urgency=low
 
   * New maintainer.
diff -u falselogin-0.3/debian/control falselogin-0.3/debian/control
--- falselogin-0.3/debian/control
+++ falselogin-0.3/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Kevin Zambrano <kevin...@gmail.com>
 Standards-Version: 3.8.0
-Build-Depends: debhelper (>= 5), publib-dev (>= 0.38-2)
+Build-Depends: debhelper-compat (= 13), publib-dev (>= 0.38-2)
 
 Package: falselogin
 Architecture: any

Reply via email to