r11414 - in /packages/unstable/meld/debian: changelog control control.in pycompat

lool at users.alioth.debian.org lool at users.alioth.debian.org
Sat Jun 9 18:13:25 UTC 2007


Author: lool
Date: Sat Jun  9 18:13:25 2007
New Revision: 11414

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=11414
Log:
* Set Python compatibility version to 2; add XS and XB-Python-Version.

Added:
    packages/unstable/meld/debian/pycompat
Modified:
    packages/unstable/meld/debian/changelog
    packages/unstable/meld/debian/control
    packages/unstable/meld/debian/control.in

Modified: packages/unstable/meld/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/meld/debian/changelog?rev=11414&op=diff
==============================================================================
--- packages/unstable/meld/debian/changelog (original)
+++ packages/unstable/meld/debian/changelog Sat Jun  9 18:13:25 2007
@@ -12,8 +12,9 @@
   * Update URL in watch file.
   * Add a get-orig-source target to retrieve the upstream source.
   * Add ${misc:Depends}.
-
- -- Loic Minier <lool at dooz.org>  Sat, 09 Jun 2007 20:11:02 +0200
+  * Set Python compatibility version to 2; add XS and XB-Python-Version.
+
+ -- Loic Minier <lool at dooz.org>  Sat, 09 Jun 2007 20:13:02 +0200
 
 meld (1.1.4-1) unstable; urgency=low
 

Modified: packages/unstable/meld/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/meld/debian/control?rev=11414&op=diff
==============================================================================
--- packages/unstable/meld/debian/control (original)
+++ packages/unstable/meld/debian/control Sat Jun  9 18:13:25 2007
@@ -2,7 +2,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Ross Burton <ross at debian.org>
-Build-Depends: debhelper (>= 4.1.25),
+Build-Depends: debhelper (>= 5),
                cdbs,
                gnome-pkg-tools
 Build-Depends-Indep: python-dev,
@@ -11,14 +11,17 @@
                      scrollkeeper
 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Loic Minier <lool at dooz.org>
 Standards-Version: 3.7.2
+XS-Python-Version: >= 2.3
 
 Package: meld
 Architecture: all
 Depends: ${python:Depends},
+         ${misc:Depends},
          python-gtk2 (>= 2.4),
          python-glade2 (>= 2.4),
          python-gnome2
 Recommends: python-gnome2-extras
+XB-Python-Version: ${python:Versions}
 Description: graphical tool to diff and merge files
  Meld is a tool which allows the user to see the changes in, and merge between,
  either two files, two directories, or two files with a common ancestor.

Modified: packages/unstable/meld/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/meld/debian/control.in?rev=11414&op=diff
==============================================================================
--- packages/unstable/meld/debian/control.in (original)
+++ packages/unstable/meld/debian/control.in Sat Jun  9 18:13:25 2007
@@ -11,6 +11,7 @@
                      scrollkeeper
 Uploaders: @GNOME_TEAM@
 Standards-Version: 3.7.2
+XS-Python-Version: >= 2.3
 
 Package: meld
 Architecture: all
@@ -20,6 +21,7 @@
          python-glade2 (>= 2.4),
          python-gnome2
 Recommends: python-gnome2-extras
+XB-Python-Version: ${python:Versions}
 Description: graphical tool to diff and merge files
  Meld is a tool which allows the user to see the changes in, and merge between,
  either two files, two directories, or two files with a common ancestor.

Added: packages/unstable/meld/debian/pycompat
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/meld/debian/pycompat?rev=11414&op=file
==============================================================================
--- packages/unstable/meld/debian/pycompat (added)
+++ packages/unstable/meld/debian/pycompat Sat Jun  9 18:13:25 2007
@@ -1,0 +1,1 @@
+2




More information about the pkg-gnome-commits mailing list