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

directhex-guest at users.alioth.debian.org directhex-guest at users.alioth.debian.org
Sun May 3 12:07:09 UTC 2009


Author: directhex-guest
Date: Sun May  3 12:07:09 2009
New Revision: 4899

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

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

Modified: packages/monodevelop-database/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/monodevelop-database/trunk/debian/changelog?rev=4899&op=diff
==============================================================================
--- packages/monodevelop-database/trunk/debian/changelog (original)
+++ packages/monodevelop-database/trunk/debian/changelog Sun May  3 12:07:09 2009
@@ -1,3 +1,10 @@
+monodevelop-database (2.0+dfsg-2) UNRELEASED; urgency=low
+
+  * debian/rules:
+    + Deterministic get-orig-source rule (persistent md5sum)
+
+ -- Jo Shields <directhex at apebox.org>  Sun, 03 May 2009 13:05:31 +0100
+
 monodevelop-database (2.0+dfsg-1) unstable; urgency=low
 
   [ Stefan Ebner ]

Modified: packages/monodevelop-database/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/monodevelop-database/trunk/debian/rules?rev=4899&op=diff
==============================================================================
--- packages/monodevelop-database/trunk/debian/rules (original)
+++ packages/monodevelop-database/trunk/debian/rules Sun May  3 12:07:09 2009
@@ -98,7 +98,8 @@
 	find $(DEB_SOURCE_NAME)-$(VERSION) -name "*.exe" -delete
 	find $(DEB_SOURCE_NAME)-$(VERSION) -name "*.dll"
 	find $(DEB_SOURCE_NAME)-$(VERSION) -name "*.dll" -delete
-	tar -czf $(DEB_SOURCE_NAME)_$(VERSION)+dfsg.orig.tar.gz $(DEB_SOURCE_NAME)-$(VERSION)
+	tar --mtime=@0 -cf $(DEB_SOURCE_NAME)_$(VERSION)+dfsg.orig.tar $(DEB_SOURCE_NAME)-$(VERSION)
+	gzip -9fn $(DEB_SOURCE_NAME)_$(VERSION)+dfsg.orig.tar
 	rm -r $(DEB_SOURCE_NAME)-$(VERSION)
 
 .PHONY: build clean binary-indep binary-arch binary install configure patch unpatch




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