[Pkg-xfce-commits] r51 - goodies/xfce4-genmon-plugin/debian

Emanuele Rocca ema@costa.debian.org
Sun, 17 Apr 2005 19:14:43 +0000


Author: ema
Date: 2005-04-17 19:14:38 +0000 (Sun, 17 Apr 2005)
New Revision: 51

Added:
   goodies/xfce4-genmon-plugin/debian/changelog
   goodies/xfce4-genmon-plugin/debian/compat
   goodies/xfce4-genmon-plugin/debian/control
   goodies/xfce4-genmon-plugin/debian/copyright
   goodies/xfce4-genmon-plugin/debian/docs
   goodies/xfce4-genmon-plugin/debian/rules
Log:
Placing files under debian/

Added: goodies/xfce4-genmon-plugin/debian/changelog
===================================================================
--- goodies/xfce4-genmon-plugin/debian/changelog	2005-04-17 19:14:08 UTC (rev 50)
+++ goodies/xfce4-genmon-plugin/debian/changelog	2005-04-17 19:14:38 UTC (rev 51)
@@ -0,0 +1,6 @@
+xfce4-genmon-plugin (1.1-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Emanuele Rocca <ema@debian.org>  Sun, 17 Apr 2005 20:09:38 +0200
+

Added: goodies/xfce4-genmon-plugin/debian/compat
===================================================================
--- goodies/xfce4-genmon-plugin/debian/compat	2005-04-17 19:14:08 UTC (rev 50)
+++ goodies/xfce4-genmon-plugin/debian/compat	2005-04-17 19:14:38 UTC (rev 51)
@@ -0,0 +1 @@
+4

Added: goodies/xfce4-genmon-plugin/debian/control
===================================================================
--- goodies/xfce4-genmon-plugin/debian/control	2005-04-17 19:14:08 UTC (rev 50)
+++ goodies/xfce4-genmon-plugin/debian/control	2005-04-17 19:14:38 UTC (rev 51)
@@ -0,0 +1,13 @@
+Source: xfce4-genmon-plugin
+Section: x11
+Priority: optional
+Maintainer: Debian Xfce Maintainers <pkg-xfce-devel@lists.alioth.debian.org>
+Build-Depends: debhelper (>= 4.0.0), autotools-dev
+Standards-Version: 3.6.1
+
+Package: xfce4-genmon-plugin
+Architecture: any
+Depends: ${shlibs:Depends}, xfce4-panel
+Description: Generic Monitor for the Xfce4 panel
+ This plugin cyclically spawn the indicated script/program, displaying
+ its output as a string into the panel.

Added: goodies/xfce4-genmon-plugin/debian/copyright
===================================================================
--- goodies/xfce4-genmon-plugin/debian/copyright	2005-04-17 19:14:08 UTC (rev 50)
+++ goodies/xfce4-genmon-plugin/debian/copyright	2005-04-17 19:14:38 UTC (rev 51)
@@ -0,0 +1,13 @@
+This package was debianized by Emanuele Rocca <ema@debian.org> on
+Sun, 17 Apr 2005 20:09:38 +0200.
+
+It was downloaded from http://developer.berlios.de/project/showfiles.php?group_id=910
+
+Copyright Holder: Roger Seguin <roger_seguin@msn.com>
+
+License:
+
+This software is released under the terms of the LGPL (GNU Lesser General
+Public License).
+On Debian systems, the complete text of the GNU Lesser General Public License
+can be found in the file /usr/share/common-licenses/LGPL

Added: goodies/xfce4-genmon-plugin/debian/docs
===================================================================
--- goodies/xfce4-genmon-plugin/debian/docs	2005-04-17 19:14:08 UTC (rev 50)
+++ goodies/xfce4-genmon-plugin/debian/docs	2005-04-17 19:14:38 UTC (rev 51)
@@ -0,0 +1,2 @@
+README
+ChangeLog

Added: goodies/xfce4-genmon-plugin/debian/rules
===================================================================
--- goodies/xfce4-genmon-plugin/debian/rules	2005-04-17 19:14:08 UTC (rev 50)
+++ goodies/xfce4-genmon-plugin/debian/rules	2005-04-17 19:14:38 UTC (rev 51)
@@ -0,0 +1,18 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+# It would be nice to add a cool CDBS variable here saying 
+# "do not include changelog, AUTHORS and README to dh_installdocs" 
+# (see below for the dirty hack)
+
+include /usr/share/cdbs/1/class/autotools.mk
+DEB_AUTO_UPDATE_LIBTOOL := pre
+DEB_AUTO_UPDATE_ACLOCAL := 1.8
+DEB_AUTO_UPDATE_AUTOMAKE := 1.8
+DEB_AUTO_UPDATE_AUTOCONF := yes
+
+binary-post-install/xfce4-weather-plugin::
+	-rm -rf debian/`dh_listpackages`/usr/lib/xfce4/panel-plugins/*.a
+	-rm -rf debian/`dh_listpackages`/usr/lib/xfce4/panel-plugins/*.la
+	# I did not found a better way to do it...
+	#-cd debian/`dh_listpackages`/usr/share/doc/xfce4-weather-plugin/ && rm changelog AUTHORS README


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