r39462 - in /packages/unstable/gedit-plugins/debian: changelog control control.in rules
jbicha-guest at users.alioth.debian.org
jbicha-guest at users.alioth.debian.org
Wed Sep 4 00:21:18 UTC 2013
Author: jbicha-guest
Date: Wed Sep 4 00:21:16 2013
New Revision: 39462
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=39462
Log:
Pass --no-ext-rename to dh_python3 and build-depend on minimum
dh-python version that supports that option (Closes: #721696)
Modified:
packages/unstable/gedit-plugins/debian/changelog
packages/unstable/gedit-plugins/debian/control
packages/unstable/gedit-plugins/debian/control.in
packages/unstable/gedit-plugins/debian/rules
Modified: packages/unstable/gedit-plugins/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gedit-plugins/debian/changelog?rev=39462&op=diff
==============================================================================
--- packages/unstable/gedit-plugins/debian/changelog [utf-8] (original)
+++ packages/unstable/gedit-plugins/debian/changelog [utf-8] Wed Sep 4 00:21:16 2013
@@ -1,3 +1,10 @@
+gedit-plugins (3.8.3-2) UNRELEASED; urgency=low
+
+ * Pass --no-ext-rename to dh_python3 and build-depend on minimum
+ dh-python version that supports that option (Closes: #721696)
+
+ -- Jeremy Bicha <jbicha at ubuntu.com> Tue, 03 Sep 2013 20:19:21 -0400
+
gedit-plugins (3.8.3-1) unstable; urgency=low
[ Jeremy Bicha ]
Modified: packages/unstable/gedit-plugins/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gedit-plugins/debian/control?rev=39462&op=diff
==============================================================================
--- packages/unstable/gedit-plugins/debian/control [utf-8] (original)
+++ packages/unstable/gedit-plugins/debian/control [utf-8] Wed Sep 4 00:21:16 2013
@@ -5,6 +5,7 @@
Uploaders: Josselin Mouette <joss at debian.org>, Michael Biebl <biebl at debian.org>, Sebastian Dröge <slomo at debian.org>
Build-Depends: cdbs (>= 0.4.90~),
debhelper (>= 9),
+ dh-python (>= 1.20130902),
intltool (>= 0.40.0),
gnome-pkg-tools (>= 0.11),
libdbus-1-dev,
@@ -31,7 +32,7 @@
gedit (<< ${gnome:NextVersion}),
gir1.2-glib-2.0,
gir1.2-gtk-3.0,
- gir1.2-gtksource-3.0
+ gir1.2-gtksource-3.0,
gir1.2-gucharmap-2.90,
gir1.2-pango-1.0,
gir1.2-peas-1.0,
Modified: packages/unstable/gedit-plugins/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gedit-plugins/debian/control.in?rev=39462&op=diff
==============================================================================
--- packages/unstable/gedit-plugins/debian/control.in [utf-8] (original)
+++ packages/unstable/gedit-plugins/debian/control.in [utf-8] Wed Sep 4 00:21:16 2013
@@ -5,6 +5,7 @@
Uploaders: @GNOME_TEAM@
Build-Depends: cdbs (>= 0.4.90~),
debhelper (>= 9),
+ dh-python (>= 1.20130902),
intltool (>= 0.40.0),
gnome-pkg-tools (>= 0.11),
libdbus-1-dev,
@@ -31,7 +32,7 @@
gedit (<< ${gnome:NextVersion}),
gir1.2-glib-2.0,
gir1.2-gtk-3.0,
- gir1.2-gtksource-3.0
+ gir1.2-gtksource-3.0,
gir1.2-gucharmap-2.90,
gir1.2-pango-1.0,
gir1.2-peas-1.0,
Modified: packages/unstable/gedit-plugins/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gedit-plugins/debian/rules?rev=39462&op=diff
==============================================================================
--- packages/unstable/gedit-plugins/debian/rules [utf-8] (original)
+++ packages/unstable/gedit-plugins/debian/rules [utf-8] Wed Sep 4 00:21:16 2013
@@ -21,7 +21,7 @@
debian/control.in > debian/control
binary-install/gedit-plugins::
- dh_python3 -p$(cdbs_curpkg) /usr/lib/$(DEB_HOST_MULTIARCH)/gedit/plugins
- dh_python3 -p$(cdbs_curpkg) /usr/share/gedit/plugins
+ dh_python3 -p$(cdbs_curpkg) --no-ext-rename /usr/lib/$(DEB_HOST_MULTIARCH)/gedit/plugins
+ dh_python3 -p$(cdbs_curpkg) --no-ext-rename /usr/share/gedit/plugins
find debian/$(cdbs_curpkg) -name '*.la' -delete
More information about the pkg-gnome-commits
mailing list