[Python-apps-commits] r10573 - 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 23:04:17 UTC 2014


    Date: Saturday, February 22, 2014 @ 23:04:16
  Author: noskcaj-guest
Revision: 10573

revert python3 changes

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-22 21:56:09 UTC (rev 10572)
+++ packages/catfish/trunk/debian/changelog	2014-02-22 23:04:16 UTC (rev 10573)
@@ -1,7 +1,6 @@
 catfish (1.0.0-2) UNRELEASED; urgency=medium
 
-  * Switch to python3
-  * Depend on python3-gi-cairo. Closes: #738639
+  * Depend on python-gi-cairo. Closes: #738639
 
  -- Jackson Doak <noskcaj at ubuntu.com>  Sun, 23 Feb 2014 07:40:04 +1100
 

Modified: packages/catfish/trunk/debian/control
===================================================================
--- packages/catfish/trunk/debian/control	2014-02-22 21:56:09 UTC (rev 10572)
+++ packages/catfish/trunk/debian/control	2014-02-22 23:04:16 UTC (rev 10573)
@@ -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), python3, 
- python3-distutils-extra (>= 2.10)
+Build-Depends: debhelper (>= 9), python, 
+ python-distutils-extra (>= 2.10)
 Standards-Version: 3.9.5
 Homepage: https://launchpad.net/catfish-search
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/catfish/trunk/
@@ -18,9 +18,9 @@
  gir1.2-gtk-3.0,
  gir1.2-pango-1.0,
  gir1.2-gdkpixbuf-2.0,
- python3-gi-cairo
+ python-gi-cairo
 Recommends: mlocate | locate
-Suggests: python3-zeitgeist,
+Suggests: python-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-22 21:56:09 UTC (rev 10572)
+++ packages/catfish/trunk/debian/rules	2014-02-22 23:04:16 UTC (rev 10573)
@@ -6,7 +6,7 @@
 DESTDIR := ${CURDIR}/debian/catfish
 
 %:
-	dh $@ --with python3
+	dh $@ --with python2
 
 override_dh_auto_configure:
 	./configure --prefix=/usr




More information about the Python-apps-commits mailing list