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 <jani...@jelmer.uk> 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 <patrice.dur...@gmail.com> 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 <pkg-games-de...@lists.alioth.debian.org> Uploaders: Markus Koschany <a...@debian.org> 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 <sarra...@sarrazip.com> Source: http://perso.b2b2c.ca/~sarrazip/dev/burgerspace.html Files: * -Copyright: 2001-2019 Pierre Sarrazin <sarra...@sarrazip.com> +Copyright: 2001-2024 Pierre Sarrazin <sarra...@sarrazip.com> 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