Control: tags 965400 + patch
Control: tags 965400 + pending

Dear maintainer,

I've prepared an NMU for aa3d (versioned as 1.0-8.1) and
uploaded it to DELAYED/10. Please feel free to tell me if I
should delay it longer.

Regards.

diff -u aa3d-1.0/debian/control aa3d-1.0/debian/control
--- aa3d-1.0/debian/control
+++ aa3d-1.0/debian/control
@@ -2,7 +2,7 @@
 Section: graphics
 Priority: optional
 Maintainer: Uwe Hermann <u...@debian.org>
-Build-Depends: cdbs, debhelper (>= 5)
+Build-Depends: debhelper-compat (= 13)
 Standards-Version: 3.8.0
 Homepage: http://aa-project.sourceforge.net/aa3d/
 
diff -u aa3d-1.0/debian/rules aa3d-1.0/debian/rules
--- aa3d-1.0/debian/rules
+++ aa3d-1.0/debian/rules
@@ -1,12 +1,15 @@
 #!/usr/bin/make -f
 
-DEB_INSTALL_MANPAGES_aa3d := debian/aa3d.1
+PACKAGE = aa3d
 
-include /usr/share/cdbs/1/class/makefile.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
-install/aa3d::
-	install aa3d $(CURDIR)/debian/aa3d/usr/bin
-	install -m 0644 logo pyramid $(CURDIR)/debian/aa3d/usr/share/aa3d
+%:
+	dh $@
 
+execute_after_dh_auto_install:
+	install $(PACKAGE) debian/$(PACKAGE)/usr/bin
+	install -m 0644 logo pyramid debian/$(PACKAGE)/usr/share/$(PACKAGE)
+
+override_dh_installman:
+	dh_installman debian/$(PACKAGE).1
diff -u aa3d-1.0/debian/changelog aa3d-1.0/debian/changelog
--- aa3d-1.0/debian/changelog
+++ aa3d-1.0/debian/changelog
@@ -1,3 +1,18 @@
+aa3d (1.0-8.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Using new DH level format. Consequently:
+    - debian/compat: Remove.
+    - debian/control: Change from 'debhelper' to 'debhelper-compat' in
+      Build-Depends field and bump level to 13.
+    - Closes: #965400.
+  * Drop CDBS in favor of the debhelper to allow the build system to use
+    DH level greater than 11. Consequently:
+    - debian/control: Remove no longer need cdbs from Build-Depends field.
+    - debian/rules: Change from CDBS to DH.
+
+ -- Marcos Talau <mar...@talau.info>  Tue, 05 Apr 2022 22:51:33 -0300
+
 aa3d (1.0-8) unstable; urgency=low
 
   * Add 'Depends: ${misc:Depends}' (lintian).
reverted:
--- aa3d-1.0/debian/compat
+++ aa3d-1.0.orig/debian/compat
@@ -1 +0,0 @@
-5

Reply via email to