[Pkg-xfce-commits] r3478 - in goodies/trunk: . xfce4-volumed xfce4-volumed/debian

Yves-Alexis Perez corsac at alioth.debian.org
Fri Sep 4 10:19:07 UTC 2009


Author: corsac
Date: 2009-09-04 22:19:04 +0000 (Fri, 04 Sep 2009)
New Revision: 3478

Added:
   goodies/trunk/xfce4-volumed/
   goodies/trunk/xfce4-volumed/debian/
   goodies/trunk/xfce4-volumed/debian/changelog
   goodies/trunk/xfce4-volumed/debian/compat
   goodies/trunk/xfce4-volumed/debian/control
   goodies/trunk/xfce4-volumed/debian/copyright
   goodies/trunk/xfce4-volumed/debian/rules
   goodies/trunk/xfce4-volumed/debian/watch
Log:
Initial release                                            closes: #

Added: goodies/trunk/xfce4-volumed/debian/changelog
===================================================================
--- goodies/trunk/xfce4-volumed/debian/changelog	                        (rev 0)
+++ goodies/trunk/xfce4-volumed/debian/changelog	2009-09-04 22:19:04 UTC (rev 3478)
@@ -0,0 +1,5 @@
+xfce4-volumed (0.1.4-1) unstable; urgency=low
+
+  * Initial release                                            closes: #
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Fri, 04 Sep 2009 23:54:17 +0200

Added: goodies/trunk/xfce4-volumed/debian/compat
===================================================================
--- goodies/trunk/xfce4-volumed/debian/compat	                        (rev 0)
+++ goodies/trunk/xfce4-volumed/debian/compat	2009-09-04 22:19:04 UTC (rev 3478)
@@ -0,0 +1 @@
+7

Added: goodies/trunk/xfce4-volumed/debian/control
===================================================================
--- goodies/trunk/xfce4-volumed/debian/control	                        (rev 0)
+++ goodies/trunk/xfce4-volumed/debian/control	2009-09-04 22:19:04 UTC (rev 3478)
@@ -0,0 +1,20 @@
+Source: xfce4-volumed
+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
+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/
+
+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.

Added: goodies/trunk/xfce4-volumed/debian/copyright
===================================================================
--- goodies/trunk/xfce4-volumed/debian/copyright	                        (rev 0)
+++ goodies/trunk/xfce4-volumed/debian/copyright	2009-09-04 22:19:04 UTC (rev 3478)
@@ -0,0 +1,25 @@
+This package was debianized by Yves-Alexis Perez <corsac at debian.org> on
+Fri, 04 Sep 2009 23:37:51 +0200
+
+It was downloaded from
+http://goodies.xfce.org/projects/applications/xfce4-volumed
+
+Upstream authors: 
+  Steve Dodier <sidnioulz at gmail.com>
+
+Copyright holders:
+src/*:
+  © 2009 Steve Dodier <sidnioulz at gmail.com>
+src/xvd_mixer.c:
+  © 2009 Steve Dodier <sidnioulz at gmail.com>
+  © 2009 Jannis Pohlmann <jannis at xfce.org>
+
+Licensing:
+
+Source code is licensed under GPLv3 or later, using the following notice:
+
+ You are free to distribute this software under the terms of
+ the GNU General Public License (version 3 or later).
+
+On Debian systems, the complete text of the GNU General Public License can
+be found in the file `/usr/share/common-licenses/GPL'.

Added: goodies/trunk/xfce4-volumed/debian/rules
===================================================================
--- goodies/trunk/xfce4-volumed/debian/rules	                        (rev 0)
+++ goodies/trunk/xfce4-volumed/debian/rules	2009-09-04 22:19:04 UTC (rev 3478)
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+LDFLAGS += -Wl,-z,defs -Wl,--as-needed
+
+%:
+	dh $@


Property changes on: goodies/trunk/xfce4-volumed/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: goodies/trunk/xfce4-volumed/debian/watch
===================================================================
--- goodies/trunk/xfce4-volumed/debian/watch	                        (rev 0)
+++ goodies/trunk/xfce4-volumed/debian/watch	2009-09-04 22:19:04 UTC (rev 3478)
@@ -0,0 +1,3 @@
+version=3
+http://archive.xfce.org/src/apps/xfce4-volumed/([\d\.]+)/ \
+	xfce4-volumed-([\d\.]+)\.tar\.(?:gz|bz2)




More information about the Pkg-xfce-commits mailing list