r46138 - in /packages/unstable/gedit-plugins/debian: changelog control control.in rules
ah at users.alioth.debian.org
ah at users.alioth.debian.org
Sun Sep 27 08:20:46 UTC 2015
Author: ah
Date: Sun Sep 27 08:20:44 2015
New Revision: 46138
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=46138
Log:
* New upstream release. (Closes: #800053)
* Add build-dependency on valac (>= 0.28.0) and --enable-vala
- this enables the new findinfiles plugin
* Bump gtksourceview build-dep to >= 3.17.3 as per configure.ac
* Add build-dep on autotools-dev
- this makes cdbs automagically update outdated autotools helper files
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=46138&op=diff
==============================================================================
--- packages/unstable/gedit-plugins/debian/changelog [utf-8] (original)
+++ packages/unstable/gedit-plugins/debian/changelog [utf-8] Sun Sep 27 08:20:44 2015
@@ -1,3 +1,14 @@
+gedit-plugins (3.18.0-1) unstable; urgency=medium
+
+ * New upstream release. (Closes: #800053)
+ * Add build-dependency on valac (>= 0.28.0) and --enable-vala
+ - this enables the new findinfiles plugin
+ * Bump gtksourceview build-dep to >= 3.17.3 as per configure.ac
+ * Add build-dep on autotools-dev
+ - this makes cdbs automagically update outdated autotools helper files
+
+ -- Andreas Henriksson <andreas at fatal.se> Sun, 27 Sep 2015 10:11:53 +0200
+
gedit-plugins (3.16.0-1) unstable; urgency=medium
* New upstream release.
Modified: packages/unstable/gedit-plugins/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gedit-plugins/debian/control?rev=46138&op=diff
==============================================================================
--- packages/unstable/gedit-plugins/debian/control [utf-8] (original)
+++ packages/unstable/gedit-plugins/debian/control [utf-8] Sun Sep 27 08:20:44 2015
@@ -2,10 +2,11 @@
Section: gnome
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>
Build-Depends: cdbs (>= 0.4.90~),
debhelper (>= 9),
dh-python (>= 1.20130902),
+ autotools-dev,
intltool (>= 0.40.0),
yelp-tools,
gnome-pkg-tools (>= 0.11),
@@ -13,9 +14,10 @@
libgit2-glib-1.0-dev (>= 0.0.6),
libglib2.0-dev (>= 2.32.0),
libgtk-3-dev (>= 3.9.0),
- libgtksourceview-3.0-dev (>= 3.14.0),
+ libgtksourceview-3.0-dev (>= 3.17.3),
libgucharmap-2-90-dev,
libpeas-dev (>= 1.7.0),
+ valac (>= 0.28.0),
libvte-2.91-dev,
libzeitgeist-2.0-dev,
gedit-dev (>= 3.16.0),
@@ -62,6 +64,7 @@
* Commander: Command line interface for advanced editing
* Dashboard: A Dashboard for new tabs
* Draw Spaces: Draw spaces and tabs
+ * Find in Files: Find text in all files of a folder.
* Git: Highlight lines that have been changed since the last commit
* Join/Split Lines: Join several lines or split long ones
* Multi Edit: Edit document in multiple places at once
Modified: packages/unstable/gedit-plugins/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gedit-plugins/debian/control.in?rev=46138&op=diff
==============================================================================
--- packages/unstable/gedit-plugins/debian/control.in [utf-8] (original)
+++ packages/unstable/gedit-plugins/debian/control.in [utf-8] Sun Sep 27 08:20:44 2015
@@ -6,6 +6,7 @@
Build-Depends: cdbs (>= 0.4.90~),
debhelper (>= 9),
dh-python (>= 1.20130902),
+ autotools-dev,
intltool (>= 0.40.0),
yelp-tools,
gnome-pkg-tools (>= 0.11),
@@ -13,9 +14,10 @@
libgit2-glib-1.0-dev (>= 0.0.6),
libglib2.0-dev (>= 2.32.0),
libgtk-3-dev (>= 3.9.0),
- libgtksourceview-3.0-dev (>= 3.14.0),
+ libgtksourceview-3.0-dev (>= 3.17.3),
libgucharmap-2-90-dev,
libpeas-dev (>= 1.7.0),
+ valac (>= 0.28.0),
libvte-2.91-dev,
libzeitgeist-2.0-dev,
gedit-dev (>= 3.16.0),
Modified: packages/unstable/gedit-plugins/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gedit-plugins/debian/rules?rev=46138&op=diff
==============================================================================
--- packages/unstable/gedit-plugins/debian/rules [utf-8] (original)
+++ packages/unstable/gedit-plugins/debian/rules [utf-8] Sun Sep 27 08:20:44 2015
@@ -9,6 +9,7 @@
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
DEB_CONFIGURE_EXTRA_FLAGS += --with-plugins=all --enable-python \
+ --enable-vala \
--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
DEB_PYTHON3_MODULE_PACKAGES := gedit-plugins
More information about the pkg-gnome-commits
mailing list