[Pkg-xfce-commits] r3543 - in goodies/trunk/xfce4-indicator-plugin: . debian
Evgeni Golov
evgeni at alioth.debian.org
Tue Oct 6 08:44:35 UTC 2009
Author: evgeni
Date: 2009-10-06 20:44:35 +0000 (Tue, 06 Oct 2009)
New Revision: 3543
Added:
goodies/trunk/xfce4-indicator-plugin/debian/
goodies/trunk/xfce4-indicator-plugin/debian/changelog
goodies/trunk/xfce4-indicator-plugin/debian/compat
goodies/trunk/xfce4-indicator-plugin/debian/control
goodies/trunk/xfce4-indicator-plugin/debian/copyright
goodies/trunk/xfce4-indicator-plugin/debian/rules
goodies/trunk/xfce4-indicator-plugin/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk
Property changes on: goodies/trunk/xfce4-indicator-plugin/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: goodies/trunk/xfce4-indicator-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-indicator-plugin/debian/changelog (rev 0)
+++ goodies/trunk/xfce4-indicator-plugin/debian/changelog 2009-10-06 20:44:35 UTC (rev 3543)
@@ -0,0 +1,5 @@
+xfce4-indicator-plugin (0.0.1-1) UNRELEASED; urgency=low
+
+ * Initial release closes: #534555
+
+ -- Evgeni Golov <evgeni at debian.org> Tue, 06 Oct 2009 22:05:51 +0200
Added: goodies/trunk/xfce4-indicator-plugin/debian/compat
===================================================================
--- goodies/trunk/xfce4-indicator-plugin/debian/compat (rev 0)
+++ goodies/trunk/xfce4-indicator-plugin/debian/compat 2009-10-06 20:44:35 UTC (rev 3543)
@@ -0,0 +1 @@
+7
Added: goodies/trunk/xfce4-indicator-plugin/debian/control
===================================================================
--- goodies/trunk/xfce4-indicator-plugin/debian/control (rev 0)
+++ goodies/trunk/xfce4-indicator-plugin/debian/control 2009-10-06 20:44:35 UTC (rev 3543)
@@ -0,0 +1,20 @@
+Source: xfce4-indicator-plugin
+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>,
+ Evgeni Golov <evgeni at debian.org>
+Build-Depends: debhelper (>= 7), libxfcegui4-dev, xfce4-panel-dev, libindicator-dev (>=0.2.0)
+Standards-Version: 3.8.3
+Homepage: http://goodies.xfce.org/projects/panel-plugins/xfce4-indicator-plugin/
+Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-indicator-plugin/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-indicator-plugin/
+
+Package: xfce4-indicator-plugin
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: plugin to display information from applications in the Xfce4 panel
+ A small plugin to display information from various applications consistently
+ in the Xfce4 panel as described in Ubuntus MessagingMenu design specification.
+
Added: goodies/trunk/xfce4-indicator-plugin/debian/copyright
===================================================================
--- goodies/trunk/xfce4-indicator-plugin/debian/copyright (rev 0)
+++ goodies/trunk/xfce4-indicator-plugin/debian/copyright 2009-10-06 20:44:35 UTC (rev 3543)
@@ -0,0 +1,16 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Name: xfce4-indicator-plugin
+Maintainer: Mark Trompell <mark at foresightlinux.org>
+Source: http://goodies.xfce.org/releases/xfce4-indicator-plugin/
+
+Files: *
+Copyright: 2009 Mark Trompell <mark at foresightlinux.org>
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2009 Evgeni Golov <evgeni at debian.org>
+License: GPL-2+
+
+License: GPL-2+
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
Added: goodies/trunk/xfce4-indicator-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-indicator-plugin/debian/rules (rev 0)
+++ goodies/trunk/xfce4-indicator-plugin/debian/rules 2009-10-06 20:44:35 UTC (rev 3543)
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+LDFLAGS += -Wl,-z,defs -Wl,--as-needed
+
+%:
+ dh $@
Property changes on: goodies/trunk/xfce4-indicator-plugin/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: goodies/trunk/xfce4-indicator-plugin/debian/watch
===================================================================
--- goodies/trunk/xfce4-indicator-plugin/debian/watch (rev 0)
+++ goodies/trunk/xfce4-indicator-plugin/debian/watch 2009-10-06 20:44:35 UTC (rev 3543)
@@ -0,0 +1,2 @@
+version=3
+http://goodies.xfce.org/releases/xfce4-indicator-plugin/ xfce4-indicator-plugin-([\d\.]+)\.tar\.bz2
More information about the Pkg-xfce-commits
mailing list