[Pkg-cli-apps-commits] [SCM] monodevelop-debugger-gdb branch, master, updated. 186cf934b2124b630fa09bf01e5925fe3211fc40

Jo Shields directhex at apebox.org
Mon Feb 23 21:16:33 UTC 2009


The following commit has been merged in the master branch:
commit ef2e13137192fbd10b64091f486c2db3b534195f
Author: Jo Shields <directhex at apebox.org>
Date:   Mon Feb 23 21:12:12 2009 +0000

    git smells

diff --git a/debian/changelog b/debian/changelog
index 1e59ff1..f83bf71 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
 monodevelop-debugger-gdb (1.9.2-1~pre1) UNRELEASED; urgency=low
 
   * Initial release.
-  * TODO: patch build-system to use csc.
+  * TODO: patch build-system to use csc.    
 
  -- Mirco Bauer <meebey at debian.org>  Sun, 15 Feb 2009 22:32:12 +0100
diff --git a/debian/control b/debian/control
index d97fa94..97468c1 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: devel
 Priority: optional
 Maintainer: Debian CLI Applications Team <pkg-cli-apps-team at lists.alioth.debian.org>
 Uploaders: Mirco Bauer <meebey at debian.org>
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7),
+ quilt
 Build-Depends-Indep: cli-common-dev (>= 0.5.7),
  mono-devel (>= 2.0),
  monodevelop (>= 1.9.2)
diff --git a/debian/rules b/debian/rules
index 3aa8cb9..ab73127 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,8 +10,9 @@ DEB_SOURCE_NAME = $(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog | grep ^
 VERSION = $(shell echo $(DEB_VERSION) | cut -d"-" -f1 | sed 's/+dfsg.*//')
 
 include /usr/share/cli-common/cli.make
+include /usr/share/quilt/quilt.make
 
-build: build-stamp
+build: $(QUILT_STAMPFN) build-stamp
 build-stamp:
 	# poor man's configure
 	dh build --before dh_auto_configure
@@ -19,6 +20,14 @@ build-stamp:
 	dh build --after dh_auto_configure
 	touch build-stamp
 
+clean: clean-patched unpatch
+clean-patched: $(QUILT_STAMPFN)
+	dh clean --before dh_auto_clean
+	[ -f config.make ] || ./configure --clean-only
+	make clean
+	rm -f config.make config.log
+	dh clean --after dh_auto_clean
+
 install: build
 	dh $@
 
@@ -39,6 +48,3 @@ get-orig-source:
 		--force-download \
 		--rename \
 		--repack
-
-%:
-	dh $@

-- 
monodevelop-debugger-gdb



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