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

noskcaj-guest at users.alioth.debian.org noskcaj-guest at users.alioth.debian.org
Sat Feb 22 20:40:44 UTC 2014


    Date: Saturday, February 22, 2014 @ 20:40:43
  Author: noskcaj-guest
Revision: 10561

debian/rules: Use --python3, everything else was python2 already

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

Modified: packages/catfish/trunk/debian/changelog
===================================================================
--- packages/catfish/trunk/debian/changelog	2014-02-21 15:50:36 UTC (rev 10560)
+++ packages/catfish/trunk/debian/changelog	2014-02-22 20:40:43 UTC (rev 10561)
@@ -1,3 +1,9 @@
+catfish (1.0.0-2) UNRELEASED; urgency=medium
+
+  * debian/rules: Use --python3, everything else was python2 already
+
+ -- Jackson Doak <noskcaj at ubuntu.com>  Sun, 23 Feb 2014 07:40:04 +1100
+
 catfish (1.0.0-1) unstable; urgency=medium
 
   * Team upload.

Modified: packages/catfish/trunk/debian/control
===================================================================
--- packages/catfish/trunk/debian/control	2014-02-21 15:50:36 UTC (rev 10560)
+++ packages/catfish/trunk/debian/control	2014-02-22 20:40:43 UTC (rev 10561)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Jackson Doak <noskcaj at ubuntu.com>
 Uploaders: Python Applications Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 9), python (>= 2.6.6-3~), 
- python-distutils-extra (>= 2.10)
+Build-Depends: debhelper (>= 9), python3, 
+ python3-distutils-extra (>= 2.10)
 Standards-Version: 3.9.5
 X-Python-Version: >= 2.6
 Homepage: https://launchpad.net/catfish-search
@@ -13,14 +13,14 @@
 
 Package: catfish
 Architecture: all
-Depends: ${python:Depends}, 
+Depends: ${python3:Depends}, 
  ${misc:Depends}, 
  gir1.2-glib-2.0,
  gir1.2-gtk-3.0,
  gir1.2-pango-1.0,
  gir1.2-gdkpixbuf-2.0,
 Recommends: mlocate | locate
-Suggests: python-zeitgeist,
+Suggests: python3-zeitgeist,
  zeitgeist
 Description: File searching tool which is configurable via the command line
  Catfish is a handy file searching tool for Linux and UNIX. 

Modified: packages/catfish/trunk/debian/rules
===================================================================
--- packages/catfish/trunk/debian/rules	2014-02-21 15:50:36 UTC (rev 10560)
+++ packages/catfish/trunk/debian/rules	2014-02-22 20:40:43 UTC (rev 10561)
@@ -6,7 +6,7 @@
 DESTDIR := ${CURDIR}/debian/catfish
 
 %:
-	dh $@ --with python2
+	dh $@ --with python3
 
 override_dh_auto_configure:
 	./configure --prefix=/usr




More information about the Python-apps-commits mailing list