[Python-modules-commits] r24376 - in packages/python-logging-extra/trunk/debian (rules)

davidvilla-guest at users.alioth.debian.org davidvilla-guest at users.alioth.debian.org
Wed May 15 00:08:44 UTC 2013


    Date: Wednesday, May 15, 2013 @ 00:08:42
  Author: davidvilla-guest
Revision: 24376

fix rules

Modified:
  packages/python-logging-extra/trunk/debian/rules

Modified: packages/python-logging-extra/trunk/debian/rules
===================================================================
--- packages/python-logging-extra/trunk/debian/rules	2013-05-15 00:06:07 UTC (rev 24375)
+++ packages/python-logging-extra/trunk/debian/rules	2013-05-15 00:08:42 UTC (rev 24376)
@@ -13,5 +13,5 @@
 
 get-orig-source:
 	$(ORIG_REPO) $(ORIG_DIR)
-	tar $(EXCLUDE) -czf ../$(APP)_$(VERSION).orig.tar.gz $(ORIG_DIR)
+	tar $(EXCLUDE) -czf $(APP)_$(VERSION).orig.tar.gz $(ORIG_DIR)
 	$(RM) -r $(ORIG_DIR)




More information about the Python-modules-commits mailing list