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

directhex at users.alioth.debian.org directhex at users.alioth.debian.org
Sun Oct 18 22:56:05 UTC 2009


Author: directhex
Date: Sun Oct 18 22:56:05 2009
New Revision: 5128

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=5128
Log:
  * New upstream release
  * debian/rules:
    + Policy-compliant get-orig-source location
    + Fix timestamp on get-orig-source to 2009-10-18 to reduce
      console spew

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=5128&op=diff
==============================================================================
--- packages/monodevelop-database/trunk/debian/changelog (original)
+++ packages/monodevelop-database/trunk/debian/changelog Sun Oct 18 22:56:05 2009
@@ -1,3 +1,13 @@
+monodevelop-database (2.1.1+dfsg-1) UNRELEASED; urgency=low
+
+  * New upstream release
+  * debian/rules:
+    + Policy-compliant get-orig-source location
+    + Fix timestamp on get-orig-source to 2009-10-18 to reduce
+      console spew
+
+ -- Jo Shields <directhex at apebox.org>  Sun, 18 Oct 2009 23:45:05 +0100
+
 monodevelop-database (2.0+dfsg-2) unstable; urgency=low
 
   * debian/control:

Modified: packages/monodevelop-database/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/monodevelop-database/trunk/debian/rules?rev=5128&op=diff
==============================================================================
--- packages/monodevelop-database/trunk/debian/rules (original)
+++ packages/monodevelop-database/trunk/debian/rules Sun Oct 18 22:56:05 2009
@@ -79,6 +79,7 @@
 binary: binary-arch binary-indep
 
 get-orig-source:
+	mkdir -p ../tarballs
 	uscan \
 		--package $(DEB_SOURCE_NAME) \
 		--watchfile $(DEBIAN_DIR)/watch \
@@ -98,8 +99,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 --mtime=@0 -cf $(DEB_SOURCE_NAME)_$(VERSION)+dfsg.orig.tar $(DEB_SOURCE_NAME)-$(VERSION)
-	gzip -9fn $(DEB_SOURCE_NAME)_$(VERSION)+dfsg.orig.tar
+	tar --mtime=@1255820400 -cf ../tarballs/$(DEB_SOURCE_NAME)_$(VERSION)+dfsg.orig.tar $(DEB_SOURCE_NAME)-$(VERSION)
+	gzip -9fn ../tarballs/$(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