[Pkg-xfce-commits] r2350 - in goodies: . xfce4-smartpm-plugin xfce4-smartpm-plugin/debian

corsac at alioth.debian.org corsac at alioth.debian.org
Sun Oct 5 11:08:22 UTC 2008


Author: corsac
Date: 2008-10-05 11:08:22 +0000 (Sun, 05 Oct 2008)
New Revision: 2350

Added:
   goodies/xfce4-smartpm-plugin/
   goodies/xfce4-smartpm-plugin/debian/
   goodies/xfce4-smartpm-plugin/debian/changelog
   goodies/xfce4-smartpm-plugin/debian/compat
   goodies/xfce4-smartpm-plugin/debian/control
   goodies/xfce4-smartpm-plugin/debian/copyright
   goodies/xfce4-smartpm-plugin/debian/rules
   goodies/xfce4-smartpm-plugin/debian/watch
Log:
new smartpm plugin



Property changes on: goodies/xfce4-smartpm-plugin/debian
___________________________________________________________________
Name: mergewithupstream
   + +1

Added: goodies/xfce4-smartpm-plugin/debian/changelog
===================================================================
--- goodies/xfce4-smartpm-plugin/debian/changelog	                        (rev 0)
+++ goodies/xfce4-smartpm-plugin/debian/changelog	2008-10-05 11:08:22 UTC (rev 2350)
@@ -0,0 +1,5 @@
+xfce4-smartpm-plugin (0.3.2-1) UNRELEASED; urgency=low
+
+  * Initial release                                            closes: #
+
+ -- Yves-Alexis Perez <corsac at corsac.net>  Mon,  2 Oct 2006 15:42:36 +0200

Added: goodies/xfce4-smartpm-plugin/debian/compat
===================================================================
--- goodies/xfce4-smartpm-plugin/debian/compat	                        (rev 0)
+++ goodies/xfce4-smartpm-plugin/debian/compat	2008-10-05 11:08:22 UTC (rev 2350)
@@ -0,0 +1 @@
+7

Added: goodies/xfce4-smartpm-plugin/debian/control
===================================================================
--- goodies/xfce4-smartpm-plugin/debian/control	                        (rev 0)
+++ goodies/xfce4-smartpm-plugin/debian/control	2008-10-05 11:08:22 UTC (rev 2350)
@@ -0,0 +1,20 @@
+Source: xfce4-smartpm-plugin
+Section: x11
+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.0.13), xfce4-panel-dev, libxml-parser-perl,
+ libx11-dev, pkg-config, libgtk2.0-dev, libxfcegui4-dev, libnotify-dev, ktsuss
+Standards-Version: 3.8.0
+Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/xfce4-smartpm-plugin
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/xfce4-smartpm-plugin
+Homepage: http://goodies.xfce.org/projects/panel-plugins/xfce4-smartpm-plugin/
+
+Package: xfce4-smartpm-plugin
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: sudo
+Suggests: smartpm
+Description: Package manager plugin for Xfce panel
+ smartpm is a plugin used to manage packages from the Xfce panel. It works
+ principaly with the smartpm package manager but can be used with apt-get.

Added: goodies/xfce4-smartpm-plugin/debian/copyright
===================================================================
--- goodies/xfce4-smartpm-plugin/debian/copyright	                        (rev 0)
+++ goodies/xfce4-smartpm-plugin/debian/copyright	2008-10-05 11:08:22 UTC (rev 2350)
@@ -0,0 +1,24 @@
+This package was debianized by Yves-Alexis Perez <corsac at debian.org> on
+Sun, 05 Oct 2008 13:04:57 +0200
+
+
+
+It was downloaded from
+http://goodies.xfce.org/projects/applications/xfce4-smartpm-plugin
+
+Author: Anders F Bjorklund <afb at users.sourceforge.net>
+
+
+Copyright Holders: 
+© 2007 Anders F Bjorklund <afb at users.sourceforge.net>
+
+With code from:
+Gustavo Niemeyer <niemeyer at conectiva.com>
+Brian Tarricone <bjt23 at cornell.edu>
+Jasper Huijsmans <jasper at xfce.org>
+
+You are free to distribute this software under the terms of
+the GNU General Public License (version 2 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/xfce4-smartpm-plugin/debian/rules
===================================================================
--- goodies/xfce4-smartpm-plugin/debian/rules	                        (rev 0)
+++ goodies/xfce4-smartpm-plugin/debian/rules	2008-10-05 11:08:22 UTC (rev 2350)
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+
+build-stamp:
+	dh build --before configure
+	dh_auto_configure -- --enable-libnotify
+	dh build --after configure
+	touch build-stamp
+
+%:
+	dh $@


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

Added: goodies/xfce4-smartpm-plugin/debian/watch
===================================================================
--- goodies/xfce4-smartpm-plugin/debian/watch	                        (rev 0)
+++ goodies/xfce4-smartpm-plugin/debian/watch	2008-10-05 11:08:22 UTC (rev 2350)
@@ -0,0 +1,3 @@
+version=3
+http://goodies.xfce.org/releases/xfce4-smartpm-plugin/ \
+         xfce4-smartpm-plugin-(.*)\.tar\.gz




More information about the Pkg-xfce-commits mailing list