r13838 - in /desktop/unstable/gnome-mag/debian: changelog control control.in rules
lool at users.alioth.debian.org
lool at users.alioth.debian.org
Thu Dec 13 15:30:33 UTC 2007
Author: lool
Date: Thu Dec 13 15:30:33 2007
New Revision: 13838
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13838
Log:
* Update to Python policy v2.
- Build-dep on python-support (>= 0.5.3) and python-dev (>= 2.3); bump
debhelper b-dep to >= 5.0.37.2 and cdbs to >= 0.4.43.
- Add XS-Python-Version >= 2.3 and XB-Python-Version.
- Let gnome-mag depend on ${python:Versions}.
- Call dh_pysupport on gnome-mag in binary-install/gnome-mag::.
Modified:
desktop/unstable/gnome-mag/debian/changelog
desktop/unstable/gnome-mag/debian/control
desktop/unstable/gnome-mag/debian/control.in
desktop/unstable/gnome-mag/debian/rules
Modified: desktop/unstable/gnome-mag/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-mag/debian/changelog?rev=13838&op=diff
==============================================================================
--- desktop/unstable/gnome-mag/debian/changelog (original)
+++ desktop/unstable/gnome-mag/debian/changelog Thu Dec 13 15:30:33 2007
@@ -4,6 +4,12 @@
* Don't override GCONF dir; rely on dh_gconf instead.
* Move gnome-mag to the end of the control file and extra libgnome-mag2
package name from the first Package: line in the control file.
+ * Update to Python policy v2.
+ - Build-dep on python-support (>= 0.5.3) and python-dev (>= 2.3); bump
+ debhelper b-dep to >= 5.0.37.2 and cdbs to >= 0.4.43.
+ - Add XS-Python-Version >= 2.3 and XB-Python-Version.
+ - Let gnome-mag depend on ${python:Versions}.
+ - Call dh_pysupport on gnome-mag in binary-install/gnome-mag::.
-- Loic Minier <lool at dooz.org> Mon, 10 Dec 2007 13:51:06 +0100
Modified: desktop/unstable/gnome-mag/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-mag/debian/control?rev=13838&op=diff
==============================================================================
--- desktop/unstable/gnome-mag/debian/control (original)
+++ desktop/unstable/gnome-mag/debian/control Thu Dec 13 15:30:33 2007
@@ -3,8 +3,8 @@
Priority: optional
Maintainer: Daniel Ruoso <daniel at ruoso.com>
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Loic Minier <lool at dooz.org>, Mario Lang <mlang at debian.org>
-Build-Depends: cdbs,
- debhelper (>= 5.0.0),
+Build-Depends: cdbs (>= 0.4.43),
+ debhelper (>= 5.0.37.2),
libpanel-applet2-dev (>= 2.2.0-1),
libgnome2-dev (>= 2.2.0-1),
libgnome-desktop-dev,
@@ -30,8 +30,11 @@
python-gtk2-dev,
python-gnome2-dev,
python-gnome2-desktop-dev,
- libcolorblind-dev
+ libcolorblind-dev,
+ python-dev (>= 2.3),
+ python-support (>= 0.5.3)
Standards-Version: 3.7.2
+XS-Python-Version: >= 2.3
Package: libgnome-mag2
Section: libs
@@ -62,7 +65,9 @@
Section: x11
Architecture: any
Depends: ${misc:Depends},
- ${shlibs:Depends}
+ ${shlibs:Depends},
+ ${python:Depends}
+XS-Python-Version: ${python:Versions}
Description: a screen magnifier for the GNOME desktop
This package includes a screen magnifier, which allows you to zoom in
on portions of the desktop. It is expressly designed for users with
Modified: desktop/unstable/gnome-mag/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-mag/debian/control.in?rev=13838&op=diff
==============================================================================
--- desktop/unstable/gnome-mag/debian/control.in (original)
+++ desktop/unstable/gnome-mag/debian/control.in Thu Dec 13 15:30:33 2007
@@ -3,8 +3,8 @@
Priority: optional
Maintainer: Daniel Ruoso <daniel at ruoso.com>
Uploaders: @GNOME_TEAM@
-Build-Depends: cdbs,
- debhelper (>= 5.0.0),
+Build-Depends: cdbs (>= 0.4.43),
+ debhelper (>= 5.0.37.2),
libpanel-applet2-dev (>= 2.2.0-1),
libgnome2-dev (>= 2.2.0-1),
libgnome-desktop-dev,
@@ -30,8 +30,11 @@
python-gtk2-dev,
python-gnome2-dev,
python-gnome2-desktop-dev,
- libcolorblind-dev
+ libcolorblind-dev,
+ python-dev (>= 2.3),
+ python-support (>= 0.5.3)
Standards-Version: 3.7.2
+XS-Python-Version: >= 2.3
Package: libgnome-mag2
Section: libs
@@ -62,7 +65,9 @@
Section: x11
Architecture: any
Depends: ${misc:Depends},
- ${shlibs:Depends}
+ ${shlibs:Depends},
+ ${python:Depends}
+XS-Python-Version: ${python:Versions}
Description: a screen magnifier for the GNOME desktop
This package includes a screen magnifier, which allows you to zoom in
on portions of the desktop. It is expressly designed for users with
Modified: desktop/unstable/gnome-mag/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-mag/debian/rules?rev=13838&op=diff
==============================================================================
--- desktop/unstable/gnome-mag/debian/rules (original)
+++ desktop/unstable/gnome-mag/debian/rules Thu Dec 13 15:30:33 2007
@@ -18,3 +18,6 @@
DEB_SHLIBDEPS_LIBRARY_gnome-mag := $(libgnome-magN)
DEB_SHLIBDEPS_INCLUDE_gnome-mag += debian/$(libgnome-magN)/usr/lib/
+binary-install/gnome-mag::
+ dh_pysupport -p$(cdbs_curpkg)
+
More information about the pkg-gnome-commits
mailing list