diff -Nru flatzebra-0.1.6/debian/changelog flatzebra-0.1.6/debian/changelog --- flatzebra-0.1.6/debian/changelog 2015-08-07 09:43:48.000000000 +0000 +++ flatzebra-0.1.6/debian/changelog 2015-10-30 14:06:54.000000000 +0000 @@ -1,3 +1,13 @@ +flatzebra (0.1.6-4) unstable; urgency=medium + + * Declare compliance with Debian Policy 3.9.6. + * Switch Vcs-Browser field to cgit and use https. + * Update copyright years. + * debian/rules: No longer export DH_OPTIONS. + * Update my e-mail address. + + -- Markus Koschany Fri, 30 Oct 2015 15:00:19 +0100 + flatzebra (0.1.6-3) unstable; urgency=medium * Team upload @@ -8,7 +18,7 @@ flatzebra (0.1.6-2) unstable; urgency=low - * Remove libflatzebra-0.1-2.symbols and go back to using shlibs instead. + * Remove libflatzebra-0.1-2.symbols and go back to using shlibs instead. -- Markus Koschany Tue, 22 Jan 2013 16:52:05 +0100 diff -Nru flatzebra-0.1.6/debian/control flatzebra-0.1.6/debian/control --- flatzebra-0.1.6/debian/control 2015-08-07 09:43:48.000000000 +0000 +++ flatzebra-0.1.6/debian/control 2015-10-30 14:06:54.000000000 +0000 @@ -1,7 +1,7 @@ Source: flatzebra Priority: optional Maintainer: Debian Games Team -Uploaders: Markus Koschany +Uploaders: Markus Koschany Build-Depends: debhelper (>= 9), dh-autoreconf, @@ -9,11 +9,11 @@ libsdl-mixer1.2-dev, libsdl1.2-dev, pkg-config -Standards-Version: 3.9.4 +Standards-Version: 3.9.6 Section: libs Homepage: http://sarrazip.com/dev/burgerspace.html Vcs-git: git://anonscm.debian.org/pkg-games/flatzebra.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-games/flatzebra.git;a=summary +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/flatzebra.git Package: libflatzebra-0.1-2v5 Pre-Depends: ${misc:Pre-Depends} diff -Nru flatzebra-0.1.6/debian/copyright flatzebra-0.1.6/debian/copyright --- flatzebra-0.1.6/debian/copyright 2015-08-07 09:43:48.000000000 +0000 +++ flatzebra-0.1.6/debian/copyright 2015-10-30 14:06:54.000000000 +0000 @@ -4,13 +4,13 @@ Source: http://sarrazip.com/dev/burgerspace.html Files: * -Copyright: 2001-2012 Pierre Sarrazin +Copyright: 2001-2012 Pierre Sarrazin License: GPL-2+ Files: debian/* -Copyright: 2007-2011 Francois Marier - 2011 Felix Geyer - 2012 Markus Koschany +Copyright: 2007-2011, Francois Marier + 2011, Felix Geyer + 2012-2015, Markus Koschany License: GPL-2+ License: GPL-2+ diff -Nru flatzebra-0.1.6/debian/libflatzebra-dev.install flatzebra-0.1.6/debian/libflatzebra-dev.install --- flatzebra-0.1.6/debian/libflatzebra-dev.install 2015-08-07 09:43:48.000000000 +0000 +++ flatzebra-0.1.6/debian/libflatzebra-dev.install 2015-10-30 14:06:54.000000000 +0000 @@ -1,3 +1,3 @@ -usr/include/flatzebra-*/flatzebra/*.h usr/include/flatzebra +usr/include/flatzebra-*/flatzebra/*.h usr/include/flatzebra usr/lib/*/*.so usr/lib/*/pkgconfig/* diff -Nru flatzebra-0.1.6/debian/rules flatzebra-0.1.6/debian/rules --- flatzebra-0.1.6/debian/rules 2015-08-07 09:43:48.000000000 +0000 +++ flatzebra-0.1.6/debian/rules 2015-10-30 14:06:54.000000000 +0000 @@ -1,6 +1,5 @@ #!/usr/bin/make -f #export DH_VERBOSE=1 -export DH_OPTIONS export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: