[Python-apps-commits] r7847 - in packages/frescobaldi/trunk/debian (5 files)

ryanakca-guest at users.alioth.debian.org ryanakca-guest at users.alioth.debian.org
Fri Nov 25 15:40:02 UTC 2011


    Date: Friday, November 25, 2011 @ 15:40:01
  Author: ryanakca-guest
Revision: 7847

frescobaldi_1.2.0-2

Modified:
  packages/frescobaldi/trunk/debian/changelog
  packages/frescobaldi/trunk/debian/control
  packages/frescobaldi/trunk/debian/rules
Deleted:
  packages/frescobaldi/trunk/debian/pycompat
  packages/frescobaldi/trunk/debian/pyversions

Modified: packages/frescobaldi/trunk/debian/changelog
===================================================================
--- packages/frescobaldi/trunk/debian/changelog	2011-11-25 04:08:30 UTC (rev 7846)
+++ packages/frescobaldi/trunk/debian/changelog	2011-11-25 15:40:01 UTC (rev 7847)
@@ -1,3 +1,11 @@
+frescobaldi (1.2.0-2) unstable; urgency=low
+
+  * Bump standards vertion to 3.9.2
+  * Switch to dh_python2
+  * Use default version of Python (Closes: #649259)
+
+ -- Ryan Kavanagh <ryanakca at kubuntu.org>  Thu, 24 Nov 2011 18:53:06 -0500
+
 frescobaldi (1.2.0-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/frescobaldi/trunk/debian/control
===================================================================
--- packages/frescobaldi/trunk/debian/control	2011-11-25 04:08:30 UTC (rev 7846)
+++ packages/frescobaldi/trunk/debian/control	2011-11-25 15:40:01 UTC (rev 7847)
@@ -4,14 +4,13 @@
 Maintainer: Ryan Kavanagh <ryanakca at kubuntu.org>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: python (>= 2.6),
- python-support (>= 0.8.7),
+Build-Depends-Indep: python (>= 2.6.6-3~),
  cmake,
  kdelibs-bin (>= 4:4.2.2)
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
+X-Python-Version: >= 2.6
 Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/frescobaldi/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/frescobaldi/trunk/
-X-Python-Version: >= 2.6
 Homepage: http://www.frescobaldi.org/
 DM-Upload-Allowed: yes
 

Deleted: packages/frescobaldi/trunk/debian/pycompat
===================================================================
--- packages/frescobaldi/trunk/debian/pycompat	2011-11-25 04:08:30 UTC (rev 7846)
+++ packages/frescobaldi/trunk/debian/pycompat	2011-11-25 15:40:01 UTC (rev 7847)
@@ -1 +0,0 @@
-2

Deleted: packages/frescobaldi/trunk/debian/pyversions
===================================================================
--- packages/frescobaldi/trunk/debian/pyversions	2011-11-25 04:08:30 UTC (rev 7846)
+++ packages/frescobaldi/trunk/debian/pyversions	2011-11-25 15:40:01 UTC (rev 7847)
@@ -1 +0,0 @@
-2.6-

Modified: packages/frescobaldi/trunk/debian/rules
===================================================================
--- packages/frescobaldi/trunk/debian/rules	2011-11-25 04:08:30 UTC (rev 7846)
+++ packages/frescobaldi/trunk/debian/rules	2011-11-25 15:40:01 UTC (rev 7847)
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with python2




More information about the Python-apps-commits mailing list