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

noskcaj-guest at users.alioth.debian.org noskcaj-guest at users.alioth.debian.org
Wed Feb 26 05:49:46 UTC 2014


    Date: Wednesday, February 26, 2014 @ 05:49:45
  Author: noskcaj-guest
Revision: 10614

debian/control: use python:depends instead of python3:depends. Closes: #739954

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

Modified: packages/catfish/trunk/debian/changelog
===================================================================
--- packages/catfish/trunk/debian/changelog	2014-02-26 02:45:44 UTC (rev 10613)
+++ packages/catfish/trunk/debian/changelog	2014-02-26 05:49:45 UTC (rev 10614)
@@ -1,3 +1,9 @@
+catfish (1.0.0-3) UNRELEASED; urgency=medium
+
+  * debian/control: use python:depends instead of python3:depends. Closes: #739954
+
+ -- Jackson Doak <noskcaj at ubuntu.com>  Wed, 26 Feb 2014 16:48:23 +1100
+
 catfish (1.0.0-2) unstable; urgency=medium
 
   * Depend on python-gi-cairo. Closes: #738639

Modified: packages/catfish/trunk/debian/control
===================================================================
--- packages/catfish/trunk/debian/control	2014-02-26 02:45:44 UTC (rev 10613)
+++ packages/catfish/trunk/debian/control	2014-02-26 05:49:45 UTC (rev 10614)
@@ -12,7 +12,7 @@
 
 Package: catfish
 Architecture: all
-Depends: ${python3:Depends}, 
+Depends: ${python:Depends}, 
  ${misc:Depends}, 
  gir1.2-glib-2.0,
  gir1.2-gtk-3.0,




More information about the Python-apps-commits mailing list