[Pkg-mono-svn-commits] rev 3662 - xsp/trunk/debian

Mirco Bauer meebey at alioth.debian.org
Thu Jul 3 22:00:22 UTC 2008


Author: meebey
Date: 2008-07-03 22:00:22 +0000 (Thu, 03 Jul 2008)
New Revision: 3662

Modified:
   xsp/trunk/debian/changelog
   xsp/trunk/debian/rules
Log:
  * debian/rules:
    + Fixed target dependencies.



Modified: xsp/trunk/debian/changelog
===================================================================
--- xsp/trunk/debian/changelog	2008-07-03 21:56:25 UTC (rev 3661)
+++ xsp/trunk/debian/changelog	2008-07-03 22:00:22 UTC (rev 3662)
@@ -1,5 +1,6 @@
 xsp (1.9.1-1) unstable; urgency=low
 
+  [ Jo Shields ]
   * New upstream release
   * debian/rules
     - Enable patch-stamp building, for great dpatch justice
@@ -21,8 +22,12 @@
       libmono-system-ldap1.0-cil, libmono-cscompmgd7.0-cil,
       libnunit2.4-cil
 
- -- Jo Shields <directhex at apebox.org>  Mon, 16 Jun 2008 16:46:00 +0100
+  [ Mirco Bauer ]
+  * debian/rules:
+    + Fixed target dependencies.
 
+ -- Mirco Bauer <meebey at debian.org>  Thu, 03 Jul 2008 23:49:11 +0200
+
 xsp (1.2.5-2.1) unstable; urgency=low
 
   * Non-maintainer upload.

Modified: xsp/trunk/debian/rules
===================================================================
--- xsp/trunk/debian/rules	2008-07-03 21:56:25 UTC (rev 3661)
+++ xsp/trunk/debian/rules	2008-07-03 22:00:22 UTC (rev 3662)
@@ -1,7 +1,10 @@
 #!/usr/bin/make -f
 
-#export DH_COMPAT=4
+#export DH_VERBOSE=1
+export MONO_SHARED_DIR=$(CURDIR)
 
+MONO_ABI_COMP_VERSION = 1.2.1
+
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
@@ -10,18 +13,13 @@
 PKG_VERSION ?= $(shell echo $(DPKG_VERSION) | cut -f 1 -d '-' | cut -f 1-3 -d '.')
 NEXT_PKG_VERSION ?= $(shell echo $(PKG_VERSION) | perl -e '$$_=<>;/\.(\d+)$$/;$$a=$$1+1;s/\.(\d+)$$/.$$a/;print;')
 
-MONO_ABI_COMP_VERSION = 1.2.1
-
-export MONO_SHARED_DIR=$(CURDIR)
-
-# Include dpatch stuff.
 include /usr/share/dpatch/dpatch.make
 
-configure: patch configure-stamp templates.pot
-configure-stamp:
+configure: configure-stamp templates.pot
+configure-stamp: patch-stamp
 	dh_testdir
-	mkdir -p $$MONO_SHARED_DIR	
-	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
+	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
+	  --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
 	touch configure-stamp
 
 build: patch-stamp build-stamp
@@ -63,16 +61,16 @@
 templates.pot: $(wildcard debian/*.templates)
 	debconf-updatepo
 
-clean: unpatch
+clean: clean-patched unpatch
+clean-patched:
 	dh_testdir
 	dh_testroot
 	rm -f config.log
 	[ ! -f Makefile ] || $(MAKE) distclean
 	rm -rf server
-	# Moved below the clean so the configured-stuff cleans properly
+	# moved below the clean so the configured-stuff cleans properly
 	rm -rf $$MONO_SHARED_DIR/.wapi
-	rm -f $(CURDIR)/debian/*.8
-	rm -f $(CURDIR)/debian/*.1
+	rm -f $(CURDIR)/debian/*.8 $(CURDIR)/debian/*.1
 	debconf-updatepo
 	rm -f build-stamp configure-stamp config.status
 	dh_clean 
@@ -128,6 +126,8 @@
 			debian/tmp/usr/sbin/$$f; \
 	done
 
+binary: binary-arch binary-indep
+
 binary-arch:
 
 binary-indep: build install
@@ -159,5 +159,4 @@
 	dh_md5sums -i
 	dh_builddeb -i
 
-binary: binary-indep
-.PHONY: build clean binary-indep binary install patch unpatch
+.PHONY: build clean binary-arch binary-indep binary install patch unpatch




More information about the Pkg-mono-svn-commits mailing list