diff -Nru between-6+dfsg1/debian/changelog between-6+dfsg1/debian/changelog --- between-6+dfsg1/debian/changelog 2011-02-21 03:30:33.000000000 +0000 +++ between-6+dfsg1/debian/changelog 2013-05-10 13:02:07.000000000 +0000 @@ -1,3 +1,12 @@ +between (6+dfsg1-3) unstable; urgency=low + + * Bump the debhelper compat to 9 and enable extra hardening + * wrap-and-sort -sa to make diffs more readable + * Bump Standards-Version, no changes needed + * Fix the VCS URLs to work and be canonical + + -- Paul Wise Fri, 10 May 2013 21:02:05 +0800 + between (6+dfsg1-2) unstable; urgency=low * Document GPL code in the copyright file (Closes: #614052) diff -Nru between-6+dfsg1/debian/compat between-6+dfsg1/debian/compat --- between-6+dfsg1/debian/compat 2009-06-27 07:35:03.000000000 +0000 +++ between-6+dfsg1/debian/compat 2013-05-09 06:35:20.000000000 +0000 @@ -1 +1 @@ -7 +9 diff -Nru between-6+dfsg1/debian/control between-6+dfsg1/debian/control --- between-6+dfsg1/debian/control 2010-12-20 09:46:33.000000000 +0000 +++ between-6+dfsg1/debian/control 2013-05-10 12:51:32.000000000 +0000 @@ -2,20 +2,24 @@ Section: games Priority: extra Maintainer: Debian Games Team -Uploaders: Paul Wise -Build-Depends: debhelper (>= 7.0.50~), +Uploaders: + Paul Wise +Build-Depends: + debhelper (>= 9), imagemagick, - libsdl1.2-dev, libgl1-mesa-dev | libgl-dev, - libglu1-mesa-dev | libglu-dev -Standards-Version: 3.9.1 + libglu1-mesa-dev | libglu-dev, + libsdl1.2-dev +Standards-Version: 3.9.4 Homepage: http://www.esquire.com/features/best-and-brightest-2008/rohrer-game -Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/between/ -Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/between/?op=log +Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/between/ +Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/between/ Package: between Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: + ${misc:Depends}, + ${shlibs:Depends} Description: game about consciousness and isolation Between is a pixelated art game for two players by Jason Rohrer. . diff -Nru between-6+dfsg1/debian/copyright between-6+dfsg1/debian/copyright --- between-6+dfsg1/debian/copyright 2011-02-21 03:29:08.000000000 +0000 +++ between-6+dfsg1/debian/copyright 2013-05-09 07:32:50.000000000 +0000 @@ -74,7 +74,7 @@ This material is provided "as is", with absolutely no warranty expressed or implied. Any use is at your own risk. - Permission to use or copy this software for any purpose is hereby granted + Permission to use or copy this software for any purpose is hereby granted without fee, provided the above notices are retained on all copies. Permission to modify the code and to distribute modified code is granted, provided the above notices are retained, and a notice that the code was diff -Nru between-6+dfsg1/debian/install between-6+dfsg1/debian/install --- between-6+dfsg1/debian/install 2010-10-31 11:11:28.000000000 +0000 +++ between-6+dfsg1/debian/install 2013-05-09 07:32:50.000000000 +0000 @@ -1,11 +1,11 @@ +32x32/between.png usr/share/icons/hicolor/32x32/apps +32x32/between.png usr/share/pixmaps +32x32/between.xpm usr/share/pixmaps +between.png usr/share/icons/hicolor/128x128/apps +debian/*.desktop usr/share/applications game7/gameSource/Between usr/games +game7/gameSource/graphics usr/share/games/between game7/gameSource/language.txt usr/share/games/between game7/gameSource/languages usr/share/games/between -game7/gameSource/graphics usr/share/games/between game7/gameSource/music usr/share/games/between game7/gameSource/settings/* etc/between -debian/*.desktop usr/share/applications -between.png usr/share/icons/hicolor/128x128/apps -32x32/between.png usr/share/icons/hicolor/32x32/apps -32x32/between.png usr/share/pixmaps -32x32/between.xpm usr/share/pixmaps diff -Nru between-6+dfsg1/debian/rules between-6+dfsg1/debian/rules --- between-6+dfsg1/debian/rules 2011-02-21 03:29:08.000000000 +0000 +++ between-6+dfsg1/debian/rules 2013-05-09 07:23:18.000000000 +0000 @@ -1,7 +1,9 @@ #!/usr/bin/make -f +export DEB_BUILD_MAINT_OPTIONS=hardening=+all + %: - dh --parallel $@ + dh $@ --parallel override_dh_auto_configure: chmod u+x game7/configure @@ -16,8 +18,9 @@ sed -i -e 's/-lX11//' game7/gameSource/Makefile sed -i -e 's/^DEBUG_FLAG = .*/DEBUG_FLAG = /' game7/gameSource/Makefile sed -i -e 's/^OPTIMIZE_FLAG = .*/OPTIMIZE_FLAG = /' game7/gameSource/Makefile - sed -i -e 's/^COMPILE_FLAGS = /COMPILE_FLAGS = $$(CFLAGS) /' game7/gameSource/Makefile - $(MAKE) -C game7/gameSource CFLAGS="$(CFLAGS) -DETCDIR=\\\"/etc/between\\\" -DDATADIR=\\\"/usr/share/games/between/\\\"" + sed -i -e 's/^COMPILE_FLAGS = /COMPILE_FLAGS = $$(CFLAGS) $$(CPPFLAGS) /' game7/gameSource/Makefile + sed -i -e 's/^LINK_FLAGS = /LINK_FLAGS = $$(LDFLAGS) /' game7/gameSource/Makefile + $(MAKE) -C game7/gameSource LDFLAGS="$(LDFLAGS)" CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS) -DETCDIR=\\\"/etc/between\\\" -DDATADIR=\\\"/usr/share/games/between/\\\"" override_dh_auto_clean: [ ! -f game7/gameSource/Makefile ] || $(MAKE) -C game7/gameSource clean