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

davidvilla-guest at users.alioth.debian.org davidvilla-guest at users.alioth.debian.org
Sat Aug 6 02:06:39 UTC 2011


    Date: Saturday, August 6, 2011 @ 02:06:37
  Author: davidvilla-guest
Revision: 7416

depends update

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

Modified: packages/go2/trunk/debian/control
===================================================================
--- packages/go2/trunk/debian/control	2011-08-05 21:44:47 UTC (rev 7415)
+++ packages/go2/trunk/debian/control	2011-08-06 02:06:37 UTC (rev 7416)
@@ -3,14 +3,13 @@
 Priority: extra
 Maintainer: David Villa Alises <David.Villa at uclm.es>
 Uploaders: Francisco Moya <paco at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3~), python-docutils
+Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3~), rst2man
 Standards-Version: 3.9.2
 Homepage: http://savannah.nongnu.org/projects/go2/
 
 Package: go2
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, tree
-Suggests: python-psyco, locate, python-gtk2
+Depends: ${misc:Depends}, ${python:Depends}, tree, python-fs
 X-Python-Version: all
 Description:Fast directory finder
  This package provides a mechanism for quickly changing directory on

Modified: packages/go2/trunk/debian/rules
===================================================================
--- packages/go2/trunk/debian/rules	2011-08-05 21:44:47 UTC (rev 7415)
+++ packages/go2/trunk/debian/rules	2011-08-06 02:06:37 UTC (rev 7416)
@@ -2,7 +2,7 @@
 
 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 http://hg.savannah.nongnu.org/hgweb/go2 -u multiprocess
 ORIG_DIR=$(APP)-$(VERSION)
 EXCLUDE=--exclude=debian --exclude=\*~ --exclude=.hg --exclude=.svn --exclude=\*.pyc
 




More information about the Python-apps-commits mailing list