Author: pabs
Date: 2013-06-07 09:12:59 +0000 (Fri, 07 Jun 2013)
New Revision: 14237

Modified:
   packages/trunk/oneisenough/debian/changelog
   packages/trunk/oneisenough/debian/compat
   packages/trunk/oneisenough/debian/control
   packages/trunk/oneisenough/debian/rules
Log:
Switch to dh and bump debhelper compat level to 9

Modified: packages/trunk/oneisenough/debian/changelog
===================================================================
--- packages/trunk/oneisenough/debian/changelog 2013-06-07 08:57:56 UTC (rev 
14236)
+++ packages/trunk/oneisenough/debian/changelog 2013-06-07 09:12:59 UTC (rev 
14237)
@@ -13,6 +13,7 @@
 
   [ Paul Wise ]
   * Fix Vcs-Browser and use canonical URLs for Vcs-*
+  * Switch to dh and bump debhelper compat level to 9
 
  -- Richard Hartmann <[email protected]>  Thu, 06 Jun 2013 01:42:30 
+0200
 

Modified: packages/trunk/oneisenough/debian/compat
===================================================================
--- packages/trunk/oneisenough/debian/compat    2013-06-07 08:57:56 UTC (rev 
14236)
+++ packages/trunk/oneisenough/debian/compat    2013-06-07 09:12:59 UTC (rev 
14237)
@@ -1 +1 @@
-5
+9

Modified: packages/trunk/oneisenough/debian/control
===================================================================
--- packages/trunk/oneisenough/debian/control   2013-06-07 08:57:56 UTC (rev 
14236)
+++ packages/trunk/oneisenough/debian/control   2013-06-07 09:12:59 UTC (rev 
14237)
@@ -6,8 +6,7 @@
  Richard Hartmann <[email protected]>,
  Barry deFreese <[email protected]>
 Build-Depends:
- debhelper (>= 5.0.51~),
- quilt
+ debhelper (>= 9)
 Standards-Version: 3.9.4
 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/oneisenough/
 Vcs-Browser: 
http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/oneisenough/

Modified: packages/trunk/oneisenough/debian/rules
===================================================================
--- packages/trunk/oneisenough/debian/rules     2013-06-07 08:57:56 UTC (rev 
14236)
+++ packages/trunk/oneisenough/debian/rules     2013-06-07 09:12:59 UTC (rev 
14237)
@@ -1,53 +1,12 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
-
-# Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-build: patch build-stamp
-build-stamp:
-       dh_testdir
-       touch $@
+%:
+       dh $@ --parallel
 
-clean: unpatch
-       dh_testdir
-       dh_testroot
-       rm -f build-stamp
-       dh_clean 
-
-install: build
-       dh_testdir
-       dh_testroot
-       dh_clean -k
+override_dh_install:
        chmod +x run_game.py
        chmod +x bin/mainmenu.py
        chmod +x debian/game.sh
-       dh_installdirs
-
-build-indep: build install
-       dh_testdir
-       dh_testroot
-       dh_installchangelogs
-       dh_installdocs
        dh_install
-       dh_installmenu
-       dh_installman
-       dh_icons
-       dh_link
-       dh_compress
-       dh_fixperms
-       dh_installdeb
-       dh_shlibdeps
-       dh_gencontrol
-       dh_md5sums
-       dh_builddeb
-
-build-arch:
-
-binary-indep: build-indep
-
-binary-arch:
-
-binary: build-indep build-arch
-.PHONY: build clean build-indep build-arch binary install


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to