r14682 - packages/trunk/peg-e/debian

Jackson Doak noskcaj-guest at moszumanska.debian.org
Fri Dec 6 03:11:37 UTC 2013


Author: noskcaj-guest
Date: 2013-12-06 03:11:37 +0000 (Fri, 06 Dec 2013)
New Revision: 14682

Modified:
   packages/trunk/peg-e/debian/changelog
   packages/trunk/peg-e/debian/rules
Log:
debian/rules: Install binary to usr/games

Modified: packages/trunk/peg-e/debian/changelog
===================================================================
--- packages/trunk/peg-e/debian/changelog	2013-12-06 03:05:14 UTC (rev 14681)
+++ packages/trunk/peg-e/debian/changelog	2013-12-06 03:11:37 UTC (rev 14682)
@@ -11,6 +11,7 @@
     - Use debhelper 9
     - Drop B-dep on dh-buildinfo, it is near pointless
   * Use DEP5 copyright
+  * debian/rules: Install binary to usr/games
 
  -- Jackson Doak <noskcaj at ubuntu.com>  Thu, 05 Dec 2013 07:48:15 +1100
 

Modified: packages/trunk/peg-e/debian/rules
===================================================================
--- packages/trunk/peg-e/debian/rules	2013-12-06 03:05:14 UTC (rev 14681)
+++ packages/trunk/peg-e/debian/rules	2013-12-06 03:11:37 UTC (rev 14682)
@@ -4,4 +4,7 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@
\ No newline at end of file
+	dh $@
+
+override_dh_auto_configure:
+	dh_auto_configure -- BINDIR=games
\ No newline at end of file




More information about the Pkg-games-commits mailing list