[Python-modules-commits] r25535 - in packages/fedmsg/trunk/debian (changelog rules)

laarmen-guest at users.alioth.debian.org laarmen-guest at users.alioth.debian.org
Mon Aug 12 09:38:43 UTC 2013


    Date: Monday, August 12, 2013 @ 09:38:41
  Author: laarmen-guest
Revision: 25535

New upstream git snapshot with replay and SRV records support
Rework the get-orig-source to use a subdir of the CWD

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

Modified: packages/fedmsg/trunk/debian/changelog
===================================================================
--- packages/fedmsg/trunk/debian/changelog	2013-08-12 09:10:56 UTC (rev 25534)
+++ packages/fedmsg/trunk/debian/changelog	2013-08-12 09:38:41 UTC (rev 25535)
@@ -1,4 +1,4 @@
-fedmsg (0.6.8+git20130623.1.28a3152-1) UNRELEASED; urgency=low
+fedmsg (0.6.8+git20130809.1.44ccafe-1) UNRELEASED; urgency=low
 
   * Initial release. (Closes: #705953)
 

Modified: packages/fedmsg/trunk/debian/rules
===================================================================
--- packages/fedmsg/trunk/debian/rules	2013-08-12 09:10:56 UTC (rev 25534)
+++ packages/fedmsg/trunk/debian/rules	2013-08-12 09:38:41 UTC (rev 25535)
@@ -46,6 +46,6 @@
 endif
 
 get-orig-source:
-	git clone --bare git://github.com/fedora-infra/fedmsg.git /tmp/fedmsg.git/
-	git --git-dir=/tmp/fedmsg.git archive $(shell echo $(UPSTREAM) | cut -d + -f 2  | cut -d . -f 3) | gzip > ../fedmsg_"$(UPSTREAM)".orig.tar.gz
-	rm -rf /tmp/fedmsg.git/
+	git clone --bare git://github.com/fedora-infra/fedmsg.git fedmsg-orig.git
+	git --git-dir=fedmsg-orig.git archive $(shell echo $(UPSTREAM) | cut -d + -f 2  | cut -d . -f 3) | gzip > ../fedmsg_"$(UPSTREAM)".orig.tar.gz
+	rm -rf fedmsg-orig.git




More information about the Python-modules-commits mailing list