[Pkg-cli-apps-commits] r4779 - /packages/yahtzeesharp/trunk/debian/rules

sebner-guest at users.alioth.debian.org sebner-guest at users.alioth.debian.org
Sun Mar 29 18:28:14 UTC 2009


Author: sebner-guest
Date: Sun Mar 29 18:28:14 2009
New Revision: 4779

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4779
Log:
make debian/rules nicer

Modified:
    packages/yahtzeesharp/trunk/debian/rules

Modified: packages/yahtzeesharp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/yahtzeesharp/trunk/debian/rules?rev=4779&op=diff
==============================================================================
--- packages/yahtzeesharp/trunk/debian/rules (original)
+++ packages/yahtzeesharp/trunk/debian/rules Sun Mar 29 18:28:14 2009
@@ -35,10 +35,14 @@
 	tar -czf $(DEB_SOURCE_NAME)_$(VERSION).orig.tar.gz $(DEB_SOURCE_NAME)-$(VERSION)
 	rm -r $(DEB_SOURCE_NAME)-$(VERSION)
 
+override_dh_auto_configure:
+        dh_auto_configure -- GMCS=/usr/bin/csc CSC=/usr/bin/csc \
+	--prefix=/usr --bindir=/usr/games
+
 build: build-stamp
 build-stamp: $(QUILT_STAMPFN)
-	dh_auto_configure -- GMCS=/usr/bin/csc CSC=/usr/bin/csc \
-	--prefix=/usr --bindir=/usr/games
+        dh build
+        touch $@	
 
 install: install-stamp
 install-stamp: build




More information about the Pkg-cli-apps-commits mailing list