Source: mtdev
Dear maintainer,

Please find attached a final version of this patch for the time_t
transition.  This patch is being uploaded to unstable.

Note that this adds a versioned build-dependency on dpkg-dev, to guard
against accidental backports with a wrong ABI.

Thanks!


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-21-generic (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect
diff -Nru mtdev-1.1.6/debian/changelog mtdev-1.1.6/debian/changelog
--- mtdev-1.1.6/debian/changelog        2020-05-24 04:38:08.000000000 +0000
+++ mtdev-1.1.6/debian/changelog        2024-02-28 20:51:50.000000000 +0000
@@ -1,3 +1,10 @@
+mtdev (1.1.6-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062962
+
+ -- Benjamin Drung <bdr...@debian.org>  Wed, 28 Feb 2024 20:51:50 +0000
+
 mtdev (1.1.6-1) unstable; urgency=medium
 
   * New upstream release. (Closes: #962128)
diff -Nru mtdev-1.1.6/debian/control mtdev-1.1.6/debian/control
--- mtdev-1.1.6/debian/control  2020-05-24 04:38:08.000000000 +0000
+++ mtdev-1.1.6/debian/control  2024-02-28 20:51:50.000000000 +0000
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Nobuhiro Iwamatsu <iwama...@debian.org>
-Build-Depends: debhelper (>= 8.1.3),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 8.1.3),
                cdbs (>= 0.4.93~),
                pkg-config,
                quilt,
@@ -13,7 +13,10 @@
 Vcs-Git: https://salsa.debian.org/debian/mtdev.git
 Vcs-Browser: https://salsa.debian.org/debian/mtdev
 
-Package: libmtdev1
+Package: libmtdev1t64
+Provides: ${t64:Provides}
+Replaces: libmtdev1
+Breaks: libmtdev1 (<< ${source:Version})
 Architecture: linux-any
 Depends: ${shlibs:Depends},
          ${misc:Depends}
@@ -28,7 +31,7 @@
 Section: libdevel
 Architecture: linux-any
 Multi-Arch: same
-Depends: libmtdev1 (= ${binary:Version}),
+Depends: libmtdev1t64 (= ${binary:Version}),
          ${misc:Depends}
 Description: Multitouch Protocol Translation Library - dev files
  libmtdev is a library for translating evdev multitouch events using the legacy
@@ -40,7 +43,7 @@
 Package: mtdev-tools
 Section: libdevel
 Architecture: linux-any
-Depends: libmtdev1 (= ${binary:Version}),
+Depends: libmtdev1t64 (= ${binary:Version}),
          ${shlibs:Depends},
          ${misc:Depends}
 Description: Multitouch Protocol Translation Library - test tools
diff -Nru mtdev-1.1.6/debian/libmtdev1.install 
mtdev-1.1.6/debian/libmtdev1.install
--- mtdev-1.1.6/debian/libmtdev1.install        2020-05-24 04:38:08.000000000 
+0000
+++ mtdev-1.1.6/debian/libmtdev1.install        1970-01-01 00:00:00.000000000 
+0000
@@ -1,3 +0,0 @@
-usr/lib/*/libmtdev.so.1*
-debian/source_mtdev.py usr/share/apport/package-hooks
-
diff -Nru mtdev-1.1.6/debian/libmtdev1.symbols 
mtdev-1.1.6/debian/libmtdev1.symbols
--- mtdev-1.1.6/debian/libmtdev1.symbols        2020-05-24 04:38:08.000000000 
+0000
+++ mtdev-1.1.6/debian/libmtdev1.symbols        1970-01-01 00:00:00.000000000 
+0000
@@ -1,28 +0,0 @@
-libmtdev.so.1 libmtdev1 #MINVER#
-* Build-Depends-Package: libmtdev-dev
- mtdev_close@Base 1.0.8
- mtdev_close_delete@Base 1.1.0
- mtdev_configure@Base 1.0.8
- mtdev_delete@Base 1.1.0
- mtdev_empty@Base 1.0.8
- mtdev_fetch_event@Base 1.0.8
- mtdev_get@Base 1.0.8
- mtdev_get_abs_fuzz@Base 1.1.0
- mtdev_get_abs_maximum@Base 1.1.0
- mtdev_get_abs_minimum@Base 1.1.0
- mtdev_get_abs_resolution@Base 1.1.0
- mtdev_get_event@Base 1.0.8
- mtdev_has_mt_event@Base 1.1.0
- mtdev_idle@Base 1.0.8
- mtdev_init@Base 1.0.8
- mtdev_match@Base 1.0.8
- mtdev_match_four@Base 1.0.11
- mtdev_new@Base 1.1.0
- mtdev_new_open@Base 1.1.0
- mtdev_open@Base 1.0.8
- mtdev_put_event@Base 1.0.8
- mtdev_set_abs_fuzz@Base 1.1.0
- mtdev_set_abs_maximum@Base 1.1.0
- mtdev_set_abs_minimum@Base 1.1.0
- mtdev_set_abs_resolution@Base 1.1.0
- mtdev_set_mt_event@Base 1.1.0
diff -Nru mtdev-1.1.6/debian/libmtdev1t64.install 
mtdev-1.1.6/debian/libmtdev1t64.install
--- mtdev-1.1.6/debian/libmtdev1t64.install     1970-01-01 00:00:00.000000000 
+0000
+++ mtdev-1.1.6/debian/libmtdev1t64.install     2020-05-24 04:38:08.000000000 
+0000
@@ -0,0 +1,3 @@
+usr/lib/*/libmtdev.so.1*
+debian/source_mtdev.py usr/share/apport/package-hooks
+
diff -Nru mtdev-1.1.6/debian/libmtdev1t64.lintian-overrides 
mtdev-1.1.6/debian/libmtdev1t64.lintian-overrides
--- mtdev-1.1.6/debian/libmtdev1t64.lintian-overrides   1970-01-01 
00:00:00.000000000 +0000
+++ mtdev-1.1.6/debian/libmtdev1t64.lintian-overrides   2024-02-28 
20:51:46.000000000 +0000
@@ -0,0 +1 @@
+libmtdev1t64: package-name-doesnt-match-sonames libmtdev1
diff -Nru mtdev-1.1.6/debian/libmtdev1t64.symbols 
mtdev-1.1.6/debian/libmtdev1t64.symbols
--- mtdev-1.1.6/debian/libmtdev1t64.symbols     1970-01-01 00:00:00.000000000 
+0000
+++ mtdev-1.1.6/debian/libmtdev1t64.symbols     2024-02-28 20:51:46.000000000 
+0000
@@ -0,0 +1,28 @@
+libmtdev.so.1 libmtdev1t64 #MINVER#
+* Build-Depends-Package: libmtdev-dev
+ mtdev_close@Base 1.0.8
+ mtdev_close_delete@Base 1.1.0
+ mtdev_configure@Base 1.0.8
+ mtdev_delete@Base 1.1.0
+ mtdev_empty@Base 1.0.8
+ mtdev_fetch_event@Base 1.0.8
+ mtdev_get@Base 1.0.8
+ mtdev_get_abs_fuzz@Base 1.1.0
+ mtdev_get_abs_maximum@Base 1.1.0
+ mtdev_get_abs_minimum@Base 1.1.0
+ mtdev_get_abs_resolution@Base 1.1.0
+ mtdev_get_event@Base 1.0.8
+ mtdev_has_mt_event@Base 1.1.0
+ mtdev_idle@Base 1.0.8
+ mtdev_init@Base 1.0.8
+ mtdev_match@Base 1.0.8
+ mtdev_match_four@Base 1.0.11
+ mtdev_new@Base 1.1.0
+ mtdev_new_open@Base 1.1.0
+ mtdev_open@Base 1.0.8
+ mtdev_put_event@Base 1.0.8
+ mtdev_set_abs_fuzz@Base 1.1.0
+ mtdev_set_abs_maximum@Base 1.1.0
+ mtdev_set_abs_minimum@Base 1.1.0
+ mtdev_set_abs_resolution@Base 1.1.0
+ mtdev_set_mt_event@Base 1.1.0

Reply via email to