Source: myproxy
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 myproxy-6.2.16/debian/changelog myproxy-6.2.16/debian/changelog
--- myproxy-6.2.16/debian/changelog     2024-02-09 13:44:42.000000000 +0000
+++ myproxy-6.2.16/debian/changelog     2024-02-28 21:41:43.000000000 +0000
@@ -1,3 +1,10 @@
+myproxy (6.2.16-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1063156
+
+ -- Benjamin Drung <bdr...@debian.org>  Wed, 28 Feb 2024 21:41:43 +0000
+
 myproxy (6.2.16-1) unstable; urgency=medium
 
   * New GCT release v6.2.20240202
diff -Nru myproxy-6.2.16/debian/control myproxy-6.2.16/debian/control
--- myproxy-6.2.16/debian/control       2024-02-09 13:43:57.000000000 +0000
+++ myproxy-6.2.16/debian/control       2024-02-28 21:41:43.000000000 +0000
@@ -1,7 +1,7 @@
 Source: myproxy
 Priority: optional
 Maintainer: Mattias Ellert <mattias.ell...@physics.uu.se>
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  debhelper (>= 13),
  pkg-config,
  libglobus-common-dev (>= 14),
@@ -34,7 +34,7 @@
 Architecture: any
 Multi-Arch: foreign
 Depends:
- libmyproxy6 (= ${binary:Version}),
+ libmyproxy6t64 (= ${binary:Version}),
  ${shlibs:Depends},
  ${misc:Depends}
 Description: Credential Management Service Client
@@ -45,13 +45,14 @@
  Users run myproxy-logon to authenticate and obtain credentials, including
  trusted CA certificates and Certificate Revocation Lists (CRLs).
 
-Package: libmyproxy6
+Package: libmyproxy6t64
+Provides: ${t64:Provides}
 Section: libs
 Architecture: any
 Multi-Arch: same
-Replaces:
+Replaces:libmyproxy6, 
  libmyproxy-doc (<< 6.2.4-2~)
-Breaks:
+Breaks:libmyproxy6 (<< ${source:Version}), 
  libmyproxy-doc (<< 6.2.4-2~)
 Pre-Depends:
  ${misc:Pre-Depends}
@@ -76,7 +77,7 @@
 Pre-Depends:
  ${misc:Pre-Depends}
 Depends:
- libmyproxy6 (= ${binary:Version}),
+ libmyproxy6t64 (= ${binary:Version}),
  ${shlibs:Depends},
  ${misc:Depends},
  voms-clients | voms-clients-java
@@ -95,7 +96,7 @@
 Architecture: any
 Multi-Arch: same
 Depends:
- libmyproxy6 (= ${binary:Version}),
+ libmyproxy6t64 (= ${binary:Version}),
  libglobus-common-dev (>= 14),
  libglobus-gssapi-gsi-dev (>= 9),
  libglobus-gss-assist-dev (>= 8),
@@ -122,7 +123,7 @@
 Pre-Depends:
  ${misc:Pre-Depends}
 Depends:
- libmyproxy6 (= ${binary:Version}),
+ libmyproxy6t64 (= ${binary:Version}),
  ${shlibs:Depends},
  ${misc:Depends},
  adduser,
@@ -142,7 +143,7 @@
 Architecture: any
 Multi-Arch: foreign
 Depends:
- libmyproxy6 (= ${binary:Version}),
+ libmyproxy6t64 (= ${binary:Version}),
  myproxy-server (= ${binary:Version}),
  ${shlibs:Depends},
  ${misc:Depends},
diff -Nru myproxy-6.2.16/debian/libmyproxy6.install 
myproxy-6.2.16/debian/libmyproxy6.install
--- myproxy-6.2.16/debian/libmyproxy6.install   2020-12-12 15:26:26.000000000 
+0000
+++ myproxy-6.2.16/debian/libmyproxy6.install   1970-01-01 00:00:00.000000000 
+0000
@@ -1,5 +0,0 @@
-/usr/lib/*/libmyproxy.so.*
-/usr/share/doc/myproxy/PROTOCOL
-/usr/share/doc/myproxy/README.sasl
-/usr/share/doc/myproxy/REPOSITORY
-/usr/share/doc/myproxy/VERSION
diff -Nru myproxy-6.2.16/debian/libmyproxy6.shlibs 
myproxy-6.2.16/debian/libmyproxy6.shlibs
--- myproxy-6.2.16/debian/libmyproxy6.shlibs    2018-03-02 17:17:37.000000000 
+0000
+++ myproxy-6.2.16/debian/libmyproxy6.shlibs    1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-libmyproxy 6 libmyproxy6 (>= 6)
diff -Nru myproxy-6.2.16/debian/libmyproxy6t64.install 
myproxy-6.2.16/debian/libmyproxy6t64.install
--- myproxy-6.2.16/debian/libmyproxy6t64.install        1970-01-01 
00:00:00.000000000 +0000
+++ myproxy-6.2.16/debian/libmyproxy6t64.install        2020-12-12 
15:26:26.000000000 +0000
@@ -0,0 +1,5 @@
+/usr/lib/*/libmyproxy.so.*
+/usr/share/doc/myproxy/PROTOCOL
+/usr/share/doc/myproxy/README.sasl
+/usr/share/doc/myproxy/REPOSITORY
+/usr/share/doc/myproxy/VERSION
diff -Nru myproxy-6.2.16/debian/libmyproxy6t64.lintian-overrides 
myproxy-6.2.16/debian/libmyproxy6t64.lintian-overrides
--- myproxy-6.2.16/debian/libmyproxy6t64.lintian-overrides      1970-01-01 
00:00:00.000000000 +0000
+++ myproxy-6.2.16/debian/libmyproxy6t64.lintian-overrides      2024-02-28 
21:41:37.000000000 +0000
@@ -0,0 +1 @@
+libmyproxy6t64: package-name-doesnt-match-sonames libmyproxy6
diff -Nru myproxy-6.2.16/debian/libmyproxy6t64.shlibs 
myproxy-6.2.16/debian/libmyproxy6t64.shlibs
--- myproxy-6.2.16/debian/libmyproxy6t64.shlibs 1970-01-01 00:00:00.000000000 
+0000
+++ myproxy-6.2.16/debian/libmyproxy6t64.shlibs 2024-02-28 21:41:37.000000000 
+0000
@@ -0,0 +1 @@
+libmyproxy 6 libmyproxy6t64 (>= 6)

Reply via email to