[Python-apps-commits] r7950 - in packages/go2/trunk/debian (changelog rules)

davidvilla-guest at users.alioth.debian.org davidvilla-guest at users.alioth.debian.org
Tue Dec 13 15:22:43 UTC 2011


    Date: Tuesday, December 13, 2011 @ 15:22:42
  Author: davidvilla-guest
Revision: 7950

new release

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

Modified: packages/go2/trunk/debian/changelog
===================================================================
--- packages/go2/trunk/debian/changelog	2011-12-13 14:49:05 UTC (rev 7949)
+++ packages/go2/trunk/debian/changelog	2011-12-13 15:22:42 UTC (rev 7950)
@@ -1,3 +1,9 @@
+go2 (1.20111213-1) unstable; urgency=low
+
+  * New release
+
+ -- David Villa Alises <David.Villa at uclm.es>  Tue, 13 Dec 2011 16:16:02 +0100
+
 go2 (1.20111028-1) unstable; urgency=low
 
   * New release

Modified: packages/go2/trunk/debian/rules
===================================================================
--- packages/go2/trunk/debian/rules	2011-12-13 14:49:05 UTC (rev 7949)
+++ packages/go2/trunk/debian/rules	2011-12-13 15:22:42 UTC (rev 7950)
@@ -19,12 +19,5 @@
 
 get-orig-source:
 	$(ORIG_REPO) $(ORIG_DIR)
-	tar $(EXCLUDE) -czf ../tarballs/$(APP)_$(VERSION).orig.tar.gz $(ORIG_DIR)
+	tar $(EXCLUDE) -czf ../$(APP)_$(VERSION).orig.tar.gz $(ORIG_DIR)
 	$(RM) -r $(ORIG_DIR)
-
-# FOR UPSTREAM USE ONLY!
-build-orig-source:
-	mkdir -p $(ORIG_DIR)
-	tar $(EXCLUDE) --exclude=$(ORIG_DIR) -cf - . | ( cd $(ORIG_DIR) && tar xf - )
-	tar -czf ../$(APP)_$(VERSION).orig.tar.gz $(ORIG_DIR)
-	$(RM) -r $(ORIG_DIR)




More information about the Python-apps-commits mailing list