[Pkg-xfce-commits] r4294 - in goodies/branches/experimental: . xfce4-volumed/debian xfce4-volumed/debian/source

Lionel Le Folgoc mrpouit-guest at alioth.debian.org
Thu Sep 30 09:20:34 UTC 2010


Author: mrpouit-guest
Date: 2010-09-30 21:20:26 +0000 (Thu, 30 Sep 2010)
New Revision: 4294

Added:
   goodies/branches/experimental/xfce4-volumed/
   goodies/branches/experimental/xfce4-volumed/debian/source/
   goodies/branches/experimental/xfce4-volumed/debian/source/format
Modified:
   goodies/branches/experimental/xfce4-volumed/debian/changelog
   goodies/branches/experimental/xfce4-volumed/debian/control
   goodies/branches/experimental/xfce4-volumed/debian/rules
Log:
* New upstream release.
* debian/control:
  - add myself to Uploaders
  - bump Standards-Version to 3.9.1, no further change required
  - clean up build-deps: drop exo and xfcegui4, switch from xcb-keysyms1 to
    libkeybinder-dev >= 0.2.2-2 (previous revisions didn't ship the .pc)
  - drop unused ${shlibs:Recommends}.
* debian/rules: call dpkg-buildflags instead of doing manual tests.
* Switch to 3.0 (quilt).

Modified: goodies/branches/experimental/xfce4-volumed/debian/changelog
===================================================================
--- goodies/trunk/xfce4-volumed/debian/changelog	2010-09-25 09:34:26 UTC (rev 4293)
+++ goodies/branches/experimental/xfce4-volumed/debian/changelog	2010-09-30 21:20:26 UTC (rev 4294)
@@ -1,3 +1,17 @@
+xfce4-volumed (0.1.9-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+  * debian/control:
+    - add myself to Uploaders
+    - bump Standards-Version to 3.9.1, no further change required
+    - clean up build-deps: drop exo and xfcegui4, switch from xcb-keysyms1 to
+      libkeybinder-dev >= 0.2.2-2 (previous revisions didn't ship the .pc)
+    - drop unused ${shlibs:Recommends}.
+  * debian/rules: call dpkg-buildflags instead of doing manual tests.
+  * Switch to 3.0 (quilt).
+
+ -- Lionel Le Folgoc <mrpouit at gmail.com>  Thu, 30 Sep 2010 22:50:39 +0200
+
 xfce4-volumed (0.1.8-1) unstable; urgency=low
 
   * New upstream release.

Modified: goodies/branches/experimental/xfce4-volumed/debian/control
===================================================================
--- goodies/trunk/xfce4-volumed/debian/control	2010-09-25 09:34:26 UTC (rev 4293)
+++ goodies/branches/experimental/xfce4-volumed/debian/control	2010-09-30 21:20:26 UTC (rev 4294)
@@ -2,11 +2,11 @@
 Section: xfce
 Priority: optional
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
-Uploaders: Yves-Alexis Perez <corsac at debian.org>, Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>
-Build-Depends: debhelper (>= 7), libexo-0.3-dev(>= 0.3.2), 
- libxfcegui4-dev (>= 4.4.0), libxfconf-0-dev, libgstreamer0.10-dev,
- libgstreamer-plugins-base0.10-dev, libxcb-keysyms1-dev, libnotify-dev
-Standards-Version: 3.8.3
+Uploaders: Yves-Alexis Perez <corsac at debian.org>, Emanuele Rocca <ema at debian.org>,
+ Simon Huggins <huggie at earth.li>, Lionel Le Folgoc <mrpouit at gmail.com>
+Build-Depends: debhelper (>= 7), libxfconf-0-dev, libgstreamer0.10-dev,
+ libgstreamer-plugins-base0.10-dev, libkeybinder-dev (>= 0.2.2-2), libnotify-dev
+Standards-Version: 3.9.1
 Homepage: http://goodies.xfce.org/projects/applications/xfce4-volumed
 Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-volumed/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-volumed/
@@ -14,7 +14,6 @@
 Package: xfce4-volumed
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Recommends: ${shlibs:Recommends}
 Description: volume keys daemon
  This is a volume keys control daemon for Xfce Desktop environment. It controls
  the volume using multimedia keys, for the card configured in xfce4-mixer.

Modified: goodies/branches/experimental/xfce4-volumed/debian/rules
===================================================================
--- goodies/trunk/xfce4-volumed/debian/rules	2010-09-25 09:34:26 UTC (rev 4293)
+++ goodies/branches/experimental/xfce4-volumed/debian/rules	2010-09-30 21:20:26 UTC (rev 4294)
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
-LDFLAGS += -Wl,-z,defs -Wl,--as-needed
 
+CFLAGS=$(shell dpkg-buildflags --get CFLAGS)
+LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
+LDFLAGS+=-Wl,-z,defs -Wl,--as-needed
+
 %:
 	dh $@

Added: goodies/branches/experimental/xfce4-volumed/debian/source/format
===================================================================
--- goodies/branches/experimental/xfce4-volumed/debian/source/format	                        (rev 0)
+++ goodies/branches/experimental/xfce4-volumed/debian/source/format	2010-09-30 21:20:26 UTC (rev 4294)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Pkg-xfce-commits mailing list