r43649 - in /packages/unstable/gnome-software/debian: changelog control control.in gnome-software.install rules

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Sat Oct 18 07:12:26 UTC 2014


Author: bigon
Date: Sat Oct 18 07:12:25 2014
New Revision: 43649

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=43649
Log:
* New upstream release
  - debian/control.in: Bump gtk+-3.0 build-dependency to 3.14.1
  - debian/rules: Bump plugin API version to 7

Modified:
    packages/unstable/gnome-software/debian/changelog
    packages/unstable/gnome-software/debian/control
    packages/unstable/gnome-software/debian/control.in
    packages/unstable/gnome-software/debian/gnome-software.install
    packages/unstable/gnome-software/debian/rules

Modified: packages/unstable/gnome-software/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-software/debian/changelog?rev=43649&op=diff
==============================================================================
--- packages/unstable/gnome-software/debian/changelog	[utf-8] (original)
+++ packages/unstable/gnome-software/debian/changelog	[utf-8] Sat Oct 18 07:12:25 2014
@@ -1,3 +1,11 @@
+gnome-software (3.14.1-1) UNRELEASED; urgency=medium
+
+  * New upstream release
+    - debian/control.in: Bump gtk+-3.0 build-dependency to 3.14.1
+    - debian/rules: Bump plugin API version to 7
+
+ -- Laurent Bigonville <bigon at debian.org>  Sat, 18 Oct 2014 09:12:02 +0200
+
 gnome-software (3.14.0-1) unstable; urgency=low
 
   * Initial release (Closes: #722316)

Modified: packages/unstable/gnome-software/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-software/debian/control?rev=43649&op=diff
==============================================================================
--- packages/unstable/gnome-software/debian/control	[utf-8] (original)
+++ packages/unstable/gnome-software/debian/control	[utf-8] Sat Oct 18 07:12:25 2014
@@ -16,7 +16,7 @@
                libappstream-glib-dev (>= 0.2.4),
                libglib2.0-dev (>= 2.39.1),
                libgnome-desktop-3-dev,
-               libgtk-3-dev (>= 3.13.1),
+               libgtk-3-dev (>= 3.14.1),
                libpackagekit-glib2-dev (>= 1.0.0),
                libsoup2.4-dev,
                libsqlite3-dev,

Modified: packages/unstable/gnome-software/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-software/debian/control.in?rev=43649&op=diff
==============================================================================
--- packages/unstable/gnome-software/debian/control.in	[utf-8] (original)
+++ packages/unstable/gnome-software/debian/control.in	[utf-8] Sat Oct 18 07:12:25 2014
@@ -12,7 +12,7 @@
                libappstream-glib-dev (>= 0.2.4),
                libglib2.0-dev (>= 2.39.1),
                libgnome-desktop-3-dev,
-               libgtk-3-dev (>= 3.13.1),
+               libgtk-3-dev (>= 3.14.1),
                libpackagekit-glib2-dev (>= 1.0.0),
                libsoup2.4-dev,
                libsqlite3-dev,

Modified: packages/unstable/gnome-software/debian/gnome-software.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-software/debian/gnome-software.install?rev=43649&op=diff
==============================================================================
--- packages/unstable/gnome-software/debian/gnome-software.install	[utf-8] (original)
+++ packages/unstable/gnome-software/debian/gnome-software.install	[utf-8] Sat Oct 18 07:12:25 2014
@@ -1,6 +1,6 @@
 etc/xdg/autostart/
 usr/bin/gnome-software
-usr/lib/gs-plugins-6/
+usr/lib/gs-plugins-7/
 usr/share/applications/
 usr/share/dbus-1/
 usr/share/glib-2.0/schemas/

Modified: packages/unstable/gnome-software/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-software/debian/rules?rev=43649&op=diff
==============================================================================
--- packages/unstable/gnome-software/debian/rules	[utf-8] (original)
+++ packages/unstable/gnome-software/debian/rules	[utf-8] Sat Oct 18 07:12:25 2014
@@ -9,8 +9,8 @@
 	dh_auto_configure -- --libdir=/usr/lib --disable-silent-rules
 
 override_dh_install:
-	rm -f debian/tmp/gs-plugins-6/*.a
-	rm -f debian/tmp/gs-plugins-6/*.la
+	rm -f debian/tmp/gs-plugins-7/*.a
+	rm -f debian/tmp/gs-plugins-7/*.la
 	dh_install -X.la -X.a --list-missing
 
 override_dh_makeshlibs:




More information about the pkg-gnome-commits mailing list