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

davidvilla-guest at users.alioth.debian.org davidvilla-guest at users.alioth.debian.org
Thu Feb 16 23:34:15 UTC 2012


    Date: Thursday, February 16, 2012 @ 23:34:12
  Author: davidvilla-guest
Revision: 8187

new release

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

Modified: packages/go2/trunk/debian/changelog
===================================================================
--- packages/go2/trunk/debian/changelog	2012-02-16 19:46:10 UTC (rev 8186)
+++ packages/go2/trunk/debian/changelog	2012-02-16 23:34:12 UTC (rev 8187)
@@ -1,8 +1,18 @@
-go2 (1.20120210-1) unstable; urgency=low
+go2 (1.20120217-1) unstable; urgency=low
 
   * New release
+  * /usr/bin/go2 does not require bash
+  * debian/dirs empty: removed
+  * debian/pycompat not required: removed
+  * debian/rules get-orig-source produces tarball y current dir
+  * debian/control:
+    * python2.7 not required
+    * X-Python-Version removed
+    * minor typo in description field
+    * installation instruction removed
+  * Thanks to Piotr Ożarowski
 
- -- David Villa Alises <David.Villa at uclm.es>  Fri, 10 Feb 2012 00:43:18 +0100
+ -- David Villa Alises <David.Villa at uclm.es>  Fri, 17 Feb 2012 00:25:41 +0100
 
 go2 (1.20120203-1) UNRELEASED; urgency=low
 

Modified: packages/go2/trunk/debian/control
===================================================================
--- packages/go2/trunk/debian/control	2012-02-16 19:46:10 UTC (rev 8186)
+++ packages/go2/trunk/debian/control	2012-02-16 23:34:12 UTC (rev 8187)
@@ -22,7 +22,4 @@
   * history list of visited directories;
   * blacklist of directories not to search;
   * configuration file for default options;
-  * multithreaded execution.
- .
- To activate go2, users need to source the appropriate function in their
- ~/.bashrc, but it is done automatically the first time you invoke it.
+  * multiprocess execution.

Modified: packages/go2/trunk/debian/rules
===================================================================
--- packages/go2/trunk/debian/rules	2012-02-16 19:46:10 UTC (rev 8186)
+++ packages/go2/trunk/debian/rules	2012-02-16 23:34:12 UTC (rev 8187)
@@ -19,5 +19,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-apps-commits mailing list