Sorry, a bug in the automation scripts for converting source packages meant
that debhelper files were renamed incorrectly.  Attached is a corrected
patch.

-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                   https://www.debian.org/
slanga...@ubuntu.com                                     vor...@debian.org
diff -Nru allegro4.4-4.4.3.1/debian/changelog 
allegro4.4-4.4.3.1/debian/changelog
--- allegro4.4-4.4.3.1/debian/changelog 2023-08-28 13:02:32.000000000 +0000
+++ allegro4.4-4.4.3.1/debian/changelog 2024-01-29 23:54:33.000000000 +0000
@@ -1,3 +1,10 @@
+allegro4.4 (2:4.4.3.1-4.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vor...@debian.org>  Mon, 29 Jan 2024 23:54:33 +0000
+
 allegro4.4 (2:4.4.3.1-4) unstable; urgency=medium
 
   * Add a clean dh target to remove CHANGES - fixes building after a
diff -Nru allegro4.4-4.4.3.1/debian/control allegro4.4-4.4.3.1/debian/control
--- allegro4.4-4.4.3.1/debian/control   2023-08-28 13:02:32.000000000 +0000
+++ allegro4.4-4.4.3.1/debian/control   2024-01-29 23:52:40.000000000 +0000
@@ -26,15 +26,16 @@
 Vcs-Browser: https://salsa.debian.org/games-team/allegro4.4
 Vcs-Git: https://salsa.debian.org/games-team/allegro4.4.git
 
-Package: liballegro4.4
+Package: liballegro4.4t64
+Provides: ${t64:Provides}
 Section: libs
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends},
          ${shlibs:Depends}
-Breaks: liballegro4.4-plugin-alsa (<= 2:4.4.2-4)
-Replaces: liballegro4.4-plugin-alsa (<= 2:4.4.2-4)
+Breaks: liballegro4.4 (<< ${source:Version}), liballegro4.4-plugin-alsa (<= 
2:4.4.2-4)
+Replaces: liballegro4.4, liballegro4.4-plugin-alsa (<= 2:4.4.2-4)
 Description: portable library for cross-platform game and multimedia 
development
  Allegro is a cross-platform library mainly aimed at video game and multimedia
  programming. It handles common, low-level tasks such as creating windows,
@@ -81,7 +82,10 @@
  accepting user input, loading data, drawing images, playing sounds, etc. and
  generally abstracting away the underlying platform.
 
-Package: liballeggl4.4
+Package: liballeggl4.4t64
+Provides: ${t64:Provides}
+Replaces: liballeggl4.4
+Breaks: liballeggl4.4 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -132,7 +136,10 @@
  accepting user input, loading data, drawing images, playing sounds, etc. and
  generally abstracting away the underlying platform.
 
-Package: libjpgalleg4.4
+Package: libjpgalleg4.4t64
+Provides: ${t64:Provides}
+Replaces: libjpgalleg4.4
+Breaks: libjpgalleg4.4 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -166,7 +173,10 @@
  accepting user input, loading data, drawing images, playing sounds, etc. and
  generally abstracting away the underlying platform.
 
-Package: libloadpng4.4
+Package: libloadpng4.4t64
+Provides: ${t64:Provides}
+Replaces: libloadpng4.4
+Breaks: libloadpng4.4 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -200,7 +210,10 @@
  accepting user input, loading data, drawing images, playing sounds, etc. and
  generally abstracting away the underlying platform.
 
-Package: liblogg4.4
+Package: liblogg4.4t64
+Provides: ${t64:Provides}
+Replaces: liblogg4.4
+Breaks: liblogg4.4 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
diff -Nru allegro4.4-4.4.3.1/debian/liballeggl4.4.install 
allegro4.4-4.4.3.1/debian/liballeggl4.4.install
--- allegro4.4-4.4.3.1/debian/liballeggl4.4.install     2023-08-28 
13:02:32.000000000 +0000
+++ allegro4.4-4.4.3.1/debian/liballeggl4.4.install     1970-01-01 
00:00:00.000000000 +0000
@@ -1,3 +0,0 @@
-usr/lib/*/liballeggl.so.4.4
-usr/lib/*/liballeggl.so.4.4.3
-
diff -Nru allegro4.4-4.4.3.1/debian/liballeggl4.4.lintian-overrides 
allegro4.4-4.4.3.1/debian/liballeggl4.4.lintian-overrides
--- allegro4.4-4.4.3.1/debian/liballeggl4.4.lintian-overrides   2023-08-28 
13:02:32.000000000 +0000
+++ allegro4.4-4.4.3.1/debian/liballeggl4.4.lintian-overrides   1970-01-01 
00:00:00.000000000 +0000
@@ -1,14 +0,0 @@
-# We don't include symbols files, because on the one hand
-# private symbols are exported and not easily distinguishable
-# from public ones. They have a leading underscore, but there
-# are also public ones with a leading underscore.
-# On the other hand, symbols files are not needed, because
-# the API is frozen anyway. Quote from Peter Wang:
-# "Anyway, 4.4 is on life support.
-#  The API is essentially frozen forever."
-# (http://sourceforge.net/mailarchive/message.php?msg_id=29119754)
-liballeggl4.4 binary: no-symbols-control-file
-
-# False positive, there are no functions to protect.
-# There are only strncpy, memset and memcpy.
-liballeggl4.4 binary: hardening-no-fortify-functions
diff -Nru allegro4.4-4.4.3.1/debian/liballeggl4.4t64.install 
allegro4.4-4.4.3.1/debian/liballeggl4.4t64.install
--- allegro4.4-4.4.3.1/debian/liballeggl4.4t64.install  1970-01-01 
00:00:00.000000000 +0000
+++ allegro4.4-4.4.3.1/debian/liballeggl4.4t64.install  2023-08-28 
13:02:32.000000000 +0000
@@ -0,0 +1,3 @@
+usr/lib/*/liballeggl.so.4.4
+usr/lib/*/liballeggl.so.4.4.3
+
diff -Nru allegro4.4-4.4.3.1/debian/liballeggl4.4t64.lintian-overrides 
allegro4.4-4.4.3.1/debian/liballeggl4.4t64.lintian-overrides
--- allegro4.4-4.4.3.1/debian/liballeggl4.4t64.lintian-overrides        
1970-01-01 00:00:00.000000000 +0000
+++ allegro4.4-4.4.3.1/debian/liballeggl4.4t64.lintian-overrides        
2024-01-29 23:52:40.000000000 +0000
@@ -0,0 +1,15 @@
+# We don't include symbols files, because on the one hand
+# private symbols are exported and not easily distinguishable
+# from public ones. They have a leading underscore, but there
+# are also public ones with a leading underscore.
+# On the other hand, symbols files are not needed, because
+# the API is frozen anyway. Quote from Peter Wang:
+# "Anyway, 4.4 is on life support.
+#  The API is essentially frozen forever."
+# (http://sourceforge.net/mailarchive/message.php?msg_id=29119754)
+liballeggl4.4t64 binary: no-symbols-control-file
+
+# False positive, there are no functions to protect.
+# There are only strncpy, memset and memcpy.
+liballeggl4.4t64 binary: hardening-no-fortify-functions
+liballeggl4.4t64: package-name-doesnt-match-sonames liballeggl4.4
diff -Nru allegro4.4-4.4.3.1/debian/liballegro4.4.examples 
allegro4.4-4.4.3.1/debian/liballegro4.4.examples
--- allegro4.4-4.4.3.1/debian/liballegro4.4.examples    2023-08-28 
13:02:32.000000000 +0000
+++ allegro4.4-4.4.3.1/debian/liballegro4.4.examples    1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-allegro.cfg
diff -Nru allegro4.4-4.4.3.1/debian/liballegro4.4.install 
allegro4.4-4.4.3.1/debian/liballegro4.4.install
--- allegro4.4-4.4.3.1/debian/liballegro4.4.install     2023-08-28 
13:02:32.000000000 +0000
+++ allegro4.4-4.4.3.1/debian/liballegro4.4.install     1970-01-01 
00:00:00.000000000 +0000
@@ -1,4 +0,0 @@
-usr/lib/*/allegro/4.4.3/*
-usr/lib/*/liballeg.so.4.4.3
-usr/lib/*/liballeg.so.4.4
-
diff -Nru allegro4.4-4.4.3.1/debian/liballegro4.4.lintian-overrides 
allegro4.4-4.4.3.1/debian/liballegro4.4.lintian-overrides
--- allegro4.4-4.4.3.1/debian/liballegro4.4.lintian-overrides   2023-08-28 
13:02:32.000000000 +0000
+++ allegro4.4-4.4.3.1/debian/liballegro4.4.lintian-overrides   1970-01-01 
00:00:00.000000000 +0000
@@ -1,13 +0,0 @@
-# We don't include symbols files, because on the one hand
-# private symbols are exported and not easily distinguishable
-# from public ones. They have a leading underscore, but there
-# are also public ones with a leading underscore.
-# On the other hand, symbols files are not needed, because
-# the API is frozen anyway. Quote from Peter Wang:
-# "Anyway, 4.4 is on life support.
-#  The API is essentially frozen forever."
-# (http://sourceforge.net/mailarchive/message.php?msg_id=29119754)
-liballegro4.4 binary: no-symbols-control-file
-
-# We keep the package name to be consistent with past Allegro packages.
-liballegro4.4 binary: package-name-doesnt-match-sonames
diff -Nru allegro4.4-4.4.3.1/debian/liballegro4.4t64.examples 
allegro4.4-4.4.3.1/debian/liballegro4.4t64.examples
--- allegro4.4-4.4.3.1/debian/liballegro4.4t64.examples 1970-01-01 
00:00:00.000000000 +0000
+++ allegro4.4-4.4.3.1/debian/liballegro4.4t64.examples 2023-08-28 
13:02:32.000000000 +0000
@@ -0,0 +1 @@
+allegro.cfg
diff -Nru allegro4.4-4.4.3.1/debian/liballegro4.4t64.install 
allegro4.4-4.4.3.1/debian/liballegro4.4t64.install
--- allegro4.4-4.4.3.1/debian/liballegro4.4t64.install  1970-01-01 
00:00:00.000000000 +0000
+++ allegro4.4-4.4.3.1/debian/liballegro4.4t64.install  2023-08-28 
13:02:32.000000000 +0000
@@ -0,0 +1,4 @@
+usr/lib/*/allegro/4.4.3/*
+usr/lib/*/liballeg.so.4.4.3
+usr/lib/*/liballeg.so.4.4
+
diff -Nru allegro4.4-4.4.3.1/debian/liballegro4.4t64.lintian-overrides 
allegro4.4-4.4.3.1/debian/liballegro4.4t64.lintian-overrides
--- allegro4.4-4.4.3.1/debian/liballegro4.4t64.lintian-overrides        
1970-01-01 00:00:00.000000000 +0000
+++ allegro4.4-4.4.3.1/debian/liballegro4.4t64.lintian-overrides        
2024-01-29 23:52:40.000000000 +0000
@@ -0,0 +1,14 @@
+# We don't include symbols files, because on the one hand
+# private symbols are exported and not easily distinguishable
+# from public ones. They have a leading underscore, but there
+# are also public ones with a leading underscore.
+# On the other hand, symbols files are not needed, because
+# the API is frozen anyway. Quote from Peter Wang:
+# "Anyway, 4.4 is on life support.
+#  The API is essentially frozen forever."
+# (http://sourceforge.net/mailarchive/message.php?msg_id=29119754)
+liballegro4.4t64 binary: no-symbols-control-file
+
+# We keep the package name to be consistent with past Allegro packages.
+liballegro4.4t64 binary: package-name-doesnt-match-sonames
+liballegro4.4t64: package-name-doesnt-match-sonames liballegro4.4
diff -Nru allegro4.4-4.4.3.1/debian/libjpgalleg4.4.install 
allegro4.4-4.4.3.1/debian/libjpgalleg4.4.install
--- allegro4.4-4.4.3.1/debian/libjpgalleg4.4.install    2023-08-28 
13:02:32.000000000 +0000
+++ allegro4.4-4.4.3.1/debian/libjpgalleg4.4.install    1970-01-01 
00:00:00.000000000 +0000
@@ -1,3 +0,0 @@
-usr/lib/*/libjpgalleg.so.4.4.3
-usr/lib/*/libjpgalleg.so.4.4
-
diff -Nru allegro4.4-4.4.3.1/debian/libjpgalleg4.4.lintian-overrides 
allegro4.4-4.4.3.1/debian/libjpgalleg4.4.lintian-overrides
--- allegro4.4-4.4.3.1/debian/libjpgalleg4.4.lintian-overrides  2023-08-28 
13:02:32.000000000 +0000
+++ allegro4.4-4.4.3.1/debian/libjpgalleg4.4.lintian-overrides  1970-01-01 
00:00:00.000000000 +0000
@@ -1,10 +0,0 @@
-# We don't include symbols files, because on the one hand
-# private symbols are exported and not easily distinguishable
-# from public ones. They have a leading underscore, but there
-# are also public ones with a leading underscore.
-# On the other hand, symbols files are not needed, because
-# the API is frozen anyway. Quote from Peter Wang:
-# "Anyway, 4.4 is on life support.
-#  The API is essentially frozen forever."
-# (http://sourceforge.net/mailarchive/message.php?msg_id=29119754)
-libjpgalleg4.4 binary: no-symbols-control-file
diff -Nru allegro4.4-4.4.3.1/debian/libjpgalleg4.4t64.install 
allegro4.4-4.4.3.1/debian/libjpgalleg4.4t64.install
--- allegro4.4-4.4.3.1/debian/libjpgalleg4.4t64.install 1970-01-01 
00:00:00.000000000 +0000
+++ allegro4.4-4.4.3.1/debian/libjpgalleg4.4t64.install 2023-08-28 
13:02:32.000000000 +0000
@@ -0,0 +1,3 @@
+usr/lib/*/libjpgalleg.so.4.4.3
+usr/lib/*/libjpgalleg.so.4.4
+
diff -Nru allegro4.4-4.4.3.1/debian/libjpgalleg4.4t64.lintian-overrides 
allegro4.4-4.4.3.1/debian/libjpgalleg4.4t64.lintian-overrides
--- allegro4.4-4.4.3.1/debian/libjpgalleg4.4t64.lintian-overrides       
1970-01-01 00:00:00.000000000 +0000
+++ allegro4.4-4.4.3.1/debian/libjpgalleg4.4t64.lintian-overrides       
2024-01-29 23:52:40.000000000 +0000
@@ -0,0 +1,11 @@
+# We don't include symbols files, because on the one hand
+# private symbols are exported and not easily distinguishable
+# from public ones. They have a leading underscore, but there
+# are also public ones with a leading underscore.
+# On the other hand, symbols files are not needed, because
+# the API is frozen anyway. Quote from Peter Wang:
+# "Anyway, 4.4 is on life support.
+#  The API is essentially frozen forever."
+# (http://sourceforge.net/mailarchive/message.php?msg_id=29119754)
+libjpgalleg4.4t64 binary: no-symbols-control-file
+libjpgalleg4.4t64: package-name-doesnt-match-sonames libjpgalleg4.4
diff -Nru allegro4.4-4.4.3.1/debian/libloadpng4.4.install 
allegro4.4-4.4.3.1/debian/libloadpng4.4.install
--- allegro4.4-4.4.3.1/debian/libloadpng4.4.install     2023-08-28 
13:02:32.000000000 +0000
+++ allegro4.4-4.4.3.1/debian/libloadpng4.4.install     1970-01-01 
00:00:00.000000000 +0000
@@ -1,3 +0,0 @@
-usr/lib/*/libloadpng.so.4.4.3
-usr/lib/*/libloadpng.so.4.4
-
diff -Nru allegro4.4-4.4.3.1/debian/libloadpng4.4.lintian-overrides 
allegro4.4-4.4.3.1/debian/libloadpng4.4.lintian-overrides
--- allegro4.4-4.4.3.1/debian/libloadpng4.4.lintian-overrides   2023-08-28 
13:02:32.000000000 +0000
+++ allegro4.4-4.4.3.1/debian/libloadpng4.4.lintian-overrides   1970-01-01 
00:00:00.000000000 +0000
@@ -1,10 +0,0 @@
-# We don't include symbols files, because on the one hand
-# private symbols are exported and not easily distinguishable
-# from public ones. They have a leading underscore, but there
-# are also public ones with a leading underscore.
-# On the other hand, symbols files are not needed, because
-# the API is frozen anyway. Quote from Peter Wang:
-# "Anyway, 4.4 is on life support.
-#  The API is essentially frozen forever."
-# (http://sourceforge.net/mailarchive/message.php?msg_id=29119754)
-libloadpng4.4 binary: no-symbols-control-file
diff -Nru allegro4.4-4.4.3.1/debian/libloadpng4.4t64.install 
allegro4.4-4.4.3.1/debian/libloadpng4.4t64.install
--- allegro4.4-4.4.3.1/debian/libloadpng4.4t64.install  1970-01-01 
00:00:00.000000000 +0000
+++ allegro4.4-4.4.3.1/debian/libloadpng4.4t64.install  2023-08-28 
13:02:32.000000000 +0000
@@ -0,0 +1,3 @@
+usr/lib/*/libloadpng.so.4.4.3
+usr/lib/*/libloadpng.so.4.4
+
diff -Nru allegro4.4-4.4.3.1/debian/libloadpng4.4t64.lintian-overrides 
allegro4.4-4.4.3.1/debian/libloadpng4.4t64.lintian-overrides
--- allegro4.4-4.4.3.1/debian/libloadpng4.4t64.lintian-overrides        
1970-01-01 00:00:00.000000000 +0000
+++ allegro4.4-4.4.3.1/debian/libloadpng4.4t64.lintian-overrides        
2024-01-29 23:52:40.000000000 +0000
@@ -0,0 +1,11 @@
+# We don't include symbols files, because on the one hand
+# private symbols are exported and not easily distinguishable
+# from public ones. They have a leading underscore, but there
+# are also public ones with a leading underscore.
+# On the other hand, symbols files are not needed, because
+# the API is frozen anyway. Quote from Peter Wang:
+# "Anyway, 4.4 is on life support.
+#  The API is essentially frozen forever."
+# (http://sourceforge.net/mailarchive/message.php?msg_id=29119754)
+libloadpng4.4t64 binary: no-symbols-control-file
+libloadpng4.4t64: package-name-doesnt-match-sonames libloadpng4.4
diff -Nru allegro4.4-4.4.3.1/debian/liblogg4.4.install 
allegro4.4-4.4.3.1/debian/liblogg4.4.install
--- allegro4.4-4.4.3.1/debian/liblogg4.4.install        2023-08-28 
13:02:32.000000000 +0000
+++ allegro4.4-4.4.3.1/debian/liblogg4.4.install        1970-01-01 
00:00:00.000000000 +0000
@@ -1,3 +0,0 @@
-usr/lib/*/liblogg.so.4.4.3
-usr/lib/*/liblogg.so.4.4
-
diff -Nru allegro4.4-4.4.3.1/debian/liblogg4.4.lintian-overrides 
allegro4.4-4.4.3.1/debian/liblogg4.4.lintian-overrides
--- allegro4.4-4.4.3.1/debian/liblogg4.4.lintian-overrides      2023-08-28 
13:02:32.000000000 +0000
+++ allegro4.4-4.4.3.1/debian/liblogg4.4.lintian-overrides      1970-01-01 
00:00:00.000000000 +0000
@@ -1,14 +0,0 @@
-# We don't include symbols files, because on the one hand
-# private symbols are exported and not easily distinguishable
-# from public ones. They have a leading underscore, but there
-# are also public ones with a leading underscore.
-# On the other hand, symbols files are not needed, because
-# the API is frozen anyway. Quote from Peter Wang:
-# "Anyway, 4.4 is on life support.
-#  The API is essentially frozen forever."
-# (http://sourceforge.net/mailarchive/message.php?msg_id=29119754)
-liblogg4.4 binary: no-symbols-control-file
-
-# False positive, there are no functions to protect.
-# There are only strncpy, memset, memcpy and fread.
-liblogg4.4 binary: hardening-no-fortify-functions
diff -Nru allegro4.4-4.4.3.1/debian/liblogg4.4t64.install 
allegro4.4-4.4.3.1/debian/liblogg4.4t64.install
--- allegro4.4-4.4.3.1/debian/liblogg4.4t64.install     1970-01-01 
00:00:00.000000000 +0000
+++ allegro4.4-4.4.3.1/debian/liblogg4.4t64.install     2023-08-28 
13:02:32.000000000 +0000
@@ -0,0 +1,3 @@
+usr/lib/*/liblogg.so.4.4.3
+usr/lib/*/liblogg.so.4.4
+
diff -Nru allegro4.4-4.4.3.1/debian/liblogg4.4t64.lintian-overrides 
allegro4.4-4.4.3.1/debian/liblogg4.4t64.lintian-overrides
--- allegro4.4-4.4.3.1/debian/liblogg4.4t64.lintian-overrides   1970-01-01 
00:00:00.000000000 +0000
+++ allegro4.4-4.4.3.1/debian/liblogg4.4t64.lintian-overrides   2024-01-29 
23:52:40.000000000 +0000
@@ -0,0 +1,15 @@
+# We don't include symbols files, because on the one hand
+# private symbols are exported and not easily distinguishable
+# from public ones. They have a leading underscore, but there
+# are also public ones with a leading underscore.
+# On the other hand, symbols files are not needed, because
+# the API is frozen anyway. Quote from Peter Wang:
+# "Anyway, 4.4 is on life support.
+#  The API is essentially frozen forever."
+# (http://sourceforge.net/mailarchive/message.php?msg_id=29119754)
+liblogg4.4t64 binary: no-symbols-control-file
+
+# False positive, there are no functions to protect.
+# There are only strncpy, memset, memcpy and fread.
+liblogg4.4t64 binary: hardening-no-fortify-functions
+liblogg4.4t64: package-name-doesnt-match-sonames liblogg4.4

Attachment: signature.asc
Description: PGP signature

Reply via email to