r53400 - in /desktop/unstable/gnome-system-monitor/debian: changelog control control.in rules
jbicha at users.alioth.debian.org
jbicha at users.alioth.debian.org
Sun Sep 3 16:36:04 UTC 2017
Author: jbicha
Date: Sun Sep 3 16:36:04 2017
New Revision: 53400
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=53400
Log:
Drop unsupported --enable-wnck option (LP: #1665209)
Modified:
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
Modified: desktop/unstable/gnome-system-monitor/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-system-monitor/debian/changelog?rev=53400&op=diff
==============================================================================
--- desktop/unstable/gnome-system-monitor/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-system-monitor/debian/changelog [utf-8] Sun Sep 3 16:36:04 2017
@@ -4,6 +4,7 @@
* debian/control.in:
- Bump minimum libglib2.0-dev to >= 2.46.0, libgtk-3-dev to >= 3.22.0,
libglibmm-2.4-dev to >= 2.46.0, and libgtop2-dev to >= 2.37.2
+ * Drop unsupported --enable-wnck option (LP: #1665209)
-- Jeremy Bicha <jbicha at debian.org> Sun, 03 Sep 2017 12:28:00 -0400
Modified: desktop/unstable/gnome-system-monitor/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-system-monitor/debian/control?rev=53400&op=diff
==============================================================================
--- desktop/unstable/gnome-system-monitor/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-system-monitor/debian/control [utf-8] Sun Sep 3 16:36:04 2017
@@ -21,7 +21,6 @@
libgtkmm-3.0-dev (>= 3.3.18),
libgtop2-dev (>= 2.37.2),
librsvg2-dev (>= 2.35.0),
- libwnck-3-dev (>= 2.91.0),
libsystemd-dev [linux-any],
libxml2-dev,
pkg-config (>= 0.19),
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=53400&op=diff
==============================================================================
--- desktop/unstable/gnome-system-monitor/debian/control.in [utf-8] (original)
+++ desktop/unstable/gnome-system-monitor/debian/control.in [utf-8] Sun Sep 3 16:36:04 2017
@@ -17,7 +17,6 @@
libgtkmm-3.0-dev (>= 3.3.18),
libgtop2-dev (>= 2.37.2),
librsvg2-dev (>= 2.35.0),
- libwnck-3-dev (>= 2.91.0),
libsystemd-dev [linux-any],
libxml2-dev,
pkg-config (>= 0.19),
Modified: desktop/unstable/gnome-system-monitor/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-system-monitor/debian/rules?rev=53400&op=diff
==============================================================================
--- desktop/unstable/gnome-system-monitor/debian/rules [utf-8] (original)
+++ desktop/unstable/gnome-system-monitor/debian/rules [utf-8] Sun Sep 3 16:36:04 2017
@@ -17,12 +17,12 @@
dh_autoreconf --as-needed
override_dh_auto_configure:
- dh_auto_configure -- --enable-wnck $(ENABLE_SYSTEMD)
+ dh_auto_configure -- $(ENABLE_SYSTEMD)
override_dh_auto_build:
dh_auto_build
docbook-to-man debian/gnome-system-monitor.sgml \
- > debian/gnome-system-monitor.1
+ > debian/gnome-system-monitor.1
override_dh_auto_clean:
-rm -f debian/gnome-system-monitor.1
More information about the pkg-gnome-commits
mailing list