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

davidvilla-guest at users.alioth.debian.org davidvilla-guest at users.alioth.debian.org
Thu Nov 28 15:18:56 UTC 2013


    Date: Thursday, November 28, 2013 @ 15:18:55
  Author: davidvilla-guest
Revision: 10199

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	2013-11-28 07:25:38 UTC (rev 10198)
+++ packages/go2/trunk/debian/changelog	2013-11-28 15:18:55 UTC (rev 10199)
@@ -1,3 +1,10 @@
+go2 (2.20131126-1) unstable; urgency=low
+
+  * New release
+  * Migrated to python3
+
+ -- David Villa Alises <David.Villa at gmail.com>  Tue, 26 Nov 2013 22:48:07 +0100
+
 go2 (1.20130402-2) UNRELEASED; urgency=low
 
   * Use canonical URIs for Vcs-* fields.
@@ -4,7 +11,7 @@
 
  -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 18:05:09 +0200
 
-go2 (1.20130402-1) unstable; urgency=low
+go2 (1.20130402-1) UNRELEASED; urgency=low
 
   * New release
 

Modified: packages/go2/trunk/debian/control
===================================================================
--- packages/go2/trunk/debian/control	2013-11-28 07:25:38 UTC (rev 10198)
+++ packages/go2/trunk/debian/control	2013-11-28 15:18:55 UTC (rev 10199)
@@ -3,16 +3,15 @@
 Priority: optional
 Maintainer: David Villa Alises <David.Villa at gmail.com>
 Uploaders: Python Apps Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50~), python, python-docutils
-Standards-Version: 3.9.3
+Build-Depends: debhelper (>= 7.0.50~), python3, python-docutils, dh-python
+Standards-Version: 3.9.4
 Homepage: http://savannah.nongnu.org/projects/go2/
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/go2/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/go2/trunk/
-X-Python-Version: >= 2.6
 
 Package: go2
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, tree
+Depends: ${misc:Depends}, python, tree, ${python3:Depends}, python-support (>= 0.90)
 Description: fast directory finder
  This package provides a mechanism for quickly changing directory on
  the commandline, in the style of the old Norton Change Directory for

Modified: packages/go2/trunk/debian/rules
===================================================================
--- packages/go2/trunk/debian/rules	2013-11-28 07:25:38 UTC (rev 10198)
+++ packages/go2/trunk/debian/rules	2013-11-28 15:18:55 UTC (rev 10199)
@@ -2,12 +2,12 @@
 
 VERSION=$(shell head -n 1 debian/changelog | cut -f2 -d " " | tr -d "()" | cut -f1 -d "-")
 APP=go2
-ORIG_REPO=hg clone http://hg.savannah.nongnu.org/hgweb/go2
+ORIG_REPO=hg clone https://bitbucket.org/DavidVilla/go2
 ORIG_DIR=$(APP)-$(VERSION)
 EXCLUDE=--exclude=debian --exclude=\*~ --exclude=.hg --exclude=.svn --exclude=\*.pyc
 
 %:
-	dh $@ --with=python2
+	dh $@ --with=python3
 
 override_dh_auto_build:
 	dh_auto_build




More information about the Python-apps-commits mailing list