[Pkg-xfce-commits] r515 - in goodies: . xfce4-radio-plugin xfce4-radio-plugin/debian

Stefan Ott cockroach-guest at costa.debian.org
Wed Mar 15 23:36:05 UTC 2006


Author: cockroach-guest
Date: 2006-03-15 23:36:04 +0000 (Wed, 15 Mar 2006)
New Revision: 515

Added:
   goodies/xfce4-radio-plugin/
   goodies/xfce4-radio-plugin/debian/
   goodies/xfce4-radio-plugin/debian/changelog
   goodies/xfce4-radio-plugin/debian/compat
   goodies/xfce4-radio-plugin/debian/control
   goodies/xfce4-radio-plugin/debian/copyright
   goodies/xfce4-radio-plugin/debian/rules
   goodies/xfce4-radio-plugin/debian/watch
Log:
Added initial files for the radio plugin


Added: goodies/xfce4-radio-plugin/debian/changelog
===================================================================
--- goodies/xfce4-radio-plugin/debian/changelog	2006-03-14 21:29:06 UTC (rev 514)
+++ goodies/xfce4-radio-plugin/debian/changelog	2006-03-15 23:36:04 UTC (rev 515)
@@ -0,0 +1,5 @@
+xfce4-radio-plugin (0.1.0-1) unstable; urgency=low
+
+  * Initial Release						closes: #357060
+
+ -- Stefan Ott <stefan at desire.ch>  Wed, 15 Mar 2006 17:22:44 +0100

Added: goodies/xfce4-radio-plugin/debian/compat
===================================================================
--- goodies/xfce4-radio-plugin/debian/compat	2006-03-14 21:29:06 UTC (rev 514)
+++ goodies/xfce4-radio-plugin/debian/compat	2006-03-15 23:36:04 UTC (rev 515)
@@ -0,0 +1 @@
+4

Added: goodies/xfce4-radio-plugin/debian/control
===================================================================
--- goodies/xfce4-radio-plugin/debian/control	2006-03-14 21:29:06 UTC (rev 514)
+++ goodies/xfce4-radio-plugin/debian/control	2006-03-15 23:36:04 UTC (rev 515)
@@ -0,0 +1,17 @@
+Source: xfce4-radio-plugin
+Section: x11
+Priority: optional
+Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
+Uploaders: Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Rudy Godoy <rudy at kernel-panik.org>, Martin Loschwitz <madkiss at debian.org>, Jani Monoses <jani at ubuntu.com>, Stefan Ott <stefan at desire.ch>
+Build-Depends: cdbs, debhelper (>= 4.1), libgtk2.0-dev, libxfcegui4-dev, xfce4-panel-dev (>= 4.2.2), libxml2-dev
+Standards-Version: 3.6.2
+
+Package: xfce4-radio-plugin
+Architecture: any
+Depends: ${shlibs:Depends}, xfce4-panel (>= 4.2.2)
+Description: v4l radio control plugin for the Xfce4 panel
+ This is an Xfce panel plugin which allows you to control your
+ video4linux radio device. You can turn your radio on/off, tune
+ it to some frequency and manage station presets.
+ .
+ Homepage: http://xfce-goodies.berlios.de/

Added: goodies/xfce4-radio-plugin/debian/copyright
===================================================================
--- goodies/xfce4-radio-plugin/debian/copyright	2006-03-14 21:29:06 UTC (rev 514)
+++ goodies/xfce4-radio-plugin/debian/copyright	2006-03-15 23:36:04 UTC (rev 515)
@@ -0,0 +1,13 @@
+This package was debianized by Stefan Ott <stefan at desire.ch> on
+Wed, 15 Mar 2006 17:24:57 +0100.
+
+It was downloaded from <http://download.berlios.de/xfce-goodies/>
+
+Upstream Author:
+	 Stefan Ott <stefan at desire.ch>
+
+Copyright:
+This software is released under the terms of the GPL (GNU General
+Public License) version 2 or above.
+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/xfce4-radio-plugin/debian/rules
===================================================================
--- goodies/xfce4-radio-plugin/debian/rules	2006-03-14 21:29:06 UTC (rev 514)
+++ goodies/xfce4-radio-plugin/debian/rules	2006-03-15 23:36:04 UTC (rev 515)
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+# no need to update them since upstream uses latest version (1.9)
+#DEB_AUTO_UPDATE_LIBTOOL := pre
+#DEB_AUTO_UPDATE_ACLOCAL := 1.9
+#DEB_AUTO_UPDATE_AUTOMAKE := 1.9
+#DEB_AUTO_UPDATE_AUTOCONF := yes
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
+binary-post-install/xfce4-fsguard-plugin::
+	-rm -rf debian/`dh_listpackages`/usr/lib/xfce4/panel-plugins/*.a
+	-rm -rf debian/`dh_listpackages`/usr/lib/xfce4/panel-plugins/*.la


Property changes on: goodies/xfce4-radio-plugin/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: goodies/xfce4-radio-plugin/debian/watch
===================================================================
--- goodies/xfce4-radio-plugin/debian/watch	2006-03-14 21:29:06 UTC (rev 514)
+++ goodies/xfce4-radio-plugin/debian/watch	2006-03-15 23:36:04 UTC (rev 515)
@@ -0,0 +1,6 @@
+# watch control file for uscan
+
+# Compulsory line, this is a version 3 file
+version=3
+
+http://developer.berlios.de/project/showfiles.php?group_id=910 .*xfce4-radio-plugin-(.*).tar.gz




More information about the Pkg-xfce-commits mailing list