r40515 - in /desktop/unstable/gnome-system-monitor: ./ debian/changelog debian/control debian/control.in debian/patches/ debian/rules

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Sun Feb 16 11:43:53 UTC 2014


Author: bigon
Date: Sun Feb 16 11:43:53 2014
New Revision: 40515

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=40515
Log:
Merge from experimental

Removed:
    desktop/unstable/gnome-system-monitor/debian/patches/
Modified:
    desktop/unstable/gnome-system-monitor/   (props changed)
    desktop/unstable/gnome-system-monitor/debian/changelog
    desktop/unstable/gnome-system-monitor/debian/control
    desktop/unstable/gnome-system-monitor/debian/control.in
    desktop/unstable/gnome-system-monitor/debian/rules

Propchange: desktop/unstable/gnome-system-monitor/
------------------------------------------------------------------------------
--- svn:mergeinfo	(original)
+++ svn:mergeinfo	Sun Feb 16 11:43:53 2014
@@ -0,0 +1 @@
+/desktop/experimental/gnome-system-monitor:40345-40514

Modified: desktop/unstable/gnome-system-monitor/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-system-monitor/debian/changelog?rev=40515&op=diff
==============================================================================
--- desktop/unstable/gnome-system-monitor/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-system-monitor/debian/changelog	[utf-8] Sun Feb 16 11:43:53 2014
@@ -1,3 +1,16 @@
+gnome-system-monitor (3.10.2-1) experimental; urgency=low
+
+  * New upstream release.
+    - Drop debian/patches/01-kfreebsd-define.patch: Applied upstream
+    - debian/control.in: Bump build-dependencies
+  * debian/control.in:
+    - Bump Standards-Version to 3.9.5 (no further changes)
+    - Add dependency against libsystemd-login-dev (>= 44)
+  * debian/rules: Explicitly pass --enable-wnck and --enable-systemd to the
+    configure
+
+ -- Laurent Bigonville <bigon at debian.org>  Sat, 14 Dec 2013 16:17:43 +0100
+
 gnome-system-monitor (3.8.2.1-2) unstable; urgency=low
 
   [ Jeremy Bicha ]

Modified: desktop/unstable/gnome-system-monitor/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-system-monitor/debian/control?rev=40515&op=diff
==============================================================================
--- desktop/unstable/gnome-system-monitor/debian/control	[utf-8] (original)
+++ desktop/unstable/gnome-system-monitor/debian/control	[utf-8] Sun Feb 16 11:43:53 2014
@@ -7,7 +7,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Michael Biebl <biebl at debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: cdbs,
                debhelper (>= 8),
                dh-autoreconf,
@@ -17,17 +17,18 @@
                gnome-pkg-tools (>= 0.10),
                gsettings-desktop-schemas-dev,
                intltool (>= 0.35.0),
-               libglib2.0-dev (>= 2.28.0),
+               libglib2.0-dev (>= 2.37.3),
                libglibmm-2.4-dev (>= 2.27.0),
-               libgtk-3-dev (>= 3.5.12),
+               libgtk-3-dev (>= 3.9.5),
                libgtkmm-3.0-dev (>= 3.3.18),
                libgtop2-dev (>= 2.28.2),
                librsvg2-dev (>= 2.35.0),
                libwnck-3-dev (>= 2.91.0),
+               libsystemd-login-dev (>= 44),
                libxml2-dev,
                pkg-config (>= 0.19),
                yelp-tools
-Standards-Version: 3.9.3
+Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-system-monitor
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-system-monitor
 

Modified: desktop/unstable/gnome-system-monitor/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-system-monitor/debian/control.in?rev=40515&op=diff
==============================================================================
--- desktop/unstable/gnome-system-monitor/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gnome-system-monitor/debian/control.in	[utf-8] Sun Feb 16 11:43:53 2014
@@ -12,17 +12,18 @@
                gnome-pkg-tools (>= 0.10),
                gsettings-desktop-schemas-dev,
                intltool (>= 0.35.0),
-               libglib2.0-dev (>= 2.28.0),
+               libglib2.0-dev (>= 2.37.3),
                libglibmm-2.4-dev (>= 2.27.0),
-               libgtk-3-dev (>= 3.5.12),
+               libgtk-3-dev (>= 3.9.5),
                libgtkmm-3.0-dev (>= 3.3.18),
                libgtop2-dev (>= 2.28.2),
                librsvg2-dev (>= 2.35.0),
                libwnck-3-dev (>= 2.91.0),
+               libsystemd-login-dev (>= 44),
                libxml2-dev,
                pkg-config (>= 0.19),
                yelp-tools
-Standards-Version: 3.9.3
+Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-system-monitor
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-system-monitor
 

Modified: desktop/unstable/gnome-system-monitor/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-system-monitor/debian/rules?rev=40515&op=diff
==============================================================================
--- desktop/unstable/gnome-system-monitor/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-system-monitor/debian/rules	[utf-8] Sun Feb 16 11:43:53 2014
@@ -10,7 +10,7 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
-DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper
+DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper --enable-wnck --enable-systemd
 
 DEB_INSTALL_MANPAGES_gnome-system-monitor += debian/gnome-system-monitor.1
 




More information about the pkg-gnome-commits mailing list