[Pkg-cli-libs-commits] [SCM] gdata-sharp branch, master, updated. debian/1.4.0.2-1-3-gb059051

Chow Loong Jin hyperair at gmail.com
Mon May 11 08:01:36 UTC 2009


The following commit has been merged in the master branch:
commit b059051a15a538acc67ed4fcc01889d3aca36a28
Author: Chow Loong Jin <hyperair at gmail.com>
Date:   Mon May 11 13:22:47 2009 +0800

    Hook up unpatch to just before dh_clean

diff --git a/debian/changelog b/debian/changelog
index f97eff5..937b347 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ gdata-sharp (1.4.0.2-2) UNRELEASED; urgency=low
 
   * debian/rules:
     + Rename all pkg-config files to include ABI version as per policy
+    + Hook up unpatch to just before dh_clean
 
- -- Chow Loong Jin <hyperair at gmail.com>  Tue, 24 Mar 2009 07:30:39 +0800
+ -- Chow Loong Jin <hyperair at gmail.com>  Mon, 11 May 2009 13:22:22 +0800
 
 gdata-sharp (1.4.0.2-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index f6e7091..94a7fde 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,6 +24,9 @@ override_dh_auto_build: $(QUILT_STAMPFN)
 		--ecma $(CURDIR)/monodocer \
 		--out $(CURDIR)/GData
 
+override_dh_clean: unpatch
+	dh_clean
+
 override_dh_auto_install:
 	# gar, see above
 	# extra brokeness for building tests in install

-- 
gdata-sharp



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