[Pkg-xfce-commits] r8343 - in /desktop/branches/experimental/xfce4-settings/debian: changelog control rules
Lionel Le Folgoc
mrpouit-guest at moszumanska.debian.org
Sun Mar 9 13:42:08 UTC 2014
Author: mrpouit-guest
Date: Sun Mar 9 13:42:08 2014
New Revision: 8343
URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=8343
Log:
* debian/rules: do not set DH_VERBOSE=1, that's too verbose.
* debian/control:
- update my email address.
- drop Conflicts/Replaces on xfce4-mcs-{manager,plugins}, they are long
gone.
Modified:
desktop/branches/experimental/xfce4-settings/debian/changelog
desktop/branches/experimental/xfce4-settings/debian/control
desktop/branches/experimental/xfce4-settings/debian/rules
Modified: desktop/branches/experimental/xfce4-settings/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/branches/experimental/xfce4-settings/debian/changelog?rev=8343&op=diff
==============================================================================
--- desktop/branches/experimental/xfce4-settings/debian/changelog (original)
+++ desktop/branches/experimental/xfce4-settings/debian/changelog Sun Mar 9 13:42:08 2014
@@ -1,3 +1,13 @@
+xfce4-settings (4.11.2-2) UNRELEASED; urgency=medium
+
+ * debian/rules: do not set DH_VERBOSE=1, that's too verbose.
+ * debian/control:
+ - update my email address.
+ - drop Conflicts/Replaces on xfce4-mcs-{manager,plugins}, they are long
+ gone.
+
+ -- Lionel Le Folgoc <lionel at lefolgoc.net> Sun, 09 Mar 2014 14:39:35 +0100
+
xfce4-settings (4.11.2-1) experimental; urgency=medium
[ Jackson Doak ]
Modified: desktop/branches/experimental/xfce4-settings/debian/control
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/branches/experimental/xfce4-settings/debian/control?rev=8343&op=diff
==============================================================================
--- desktop/branches/experimental/xfce4-settings/debian/control (original)
+++ desktop/branches/experimental/xfce4-settings/debian/control Sun Mar 9 13:42:08 2014
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
Uploaders: Yves-Alexis Perez <corsac at debian.org>,
- Lionel Le Folgoc <mrpouit at gmail.com>
+ Lionel Le Folgoc <lionel at lefolgoc.net>
Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1),
libxfce4util-dev (>= 4.10.0), libxfce4ui-1-dev (>= 4.11.0),
libexo-1-dev (>= 0.8.0), libxfconf-0-dev (>= 4.10.0), libwnck-dev,
@@ -19,8 +19,6 @@
Architecture: any
Depends: ${shlibs:Depends}, xfconf, libgarcon-common (>= 0.2.0), ${misc:Depends}
Recommends: xfce4-volumed, x11-utils
-Conflicts: xfce4-mcs-plugins
-Replaces: xfce4-mcs-manager, xfce4-mcs-plugins
Description: graphical application for managing Xfce settings
xfce4-settings is the Xfce settings manager front-end. It comes
with several different components for configuring application-independent
Modified: desktop/branches/experimental/xfce4-settings/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/branches/experimental/xfce4-settings/debian/rules?rev=8343&op=diff
==============================================================================
--- desktop/branches/experimental/xfce4-settings/debian/rules (original)
+++ desktop/branches/experimental/xfce4-settings/debian/rules Sun Mar 9 13:42:08 2014
@@ -1,7 +1,4 @@
#!/usr/bin/make -f
-
-# Uncomment this to turn on verbose mode.
-export DH_VERBOSE=1
export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1 -Wl,-z,defs
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
More information about the Pkg-xfce-commits
mailing list