[Python-apps-commits] r3464 - in packages/scribes/branches/experimental/debian (2 files)

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Tue Aug 18 11:06:08 UTC 2009


    Date: Tuesday, August 18, 2009 @ 11:06:07
  Author: pochu-guest
Revision: 3464

add closes to changelog and make get-orig-source produce tarballs with the same hash

Modified:
  packages/scribes/branches/experimental/debian/changelog
  packages/scribes/branches/experimental/debian/rules

Modified: packages/scribes/branches/experimental/debian/changelog
===================================================================
--- packages/scribes/branches/experimental/debian/changelog	2009-08-18 10:45:57 UTC (rev 3463)
+++ packages/scribes/branches/experimental/debian/changelog	2009-08-18 11:06:07 UTC (rev 3464)
@@ -3,6 +3,7 @@
   * New upstream development snapshot.
     - Ported to gtksourceview2, depend on python-gtksourceview2 rather
       than python-gtksourceview. Closes: #542179.
+    - Doesn't remove executable bit from files. Closes: #473399.
   * debian/patches, debian/rules, debian/README.source: remove patches and
     patch system, they are no longer needed.
   * debian/rules: provide a get-orig-source target.
@@ -24,7 +25,7 @@
   * debian/manpages: install the manpage from here.
   * Standards-Version is 3.8.1, no changes needed.
   * debian/control: don't depend on python-gnome2-desktop/python-gnome2-extras
-    but on the specific modules directly. Closes: #541595.
+    but on the specific modules directly. Closes: #541595, #542177.
   * Standards-Version is 3.8.3, no changes needed.
 
  -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Tue, 18 Aug 2009 00:12:45 +0200

Modified: packages/scribes/branches/experimental/debian/rules
===================================================================
--- packages/scribes/branches/experimental/debian/rules	2009-08-18 10:45:57 UTC (rev 3463)
+++ packages/scribes/branches/experimental/debian/rules	2009-08-18 11:06:07 UTC (rev 3464)
@@ -16,5 +16,6 @@
 
 get-orig-source:
 	bzr export -r $(BZR_REVISION) scribes-0.4~r$(BZR_REVISION) lp:scribes
-	tar czf scribes_0.4~r$(BZR_REVISION).orig.tar.gz scribes-0.4~r$(BZR_REVISION)
+	tar --mtime=@0 -cf scribes_0.4~r$(BZR_REVISION).orig.tar scribes-0.4~r$(BZR_REVISION)
+	gzip -9fn scribes_0.4~r$(BZR_REVISION).orig.tar
 	rm -rf scribes-0.4~r$(BZR_REVISION)




More information about the Python-apps-commits mailing list