Control: tags 965705 + patch
Control: tags 965705 + pending

Dear maintainer,

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

Regards.

diff -Nru ltrace-0.7.3/debian/changelog ltrace-0.7.3/debian/changelog
--- ltrace-0.7.3/debian/changelog	2018-08-20 03:09:32.000000000 -0300
+++ ltrace-0.7.3/debian/changelog	2022-03-30 20:48:13.000000000 -0300
@@ -1,3 +1,19 @@
+ltrace (0.7.3-6.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.
+      - Closes: #965705
+  * Dropped CDBS in favor of the debhelper to allow the build system to use
+    DH level greater than 11. Consequently:
+      - debian/control: removed no longer needed cdbs and autotools-dev from
+        Build-Depends field.
+      - debian/rules: changed from CDBS to DH.
+
+ -- Guilherme de Paula Xavier Segundo <guilherme....@gmail.com>  Wed, 30 Mar 2022 20:48:13 -0300
+
 ltrace (0.7.3-6.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru ltrace-0.7.3/debian/control ltrace-0.7.3/debian/control
--- ltrace-0.7.3/debian/control	2018-08-20 03:09:32.000000000 -0300
+++ ltrace-0.7.3/debian/control	2022-03-30 20:48:13.000000000 -0300
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Juan Cespedes <cespe...@debian.org>
 Standards-Version: 3.9.8
-Build-Depends: debhelper-compat (= 13), autotools-dev, libiberty-dev, libelf-dev, libselinux1-dev
+Build-Depends: debhelper-compat (= 13), libiberty-dev, libelf-dev, libselinux1-dev
 
 Package: ltrace
 Architecture: alpha amd64 ia64 i386 mips mipsel powerpc powerpcspe ppc64 s390 s390x sparc
diff -Nru ltrace-0.7.3/debian/rules ltrace-0.7.3/debian/rules
--- ltrace-0.7.3/debian/rules	2018-08-20 03:09:32.000000000 -0300
+++ ltrace-0.7.3/debian/rules	2022-03-30 20:48:13.000000000 -0300
@@ -2,3 +2,11 @@
 
 %:
 	dh $@
+
+override_dh_auto_configure:
+	dh_auto_configure -- --with-libunwind=no
+
+override_dh_install:
+	dh_install
+	rm -f debian/ltrace/usr/share/doc/ltrace/COPYING
+	rm -f debian/ltrace/usr/share/doc/ltrace/INSTALL

Reply via email to