Your message dated Sun, 22 Sep 2024 17:00:10 +0000
with message-id <[email protected]>
and subject line Bug#1082538: fixed in flatzebra 0.2.0-1
has caused the Debian Bug report #1082538,
regarding flatzebra: new upstream 0.2.0 + patch
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1082538: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1082538
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: flatzebra
Version: 0.1.7-2.1
Severity: normal
Tags: patch
Dear maintainers,
Here is a suggested patch to bump the packaging.
Feel free to take whatever you want.
Regards,
Patrice
ps: a patch will also be sent accordingly to the burgerspace package
diff --git a/debian/changelog b/debian/changelog
index be96578..ee87035 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,17 @@
-flatzebra (0.1.7-3) UNRELEASED; urgency=medium
+flatzebra (0.2.0-0.1) UNRELEASED; urgency=medium
+ [ Debian Janitor ]
* Update watch file format version to 4.
- -- Debian Janitor <[email protected]> Sat, 25 Feb 2023 16:42:34 -0000
+ [ Patrice Duroux ]
+ * New upstream version 0.2.0. (Close: #1038346)
+ * Declare compliance with Debian Policy 4.7.0.
+ * Refresh d/watch file.
+ * Update d/copyright years.
+ * Add libflatzebra-common package.
+ * Refresh depends in d/control.
+
+ -- Patrice Duroux <[email protected]> Sat, 21 Sep 2024 17:21:20 +0200
flatzebra (0.1.7-2) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 14ced2f..c2d191e 100644
--- a/debian/control
+++ b/debian/control
@@ -4,21 +4,36 @@ Maintainer: Debian Games Team <[email protected]>
Uploaders: Markus Koschany <[email protected]>
Build-Depends:
debhelper-compat (= 13),
- libsdl-image1.2-dev,
- libsdl-mixer1.2-dev,
- libsdl1.2-dev,
- pkg-config
-Standards-Version: 4.6.2
+ libsdl2-image-dev,
+ libsdl2-mixer-dev,
+ libsdl2-ttf-dev,
+ libsdl2-gfx-dev,
+ libsdl2-dev,
+ pkgconf
+Standards-Version: 4.7.0
Section: libs
Homepage: http://perso.b2b2c.ca/~sarrazip/dev/burgerspace.html
Vcs-Git: https://salsa.debian.org/games-team/flatzebra.git
Vcs-Browser: https://salsa.debian.org/games-team/flatzebra
-Package: libflatzebra-0.1-2v5
+Package: libflatzebra-common
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}
+Description: Generic Game Engine library resource files
+ flatzebra is a simple generic C++ game engine library supporting 2D
+ double-buffering.
+ .
+ This package contains resource files.
+
+Package: libflatzebra-0.2-2
Pre-Depends: ${misc:Pre-Depends}
Architecture: any
Multi-Arch: same
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends:
+ libflatzebra-common (= ${source:Version}),
+ ${shlibs:Depends},
+ ${misc:Depends}
Description: Generic Game Engine library
flatzebra is a simple generic C++ game engine library supporting 2D
double-buffering.
@@ -30,7 +45,14 @@ Package: libflatzebra-dev
Section: libdevel
Architecture: any
Multi-Arch: same
-Depends: libflatzebra-0.1-2v5 (= ${binary:Version}), ${misc:Depends}
+Depends:
+ libflatzebra-0.2-2 (= ${binary:Version}),
+ libsdl2-image-dev,
+ libsdl2-mixer-dev,
+ libsdl2-ttf-dev,
+ libsdl2-gfx-dev,
+ libsdl2-dev,
+ ${misc:Depends}
Description: Generic Game Engine library development files
flatzebra is a simple, generic C++ game engine library supporting 2D
double-buffering.
diff --git a/debian/copyright b/debian/copyright
index eeaa368..e5bd622 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: Pierre Sarrazin <[email protected]>
Source: http://perso.b2b2c.ca/~sarrazip/dev/burgerspace.html
Files: *
-Copyright: 2001-2019 Pierre Sarrazin <[email protected]>
+Copyright: 2001-2024 Pierre Sarrazin <[email protected]>
License: GPL-2+
Files: debian/*
diff --git a/debian/libflatzebra-0.1-2v5.install b/debian/libflatzebra-0.1-2v5.install
deleted file mode 100644
index 39ba709..0000000
--- a/debian/libflatzebra-0.1-2v5.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/*/libflatzebra*.so.*
diff --git a/debian/libflatzebra-dev.install b/debian/libflatzebra-dev.install
index 8963516..3980258 100644
--- a/debian/libflatzebra-dev.install
+++ b/debian/libflatzebra-dev.install
@@ -1,3 +1,3 @@
-usr/include/flatzebra-*/flatzebra/*.h usr/include/flatzebra
+usr/include/flatzebra-*/* usr/include/
usr/lib/*/*.so
usr/lib/*/pkgconfig/*
diff --git a/debian/watch b/debian/watch
index ab05500..f62b17a 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
version=4
-http://perso.b2b2c.ca/~sarrazip/dev/burgerspace.html flatzebra-(.*)\.tar\.gz debian uupdate
+http://perso.b2b2c.ca/~sarrazip/dev/burgerspace.html @PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@ debian uupdate
--- End Message ---
--- Begin Message ---
Source: flatzebra
Source-Version: 0.2.0-1
Done: Alexandre Detiste <[email protected]>
We believe that the bug you reported is fixed in the latest version of
flatzebra, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Alexandre Detiste <[email protected]> (supplier of updated flatzebra package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sat, 21 Sep 2024 20:52:46 +0200
Source: flatzebra
Binary: libflatzebra-0.2 libflatzebra-0.2-dbgsym libflatzebra-dev
Architecture: source amd64
Version: 0.2.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: Alexandre Detiste <[email protected]>
Description:
libflatzebra-0.2 - Generic Game Engine library
libflatzebra-dev - Generic Game Engine library development files
Closes: 1038346 1082538
Changes:
flatzebra (0.2.0-1) unstable; urgency=medium
.
* Team Upload
* Package rename for ABI bump.
* Set Rules-Requires-Root: no
.
[ Patrice Duroux ]
* New upstream version 0.2.0 (Closes: #1082538)
* Switch from SDL1 to SDL2 (Closes: #1038346)
* Declare compliance with Debian Policy 4.7.0.
* Update d/copyright years.
.
[ Debian Janitor ]
* Update watch file format version to 4.
Checksums-Sha1:
da6ef4e65cc891e0debf5b50f69861f7c1236c3d 2115 flatzebra_0.2.0-1.dsc
c0d84fb2ac5f74d55786fd85fb063a676d7204b7 654669 flatzebra_0.2.0.orig.tar.gz
191ec9794d0ebd47fa9a1b3294460a8d6bccac95 3424 flatzebra_0.2.0-1.debian.tar.xz
431846763998d7d02ee0c7e3ba28a77749c67401 15168
flatzebra_0.2.0-1_amd64.buildinfo
dc19b462994be494be2c040f4cc47290d95693e9 314488
libflatzebra-0.2-dbgsym_0.2.0-1_amd64.deb
99c5b478d66e8d3f38d4759db15c07141d9f9b15 41476
libflatzebra-0.2_0.2.0-1_amd64.deb
367f2ffc2fd047d207d4e907ba0989914e30d261 16476
libflatzebra-dev_0.2.0-1_amd64.deb
Checksums-Sha256:
2cf2157f515fa1dd1d855768f1fd0c10a7f0bb8e4c3703dea9f5225be2b5b006 2115
flatzebra_0.2.0-1.dsc
2371a2b885ce173a8a5d2d2d63e4916d06d301c9a7d624b6212ad5534e7c31dc 654669
flatzebra_0.2.0.orig.tar.gz
f4d2a82623ea24733d1caeec0fd78c9f97b1714665b5a83869dc1295d30c4e87 3424
flatzebra_0.2.0-1.debian.tar.xz
eeb1bbc6b0dec1fa267006fc3227bca8e30ce3c1698ae9698a6fc7c159e9e2df 15168
flatzebra_0.2.0-1_amd64.buildinfo
240f47670d3845ed01744cc3fd22dc58f2992efbea8cacb73e2c84222921f303 314488
libflatzebra-0.2-dbgsym_0.2.0-1_amd64.deb
dc3645e47e17b7a9992af856c50740c8ebbcf81219bc6932e7a4d23944e2284c 41476
libflatzebra-0.2_0.2.0-1_amd64.deb
362e44767ded4ad1b285702f9a3caecc25b098d987df38c274661bc290292099 16476
libflatzebra-dev_0.2.0-1_amd64.deb
Files:
3ca70664220752d02356dd9330bad5cf 2115 libs optional flatzebra_0.2.0-1.dsc
8186a9c8c6704f839a59c989e1edef71 654669 libs optional
flatzebra_0.2.0.orig.tar.gz
273d07b8c7ad642ab8edd382563c910e 3424 libs optional
flatzebra_0.2.0-1.debian.tar.xz
73e8d383553c66b14ba683816f436b25 15168 libs optional
flatzebra_0.2.0-1_amd64.buildinfo
59887bda91bf5e0f1ac8a10adda8c0d8 314488 debug optional
libflatzebra-0.2-dbgsym_0.2.0-1_amd64.deb
16c2f6eb2cde9a27d285251900944d58 41476 libs optional
libflatzebra-0.2_0.2.0-1_amd64.deb
d047f97db047fce0cb68dc6f5b6ab586 16476 libdevel optional
libflatzebra-dev_0.2.0-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAmbvHNIRHHRjaGV0QGRl
Ymlhbi5vcmcACgkQMfMURUShdBrJTBAAkoEe7fuHB276tws6CuIlabsNUg36nUR2
GtAh1Ht9V/dU0kjVYfgmm8nuO2t5c0B2lZ5gfMQ4WEP6tqM5WAEwlIOYeTd8gq1N
lGGRBEThsPxoIG5cT2aoIm4CxLdYRWCdNI6QjRCplKMNhc2f3hbBkgt3koRrtiZq
n3AfF6tOyHTLp5e+Z7u2vKtm7eEES69/ybmONOOkUlZxldddoRODShT8e8f9Q2c0
P+Ar5Wlq0ISwr8JYzdZC3vN0AImMJ+lXhf9hSez3YTJ9nbjrbOiBuGQAKUnG+wW6
tu0LpWvLCdBAj+g1aRigyh3r762MKsK1pSs2U6KyVRYJavuQEykmyG7v381SifBj
kc7wnydgoHqPBlEHbg6VmCGfPlKRj8/zilr3wcgpIe2EmxifXoLWzRdoGY9rnrSa
HkY/62f/AEb6Y8YISoVGJbKdRpUIM1ngxeOj3wK4zqRRgNd/Rs+OT/bcYk+fkXMH
95maKWZ8Z8Lv5tfuv4Vd4kAj5DdP9CQ9xoq9cxSAHxKXLk1RZZzPzkNnQgwY9EFs
Rdm1tvThmUsHdnDUgjg2hAE19AjPH2j4H28G82SJRiDlDyAyN0hi7PyivLS2Zi1j
AD8FxZfZo1LV4xhlAu4RVXFYPHu8/ZwzHAZZfBE4kv4esMoLt/kuulansBBXSBOO
xC7avamwQsk=
=nbqV
-----END PGP SIGNATURE-----
pgp6trASATRgy.pgp
Description: PGP signature
--- End Message ---