Bug#1066810: libdmtx: NMU diff for removing remaining reference to libdmtx0b

2024-03-13 Thread Amin Bandali
Control: tags -1 patch

Please find the debdiff attached.
diff -Nru libdmtx-0.7.7/debian/changelog libdmtx-0.7.7/debian/changelog
--- libdmtx-0.7.7/debian/changelog  2024-02-28 05:45:56.0 -0500
+++ libdmtx-0.7.7/debian/changelog  2024-03-13 15:28:28.0 -0400
@@ -1,3 +1,11 @@
+libdmtx (0.7.7-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Change the leftover reference to libdmtx0b to libdmtx0t64 in
+debian/rules. (Closes: #1066810)
+
+ -- Amin Bandali   Wed, 13 Mar 2024 15:28:28 -0400
+
 libdmtx (0.7.7-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru libdmtx-0.7.7/debian/rules libdmtx-0.7.7/debian/rules
--- libdmtx-0.7.7/debian/rules  2019-04-12 15:26:32.0 -0400
+++ libdmtx-0.7.7/debian/rules  2024-03-13 15:09:57.0 -0400
@@ -3,6 +3,6 @@
 export DH_OPTIONS
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 override_dh_installdocs:
-   dh_installdocs --link-doc=libdmtx0b
+   dh_installdocs --link-doc=libdmtx0t64
 %:
dh $@


Bug#1066810: libdmtx: NMU diff for removing remaining reference to libdmtx0b

2024-03-13 Thread Amin Bandali
Source: libdmtx
Version: 0.7.7-1.1
Severity: important

Dear maintainer,

I'll be uploading an NMU to unstable to change the remaining
reference to libdmtx0b in debian/rules to libdmtx0t64, relating to
the time_t transition.  The diff will be like so:

--- libdmtx-0.7.7/debian/rules  2019-04-12 15:26:32.0 -0400
+++ libdmtx-0.7.7/debian/rules  2024-03-13 15:08:05.0 -0400
@@ -3,6 +3,6 @@
 export DH_OPTIONS
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 override_dh_installdocs:
-   dh_installdocs --link-doc=libdmtx0b
+   dh_installdocs --link-doc=libdmtx0t64
 %:
dh $@

Best
-a