Author: mgilbert Date: 2014-04-06 04:49:10 +0000 (Sun, 06 Apr 2014) New Revision: 15020
Modified: packages/trunk/amphetamine/debian/amphetamine.desktop packages/trunk/amphetamine/debian/amphetamine.install packages/trunk/amphetamine/debian/changelog packages/trunk/amphetamine/debian/compat packages/trunk/amphetamine/debian/control packages/trunk/amphetamine/debian/patches/series packages/trunk/amphetamine/debian/rules Log: release 0.8.10-19 Modified: packages/trunk/amphetamine/debian/amphetamine.desktop =================================================================== --- packages/trunk/amphetamine/debian/amphetamine.desktop 2014-04-05 12:01:21 UTC (rev 15019) +++ packages/trunk/amphetamine/debian/amphetamine.desktop 2014-04-06 04:49:10 UTC (rev 15020) @@ -7,4 +7,4 @@ Icon=amph Terminal=false Categories=Game;ActionGame; - +Keywords=Games Modified: packages/trunk/amphetamine/debian/amphetamine.install =================================================================== --- packages/trunk/amphetamine/debian/amphetamine.install 2014-04-05 12:01:21 UTC (rev 15019) +++ packages/trunk/amphetamine/debian/amphetamine.install 2014-04-06 04:49:10 UTC (rev 15020) @@ -1,3 +1,3 @@ debian/amphetamine.desktop /usr/share/applications -amph.xpm /usr/share/pixmaps +debian/amph.xpm /usr/share/pixmaps amph /usr/games Modified: packages/trunk/amphetamine/debian/changelog =================================================================== --- packages/trunk/amphetamine/debian/changelog 2014-04-05 12:01:21 UTC (rev 15019) +++ packages/trunk/amphetamine/debian/changelog 2014-04-06 04:49:10 UTC (rev 15020) @@ -1,4 +1,4 @@ -amphetamine (0.8.10-19) UNRELEASED; urgency=low +amphetamine (0.8.10-19) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Remove DM-Upload-Allowed. @@ -9,8 +9,14 @@ [ Dominik George ] * debian/amphetamine.menu: Added icon entry (closes: #726204). - -- Dominik George <[email protected]> Sun, 20 Oct 2013 09:58:17 +0200 + [ Michael Gilbert ] + * Use debhelper 9. + * Convert icon to 32x32. + * Fix format string issue. + * Address some lintian warnings. + -- Michael Gilbert <[email protected]> Sun, 06 Apr 2014 04:00:16 +0000 + amphetamine (0.8.10-18) unstable; urgency=low * Use multiarch paths for libc6-dev includes (closes: #650468). Modified: packages/trunk/amphetamine/debian/compat =================================================================== --- packages/trunk/amphetamine/debian/compat 2014-04-05 12:01:21 UTC (rev 15019) +++ packages/trunk/amphetamine/debian/compat 2014-04-06 04:49:10 UTC (rev 15020) @@ -1 +1 @@ -5 +9 Modified: packages/trunk/amphetamine/debian/control =================================================================== --- packages/trunk/amphetamine/debian/control 2014-04-05 12:01:21 UTC (rev 15019) +++ packages/trunk/amphetamine/debian/control 2014-04-06 04:49:10 UTC (rev 15020) @@ -2,16 +2,16 @@ Section: games Priority: optional Build-Depends: - debhelper (>= 8), + debhelper (>= 9), libxpm-dev, + imagemagick, libsdl1.2-dev (>= 1.2.2-3.1), - dpkg-dev (>= 1.9.0) Maintainer: Debian Games Team <[email protected]> Uploaders: Sam Hocevar (Debian packages) <[email protected]>, Barry deFreese <[email protected]>, - Michael Gilbert <[email protected]> -Standards-Version: 3.9.2 + Michael Gilbert <[email protected]> +Standards-Version: 3.9.5 Homepage: http://homepage.hispeed.ch/loehrer/amph/amph.html Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/amphetamine/ Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/amphetamine/ Modified: packages/trunk/amphetamine/debian/patches/series =================================================================== --- packages/trunk/amphetamine/debian/patches/series 2014-04-05 12:01:21 UTC (rev 15019) +++ packages/trunk/amphetamine/debian/patches/series 2014-04-06 04:49:10 UTC (rev 15020) @@ -5,3 +5,5 @@ 010_etc_dir.diff 010_bugs.diff 020_assumed_sizeof_long.diff +append-buildflags.patch +format-string.patch Modified: packages/trunk/amphetamine/debian/rules =================================================================== --- packages/trunk/amphetamine/debian/rules 2014-04-05 12:01:21 UTC (rev 15019) +++ packages/trunk/amphetamine/debian/rules 2014-04-06 04:49:10 UTC (rev 15020) @@ -1,10 +1,16 @@ #!/usr/bin/make -f + +export DH_VERBOSE=1 + +export DEB_BUILD_MAINT_OPTIONS=hardening=+all + %: - dh ${@} + dh $@ -override_dh_auto_clean: - rm -f changelog - dh_auto_clean - override_dh_auto_install: cp ChangeLog changelog + convert amph.xpm -resize 32x32 debian/amph.xpm + +override_dh_clean: + dh_clean -- changelog debian/amph.xpm + _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

