r46281 - in /desktop/unstable/pygobject/debian: changelog control control.in
smcv at users.alioth.debian.org
smcv at users.alioth.debian.org
Sun Oct 4 14:05:07 UTC 2015
Author: smcv
Date: Sun Oct 4 14:05:07 2015
New Revision: 46281
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=46281
Log:
Build-depend on dh-python as recommended by dh_python
Modified:
desktop/unstable/pygobject/debian/changelog
desktop/unstable/pygobject/debian/control
desktop/unstable/pygobject/debian/control.in
Modified: desktop/unstable/pygobject/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/changelog?rev=46281&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/changelog [utf-8] (original)
+++ desktop/unstable/pygobject/debian/changelog [utf-8] Sun Oct 4 14:05:07 2015
@@ -8,6 +8,7 @@
- works with Gtk 3.18 typelib (Closes: #800870)
* Fix FTBFS with dpkg-buildpackage -A (sbuild --arch-all-only) as
used on the official arch:all buildd
+ * Build-depend on dh-python as recommended by dh_python
-- Simon McVittie <smcv at debian.org> Sun, 04 Oct 2015 13:19:32 +0100
Modified: desktop/unstable/pygobject/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/control?rev=46281&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/control [utf-8] (original)
+++ desktop/unstable/pygobject/debian/control [utf-8] Sun Oct 4 14:05:07 2015
@@ -36,7 +36,8 @@
gir1.2-glib-2.0 (>= 1.39.0),
gir1.2-freedesktop (>= 1.39.0),
gir1.2-gtk-3.0,
- dh-autoreconf
+ dh-autoreconf,
+ dh-python,
X-Python-Version: >= 2.7
Standards-Version: 3.9.6
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/pygobject
Modified: desktop/unstable/pygobject/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/control.in?rev=46281&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/control.in [utf-8] (original)
+++ desktop/unstable/pygobject/debian/control.in [utf-8] Sun Oct 4 14:05:07 2015
@@ -32,7 +32,8 @@
gir1.2-glib-2.0 (>= 1.39.0),
gir1.2-freedesktop (>= 1.39.0),
gir1.2-gtk-3.0,
- dh-autoreconf
+ dh-autoreconf,
+ dh-python,
X-Python-Version: >= 2.7
Standards-Version: 3.9.6
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/pygobject
More information about the pkg-gnome-commits
mailing list