r15274 - packages/trunk/gfpoken/debian
Bas Wijnen
wijnen at moszumanska.debian.org
Mon Oct 6 15:57:49 UTC 2014
Author: wijnen
Date: 2014-10-06 15:57:49 +0000 (Mon, 06 Oct 2014)
New Revision: 15274
Modified:
packages/trunk/gfpoken/debian/changelog
packages/trunk/gfpoken/debian/compat
packages/trunk/gfpoken/debian/rules
Log:
release version 1-2
Modified: packages/trunk/gfpoken/debian/changelog
===================================================================
--- packages/trunk/gfpoken/debian/changelog 2014-10-06 08:11:22 UTC (rev 15273)
+++ packages/trunk/gfpoken/debian/changelog 2014-10-06 15:57:49 UTC (rev 15274)
@@ -1,8 +1,9 @@
-gfpoken (1-2) UNRELEASED; urgency=medium
+gfpoken (1-2) unstable; urgency=medium
- * NOT RELEASED YET
+ * Upgrade debian/compat, so new debhelper version is actually used.
+ * Fix argument order in debian/rules to make debhelper 9 happy.
- -- Bas Wijnen <wijnen at debian.org> Sun, 05 Oct 2014 23:51:15 -0400
+ -- Bas Wijnen <wijnen at debian.org> Mon, 06 Oct 2014 11:56:44 -0400
gfpoken (1-1) unstable; urgency=low
Modified: packages/trunk/gfpoken/debian/compat
===================================================================
--- packages/trunk/gfpoken/debian/compat 2014-10-06 08:11:22 UTC (rev 15273)
+++ packages/trunk/gfpoken/debian/compat 2014-10-06 15:57:49 UTC (rev 15274)
@@ -1 +1 @@
-7
+9
Modified: packages/trunk/gfpoken/debian/rules
===================================================================
--- packages/trunk/gfpoken/debian/rules 2014-10-06 08:11:22 UTC (rev 15273)
+++ packages/trunk/gfpoken/debian/rules 2014-10-06 15:57:49 UTC (rev 15274)
@@ -3,7 +3,7 @@
CFLAGS ?= -g -Wall -Wextra
%:
- dh --parallel --with autoreconf $@
+ dh $@ --parallel --with autoreconf
override_dh_auto_configure:
dh_auto_configure -- --bindir=/usr/games
More information about the Pkg-games-commits
mailing list