[Pkg-cli-apps-commits] r4933 - in /packages/yahtzeesharp/trunk/debian: control rules

sebner-guest at users.alioth.debian.org sebner-guest at users.alioth.debian.org
Sun May 10 12:29:18 UTC 2009


Author: sebner-guest
Date: Sun May 10 12:29:18 2009
New Revision: 4933

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4933
Log:
* Move to quilt dh7 style. *yeah* (therefore a strong quilt dependency on >= 0.46-7 is necessary)


Modified:
    packages/yahtzeesharp/trunk/debian/control
    packages/yahtzeesharp/trunk/debian/rules

Modified: packages/yahtzeesharp/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/yahtzeesharp/trunk/debian/control?rev=4933&op=diff
==============================================================================
--- packages/yahtzeesharp/trunk/debian/control (original)
+++ packages/yahtzeesharp/trunk/debian/control Sun May 10 12:29:18 2009
@@ -3,9 +3,9 @@
 Priority: optional
 Maintainer: Debian CLI Applications Team <pkg-cli-apps-team at lists.alioth.debian.org>
 Uploaders: Stefan Ebner <sebner at ubuntu.com>
-Build-Depends: debhelper (>= 7.0.50), quilt
+Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
 Build-Depends-Indep: cli-common-dev (>= 0.5.7), mono-devel (>= 2.0),
- libglib2.0-cil, libgtk2.0-cil, libart2.0-cil (>= 2.0) | libart2.24-cil
+ libglib2.0-cil, libgtk2.0-cil, libart2.0-cil (>= 2.0)
 Standards-Version: 3.8.1
 Homepage: http://www.brdstudio.net/yahtzeesharp/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-cli-apps/packages/yahtzeesharp/trunk

Modified: packages/yahtzeesharp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/yahtzeesharp/trunk/debian/rules?rev=4933&op=diff
==============================================================================
--- packages/yahtzeesharp/trunk/debian/rules (original)
+++ packages/yahtzeesharp/trunk/debian/rules Sun May 10 12:29:18 2009
@@ -36,12 +36,12 @@
 	tar -czf $(DEB_SOURCE_NAME)_$(VERSION).orig.tar.gz $(DEB_SOURCE_NAME)
 	rm -r $(DEB_SOURCE_NAME) $(DEB_SOURCE_NAME)-$(VERSION) COPYING CHANGELOG AUTHORS	
 
-override_dh_auto_configure: $(QUILT_STAMPFN)
+override_dh_auto_configure:
 	dh_auto_configure -- GMCS=/usr/bin/csc CSC=/usr/bin/csc \
 	--prefix=/usr --bindir=/usr/games	 
 
 build:
-	dh $@
+	dh --with quilt $@
 
 install: install-stamp
 install-stamp: build
@@ -52,7 +52,4 @@
 binary-indep: build install
 	dh $@
 
-clean: unpatch
-	dh $@
-
 .PHONY: build install binary clean




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