r14230 - packages/trunk/pathological/debian

Barry deFreese bdefreese at alioth.debian.org
Fri Jun 7 02:52:58 UTC 2013


Author: bdefreese
Date: 2013-06-07 02:52:56 +0000 (Fri, 07 Jun 2013)
New Revision: 14230

Modified:
   packages/trunk/pathological/debian/rules
Log:
Forgot to update rules file in previous commit

Modified: packages/trunk/pathological/debian/rules
===================================================================
--- packages/trunk/pathological/debian/rules	2013-06-07 02:30:12 UTC (rev 14229)
+++ packages/trunk/pathological/debian/rules	2013-06-07 02:52:56 UTC (rev 14230)
@@ -7,5 +7,14 @@
 override_dh_auto_install:
 	$(MAKE) install-indep DESTDIR=$(CURDIR)/debian/pathological
 
+override_dh_install:
+	xmp music/intro.xm -o debian/pathological/usr/share/games/pathological/music/intro.wav
+	xmp music/background.xm -o debian/pathological/usr/share/games/pathological/music/background.wav
+	oggenc -b 256 debian/pathological/usr/share/games/pathological/music/intro.wav
+	oggenc -b 160 debian/pathological/usr/share/games/pathological/music/background.wav
+	rm -f debian/pathological/usr/share/games/pathological/music/*.xm
+	rm -f debian/pathological/usr/share/games/pathological/music/*.wav
+	dh_install
+
 override_dh_builddeb:
 	dh_builddeb -- -Zxz




More information about the Pkg-games-commits mailing list