[Python-apps-commits] r4950 - in packages/ibid/trunk/debian (changelog rules)

stefanor-guest at users.alioth.debian.org stefanor-guest at users.alioth.debian.org
Fri Mar 12 18:03:01 UTC 2010


    Date: Friday, March 12, 2010 @ 18:02:30
  Author: stefanor-guest
Revision: 4950

Don't leak uid and umask into source tarball.

Modified:
  packages/ibid/trunk/debian/changelog
  packages/ibid/trunk/debian/rules

Modified: packages/ibid/trunk/debian/changelog
===================================================================
--- packages/ibid/trunk/debian/changelog	2010-03-12 15:01:21 UTC (rev 4949)
+++ packages/ibid/trunk/debian/changelog	2010-03-12 18:02:30 UTC (rev 4950)
@@ -1,3 +1,9 @@
+ibid (0.1.0+dfsg-2) UNRELEASED; urgency=low
+
+  * Don't leak uid and umask into source tarball.
+
+ -- Stefano Rivera <stefano at rivera.za.net>  Fri, 12 Mar 2010 20:00:58 +0200
+
 ibid (0.1.0+dfsg-1) unstable; urgency=low
 
   * Initial upstream release.

Modified: packages/ibid/trunk/debian/rules
===================================================================
--- packages/ibid/trunk/debian/rules	2010-03-12 15:01:21 UTC (rev 4949)
+++ packages/ibid/trunk/debian/rules	2010-03-12 18:02:30 UTC (rev 4950)
@@ -66,5 +66,6 @@
 	bzr export ibid-$(VER)/docs $(BZR_DOCS_REPO)/docs
 endif
 	cd ibid-$(VER)/factpacks/ && rm -f handey.json overlord.json wrestling.json zippy.json
-	GZIP=--best tar -czf ibid_$(VER)+dfsg.orig.tar.gz ibid-$(VER)
+	GZIP=--best tar -cz --owner root --group root --mode a+rX \
+	                -f ibid_$(VER)+dfsg.orig.tar.gz ibid-$(VER)
 	rm -rf ibid-$(VER)




More information about the Python-apps-commits mailing list