[Pkg-xfce-commits] r2956 - desktop/trunk/xfce4-mixer/debian

corsac at alioth.debian.org corsac at alioth.debian.org
Sun Mar 15 14:13:15 UTC 2009


Author: corsac
Date: 2009-03-15 14:13:15 +0000 (Sun, 15 Mar 2009)
New Revision: 2956

Modified:
   desktop/trunk/xfce4-mixer/debian/changelog
   desktop/trunk/xfce4-mixer/debian/control
   desktop/trunk/xfce4-mixer/debian/rules
Log:
* Upload to unstable.
* debian/control:
  - update standards version to 3.8.1.
* debian/rules:
  - add -Wl,-z,defs -Wl,--as-needed to LDFLAGS.

Modified: desktop/trunk/xfce4-mixer/debian/changelog
===================================================================
--- desktop/trunk/xfce4-mixer/debian/changelog	2009-03-15 14:05:48 UTC (rev 2955)
+++ desktop/trunk/xfce4-mixer/debian/changelog	2009-03-15 14:13:15 UTC (rev 2956)
@@ -1,3 +1,13 @@
+xfce4-mixer (4.6.0-2) UNRELEASED; urgency=low
+
+  * Upload to unstable.
+  * debian/control:
+    - update standards version to 3.8.1.
+  * debian/rules:
+    - add -Wl,-z,defs -Wl,--as-needed to LDFLAGS.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Sun, 15 Mar 2009 15:06:50 +0100
+
 xfce4-mixer (4.6.0-1) experimental; urgency=low
 
   [ Xfce 4.6 Alpha “Pinkie”]

Modified: desktop/trunk/xfce4-mixer/debian/control
===================================================================
--- desktop/trunk/xfce4-mixer/debian/control	2009-03-15 14:05:48 UTC (rev 2955)
+++ desktop/trunk/xfce4-mixer/debian/control	2009-03-15 14:13:15 UTC (rev 2956)
@@ -8,7 +8,7 @@
  libxfce4util-dev (>= 4.6.0), libxfcegui4-dev (>= 4.6.0), 
  xfce4-panel-dev (>= 4.6.0), libxml-parser-perl, 
  libxfconf-0-dev (>= 4.6.0), intltool
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 Homepage: http://www.xfce.org/
 Vcs-Svn: svn://svn.debian.org/pkg-xfce/desktop/trunk/xfce4-mixer/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/xfce4-mixer/

Modified: desktop/trunk/xfce4-mixer/debian/rules
===================================================================
--- desktop/trunk/xfce4-mixer/debian/rules	2009-03-15 14:05:48 UTC (rev 2955)
+++ desktop/trunk/xfce4-mixer/debian/rules	2009-03-15 14:13:15 UTC (rev 2956)
@@ -4,6 +4,7 @@
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 DEB_HOST_ARCH_OS    ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 
+LDFLAGS+=-Wl,-z,defs -Wl,--as-needed
 CFLAGS = -Wall -g
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))




More information about the Pkg-xfce-commits mailing list