diff -Nru pong2-0.1.3/debian/changelog pong2-0.1.3/debian/changelog --- pong2-0.1.3/debian/changelog 2016-04-27 13:40:14.000000000 +0000 +++ pong2-0.1.3/debian/changelog 2016-04-11 04:50:36.000000000 +0000 @@ -1,3 +1,21 @@ +pong2 (0.1.3-2) unstable; urgency=medium + + * Team upload. + * wrap-and-sort -sa. + * Switch to source format 3.0 (quilt). + * Use compat level 9 and require debhelper >= 9. + * Use canonical Vcs-URI. + * Declare compliance with Debian Policy 3.9.8. + * Change Homepage to https://tracker.debian.org/pkg/pong2 because the old one + at berlios.de is gone. + * Update debian/watch. + * Switch from cdbs to dh sequencer. + * Export DEB_BUILD_MAINT_OPTIONS = hardening=+all. + * Add pong2.desktop and install icon.png as new desktop icon. + (Closes: #726855) + + -- Markus Koschany Mon, 11 Apr 2016 06:28:20 +0200 + pong2 (0.1.3-1) unstable; urgency=low * prefer multi-line fields in debian/control @@ -48,7 +66,7 @@ * Package description mentions now hardware requirements (Closes: #309583) * bumped to standards version 3.6.2 (no changes needed) * added watch file - * adapted build dependencies for xorg, this should work in both debian/sid + * adapted build dependencies for xorg, this should work in both debian/sid and ubuntu/breezy -- Reinhard Tartler Tue, 9 Aug 2005 08:56:27 +0000 diff -Nru pong2-0.1.3/debian/compat pong2-0.1.3/debian/compat --- pong2-0.1.3/debian/compat 2016-04-27 13:40:14.000000000 +0000 +++ pong2-0.1.3/debian/compat 2016-04-11 04:50:36.000000000 +0000 @@ -1 +1 @@ -7 +9 diff -Nru pong2-0.1.3/debian/control pong2-0.1.3/debian/control --- pong2-0.1.3/debian/control 2016-04-27 13:40:14.000000000 +0000 +++ pong2-0.1.3/debian/control 2016-04-11 04:50:36.000000000 +0000 @@ -2,25 +2,28 @@ Section: games Priority: optional Maintainer: Debian Games Team -Uploaders: Reinhard Tartler -Build-Depends: autotools-dev, - debhelper (>= 7), - cdbs, - libgl1-mesa-dev, - libglu1-mesa-dev, - libsdl1.2-dev, - libsdl-net1.2-dev, - libsdl-image1.2-dev -Build-Conflicts: libssl-dev -Standards-Version: 3.8.2 -Homepage: http://pong2.berlios.de/ -Vcs-Browser: http://git.debian.org/?p=pkg-games/pong2.git;a=summary -Vcs-Git: git://git.debian.org/git/pkg-games/pong2.git +Uploaders: + Reinhard Tartler +Build-Depends: + autotools-dev, + debhelper (>= 9), + libgl1-mesa-dev, + libglu1-mesa-dev, + libsdl-image1.2-dev, + libsdl-net1.2-dev, + libsdl1.2-dev +Build-Conflicts: + libssl-dev +Standards-Version: 3.9.8 +Homepage: https://tracker.debian.org/pkg/pong2 +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/pong2.git +Vcs-Git: https://anonscm.debian.org/git/pkg-games/pong2.git Package: pong2 Architecture: any -Depends: ${shlibs:Depends}, - ${misc:Depends} +Depends: + ${misc:Depends}, + ${shlibs:Depends} Description: Remake of old arcade classic in OpenGL Pong2 is an up till now two player (networked) game inspired by the classical "Pong" from Amiga, which adds another diff -Nru pong2-0.1.3/debian/copyright pong2-0.1.3/debian/copyright --- pong2-0.1.3/debian/copyright 2016-04-27 13:40:14.000000000 +0000 +++ pong2-0.1.3/debian/copyright 2016-04-11 04:50:36.000000000 +0000 @@ -1,6 +1,6 @@ Author: Johannes Jordan Copyright: 2004, 2005 Johannes Jordan -Project Website: http://pong2.berlios.de/ +Project Website: FIXME @@ -17,7 +17,7 @@ General Public License for more details. You should have received a copy of the GNU General Public License - with your Debian GNU/Linux system, in /usr/share/common-licenses/GPL, + with your Debian GNU/Linux system, in /usr/share/common-licenses/GPL-2, or with the Debian GNU/Linux bash source package as the file COPYING. If not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. @@ -53,4 +53,3 @@ This package was debianized by Reinhard Tartler on Tue, 8 Feb 2005 17:26:54 +0100. - diff -Nru pong2-0.1.3/debian/install pong2-0.1.3/debian/install --- pong2-0.1.3/debian/install 1970-01-01 00:00:00.000000000 +0000 +++ pong2-0.1.3/debian/install 2016-04-11 04:50:36.000000000 +0000 @@ -0,0 +1,2 @@ +pong2.png usr/share/pixmaps +debian/pong2.desktop usr/share/applications diff -Nru pong2-0.1.3/debian/manpages pong2-0.1.3/debian/manpages --- pong2-0.1.3/debian/manpages 1970-01-01 00:00:00.000000000 +0000 +++ pong2-0.1.3/debian/manpages 2016-04-11 04:50:36.000000000 +0000 @@ -0,0 +1 @@ +debian/pong2.man diff -Nru pong2-0.1.3/debian/pong2.desktop pong2-0.1.3/debian/pong2.desktop --- pong2-0.1.3/debian/pong2.desktop 1970-01-01 00:00:00.000000000 +0000 +++ pong2-0.1.3/debian/pong2.desktop 2016-04-11 04:50:36.000000000 +0000 @@ -0,0 +1,10 @@ +[Desktop Entry] +Name=Pong2 +Comment=Remake of the old arcade classic in OpenGL +Comment[de]=Neuauflage des alten Arkadeklassikers in OpenGL +Exec=pong2 +Icon=pong2 +Terminal=false +Type=Application +Categories=Game;ActionGame; +Keywords=pong;arcade;multiplayer;OpenGL; diff -Nru pong2-0.1.3/debian/pong2.man pong2-0.1.3/debian/pong2.man --- pong2-0.1.3/debian/pong2.man 2016-04-27 13:40:14.000000000 +0000 +++ pong2-0.1.3/debian/pong2.man 2016-04-11 04:50:36.000000000 +0000 @@ -25,10 +25,10 @@ .B pong2 .PP .\" TeX users may be more comfortable with the \fB\fP and -.\" \fI\fP escape sequences to invode bold face and italics, +.\" \fI\fP escape sequences to invode bold face and italics, .\" respectively. -\fBpong2\fP is an up till now two player (networked) game inspired by -the classical "Pong" from Amiga, which adds another dimension to the +\fBpong2\fP is an up till now two player (networked) game inspired by +the classical "Pong" from Amiga, which adds another dimension to the playing field. Crazy graphics, fast gameplay, great fun ;) .SH OPTIONS .TP diff -Nru pong2-0.1.3/debian/rules pong2-0.1.3/debian/rules --- pong2-0.1.3/debian/rules 2016-04-27 13:40:14.000000000 +0000 +++ pong2-0.1.3/debian/rules 2016-04-11 04:50:36.000000000 +0000 @@ -1,14 +1,17 @@ #!/usr/bin/make -f +export DEB_BUILD_MAINT_OPTIONS = hardening=+all -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/autotools.mk +%: + dh $@ -DEB_CONFIGURE_EXTRA_FLAGS := --bindir=/usr/games +override_dh_auto_configure: + dh_auto_configure -- \ + --bindir=/usr/games -build/pong2:: - dh_installman debian/pong2.man - -install/pong2:: +override_dh_install: + cp icon.png pong2.png + dh_install # delete accidentally installed doxygen.conf - rm -f debian/pong2/usr/share/pong2/doxygen.conf + $(RM) debian/pong2/usr/share/pong2/doxygen.conf + $(RM) pong2.png diff -Nru pong2-0.1.3/debian/source/format pong2-0.1.3/debian/source/format --- pong2-0.1.3/debian/source/format 1970-01-01 00:00:00.000000000 +0000 +++ pong2-0.1.3/debian/source/format 2016-04-11 04:50:36.000000000 +0000 @@ -0,0 +1 @@ +3.0 (quilt) diff -Nru pong2-0.1.3/debian/watch pong2-0.1.3/debian/watch --- pong2-0.1.3/debian/watch 2016-04-27 13:40:14.000000000 +0000 +++ pong2-0.1.3/debian/watch 2016-04-11 04:50:36.000000000 +0000 @@ -1,4 +1 @@ -version=3 -opts=downloadurlmangle=s/prdownload/download/ \ - http://developer.berlios.de/project/showfiles.php?group_id=3040 \ - http://prdownload.berlios.de/pong2/pong2-(.*).tar.gz +# The old download location is no longer available. FIXME.