[Pkg-cli-apps-commits] r5122 - in /packages/gnome-do-plugins/trunk/debian: changelog rules

directhex at users.alioth.debian.org directhex at users.alioth.debian.org
Tue Oct 13 22:43:11 UTC 2009


Author: directhex
Date: Tue Oct 13 22:43:10 2009
New Revision: 5122

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=5122
Log:
  * debian/rules:
   - Make get-orig-source rule deterministic

Modified:
    packages/gnome-do-plugins/trunk/debian/changelog
    packages/gnome-do-plugins/trunk/debian/rules

Modified: packages/gnome-do-plugins/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-do-plugins/trunk/debian/changelog?rev=5122&op=diff
==============================================================================
--- packages/gnome-do-plugins/trunk/debian/changelog (original)
+++ packages/gnome-do-plugins/trunk/debian/changelog Tue Oct 13 22:43:10 2009
@@ -1,5 +1,6 @@
 gnome-do-plugins (0.8.2.1+dfsg-1) UNRELEASED; urgency=low
 
+  [ Iain Lane ]
   * New upstream release 0.8.2.1
    - Correctly find Banshee indexer
    - Fix firefox leak on Mono < 2.4 (LP: #381064)
@@ -8,6 +9,10 @@
   * 02_fix_banshee_plugin.dpatch: Drop, no longer required. Errors will be
     shown on console if Banshee is not installed but these are non-fatal.
   * rules, control: Use mono-csc 
+
+  [ Jo Shields ]
+  * debian/rules:
+   - Make get-orig-source rule deterministic
 
  -- Iain Lane <laney at ubuntu.com>  Tue, 13 Oct 2009 19:10:38 +0100
 

Modified: packages/gnome-do-plugins/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-do-plugins/trunk/debian/rules?rev=5122&op=diff
==============================================================================
--- packages/gnome-do-plugins/trunk/debian/rules (original)
+++ packages/gnome-do-plugins/trunk/debian/rules Tue Oct 13 22:43:10 2009
@@ -63,8 +63,10 @@
 
 repack-source: strip-shipped-binaries
 	cd $(TEMP_DIR) && \
-		tar czvf $(TARBALL) \
+		tar --mtime=@1255388400 -cvf $(TARBALL) \
 			$(notdir $(SOURCE_DIR))
+	cd $(TEMP_DIR) && \
+		gzip -9fn $(TARBALL)
 
 get-orig-source: repack-source
 	[ -d ../tarballs ] || mkdir ../tarballs




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