r41524 - in /packages/unstable/gedit-plugins/debian: changelog control control.in rules
bigon at users.alioth.debian.org
bigon at users.alioth.debian.org
Sat Apr 26 19:43:42 UTC 2014
Author: bigon
Date: Sat Apr 26 19:43:42 2014
New Revision: 41524
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=41524
Log:
* New upstream release
- Bump gedit-dev build-dependency
- Add python3-gi to the build-dependency
* debian/rules: Force python3 during the build
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=41524&op=diff
==============================================================================
--- packages/unstable/gedit-plugins/debian/changelog [utf-8] (original)
+++ packages/unstable/gedit-plugins/debian/changelog [utf-8] Sat Apr 26 19:43:42 2014
@@ -1,9 +1,13 @@
-gedit-plugins (3.10.1-2) UNRELEASED; urgency=medium
-
+gedit-plugins (3.12.1-1) UNRELEASED; urgency=medium
+
+ * New upstream release
+ - Bump gedit-dev build-dependency
+ - Add python3-gi to the build-dependency
+ * debian/rules: Force python3 during the build
* Rewrite the python3.x shebang to avoid an explicit dependency on
python3.x. Thanks to Matthias Klose <doko at debian.org> (Closes: #739886)
- -- Laurent Bigonville <bigon at debian.org> Wed, 05 Mar 2014 20:44:30 +0100
+ -- Laurent Bigonville <bigon at debian.org> Sat, 26 Apr 2014 21:43:18 +0200
gedit-plugins (3.10.1-1) unstable; urgency=low
Modified: packages/unstable/gedit-plugins/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gedit-plugins/debian/control?rev=41524&op=diff
==============================================================================
--- packages/unstable/gedit-plugins/debian/control [utf-8] (original)
+++ packages/unstable/gedit-plugins/debian/control [utf-8] Sat Apr 26 19:43:42 2014
@@ -15,10 +15,11 @@
libgtksourceview-3.0-dev (>= 3.9.2),
libpeas-dev (>= 1.7.0),
libvte-2.90-dev,
- gedit-dev (>= 3.9.3),
+ gedit-dev (>= 3.11.3),
python3,
python3-dbus (>= 0.83.1),
- python-dbus-dev
+ python-dbus-dev,
+ python3-gi
Standards-Version: 3.9.5
Homepage: https://wiki.gnome.org/Apps/Gedit
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/gedit-plugins
Modified: packages/unstable/gedit-plugins/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gedit-plugins/debian/control.in?rev=41524&op=diff
==============================================================================
--- packages/unstable/gedit-plugins/debian/control.in [utf-8] (original)
+++ packages/unstable/gedit-plugins/debian/control.in [utf-8] Sat Apr 26 19:43:42 2014
@@ -15,10 +15,11 @@
libgtksourceview-3.0-dev (>= 3.9.2),
libpeas-dev (>= 1.7.0),
libvte-2.90-dev,
- gedit-dev (>= 3.9.3),
+ gedit-dev (>= 3.11.3),
python3,
python3-dbus (>= 0.83.1),
- python-dbus-dev
+ python-dbus-dev,
+ python3-gi
Standards-Version: 3.9.5
Homepage: https://wiki.gnome.org/Apps/Gedit
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/gedit-plugins
Modified: packages/unstable/gedit-plugins/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gedit-plugins/debian/rules?rev=41524&op=diff
==============================================================================
--- packages/unstable/gedit-plugins/debian/rules [utf-8] (original)
+++ packages/unstable/gedit-plugins/debian/rules [utf-8] Sat Apr 26 19:43:42 2014
@@ -12,6 +12,7 @@
--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
DEB_PYTHON3_MODULE_PACKAGES := gedit-plugins
+export PYTHON=/usr/bin/python3
clean::
plugins_desc_script="/^ @PLUGINS_DESCRIPTION@\$$/ c \\$$(find . -iname \*.desktop.in.in | sort | while read f; do cat $$f | awk -f debian/desktop2description.awk; done | sed 's/.*/ &\\/'; echo " ")"; \
More information about the pkg-gnome-commits
mailing list