[Pkg-cli-apps-commits] r4897 - in /packages/monodevelop-boo/trunk/debian: changelog rules

directhex-guest at users.alioth.debian.org directhex-guest at users.alioth.debian.org
Sun May 3 11:06:48 UTC 2009


Author: directhex-guest
Date: Sun May  3 11:06:47 2009
New Revision: 4897

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4897
Log:
Deterministic get-orig-source

Modified:
    packages/monodevelop-boo/trunk/debian/changelog
    packages/monodevelop-boo/trunk/debian/rules

Modified: packages/monodevelop-boo/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/monodevelop-boo/trunk/debian/changelog?rev=4897&op=diff
==============================================================================
--- packages/monodevelop-boo/trunk/debian/changelog (original)
+++ packages/monodevelop-boo/trunk/debian/changelog Sun May  3 11:06:47 2009
@@ -1,7 +1,12 @@
 monodevelop-boo (2.0-2) UNRELEASED; urgency=low
 
+  [ Jo Shields ]
+  * debian/rules:
+    + Deterministic get-orig-source rule, persistent md5sum created
+
+  [ Stefan Ebner ]
   * debian/control:
-    - Get rid of libgconf2.24-cil since gnome-sharp is fixed now in ubuntu
+    + Get rid of libgconf2.24-cil since gnome-sharp is fixed now in ubuntu
 
  -- Stefan Ebner <sebner at ubuntu.com>  Sat, 02 May 2009 14:19:00 +0200
 

Modified: packages/monodevelop-boo/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/monodevelop-boo/trunk/debian/rules?rev=4897&op=diff
==============================================================================
--- packages/monodevelop-boo/trunk/debian/rules (original)
+++ packages/monodevelop-boo/trunk/debian/rules Sun May  3 11:06:47 2009
@@ -79,7 +79,9 @@
 		--download-version $(VERSION) \
 		--destdir . \
 		--force-download \
-		--rename \
-		--repack
+		--rename
+	bzcat $(DEB_SOURCE_NAME)_$(VERSION).orig.tar.bz2 | \
+		gzip -9fn -c - > $(DEB_SOURCE_NAME)_$(VERSION).orig.tar.gz
+	rm $(DEB_SOURCE_NAME)_$(VERSION).orig.tar.bz2
 
 .PHONY: build clean binary-indep binary-arch binary install configure patch unpatch




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