r6910 - packages/trunk/urbanterror/debian

Jack Coulter jscinoz-guest at alioth.debian.org
Thu May 8 10:06:18 UTC 2008


Author: jscinoz-guest
Date: 2008-05-08 10:06:18 +0000 (Thu, 08 May 2008)
New Revision: 6910

Modified:
   packages/trunk/urbanterror/debian/rules
Log:
Made debian/rules call dh_icons


Modified: packages/trunk/urbanterror/debian/rules
===================================================================
--- packages/trunk/urbanterror/debian/rules	2008-05-08 10:03:15 UTC (rev 6909)
+++ packages/trunk/urbanterror/debian/rules	2008-05-08 10:06:18 UTC (rev 6910)
@@ -1,3 +1,4 @@
+
 #!/usr/bin/make -f
 # -*- makefile -*-
 # Sample debian/rules that uses debhelper.
@@ -68,12 +69,14 @@
 	dh_clean -k -a
 	dh_installdirs -a
 	dh_install -a
+	dh_icons -a
 
 install-arch: build
 	dh_testdir
 	dh_testroot
 	dh_clean -k -s
 	dh_installdirs -s
+	dh_icons -s
 
 	cp ioUrbanTerrorClientSource/build/release-$(PLATFORM)-$(ARCH)/ioUrbanTerror.$(ARCH) ioUrbanTerror
 	cp ioUrbanTerrorServerSource/build/release-$(PLATFORM)-$(ARCH)/ioUrTded.$(ARCH) ioUrTded




More information about the Pkg-games-commits mailing list