[Pkg-xfce-commits] r2673 - in goodies: . xfce4-hdaps xfce4-hdaps/debian
sargentd-guest at alioth.debian.org
sargentd-guest at alioth.debian.org
Tue Feb 10 21:50:15 UTC 2009
Author: sargentd-guest
Date: 2009-02-10 21:50:15 +0000 (Tue, 10 Feb 2009)
New Revision: 2673
Added:
goodies/xfce4-hdaps/
goodies/xfce4-hdaps/debian/
goodies/xfce4-hdaps/debian/changelog
goodies/xfce4-hdaps/debian/compat
goodies/xfce4-hdaps/debian/control
goodies/xfce4-hdaps/debian/copyright
goodies/xfce4-hdaps/debian/docs
goodies/xfce4-hdaps/debian/rules
Log:
initial import of xfce4-hdaps
Added: goodies/xfce4-hdaps/debian/changelog
===================================================================
--- goodies/xfce4-hdaps/debian/changelog (rev 0)
+++ goodies/xfce4-hdaps/debian/changelog 2009-02-10 21:50:15 UTC (rev 2673)
@@ -0,0 +1,5 @@
+xfce4-hdaps (0.0.3-1) unstable; urgency=low
+
+ * Initial release (Closes: #514707)
+
+ -- Evgeni Golov <sargentd at die-welt.net> Tue, 10 Feb 2009 19:05:38 +0100
Added: goodies/xfce4-hdaps/debian/compat
===================================================================
--- goodies/xfce4-hdaps/debian/compat (rev 0)
+++ goodies/xfce4-hdaps/debian/compat 2009-02-10 21:50:15 UTC (rev 2673)
@@ -0,0 +1 @@
+7
Added: goodies/xfce4-hdaps/debian/control
===================================================================
--- goodies/xfce4-hdaps/debian/control (rev 0)
+++ goodies/xfce4-hdaps/debian/control 2009-02-10 21:50:15 UTC (rev 2673)
@@ -0,0 +1,14 @@
+Source: xfce4-hdaps
+Section: utils
+Priority: optional
+Maintainer: Evgeni Golov <sargentd at die-welt.net>
+Build-Depends: debhelper (>= 7), xfce4-dev-tools
+Standards-Version: 3.8.0
+Homepage: http://michael.orlitzky.com/code/xfce4-hdaps.php
+
+Package: xfce4-hdaps
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: plugin to indicate the status of HDAPS for the Xfce4
+ A plugin to indicate the status of the IBM Hard Drive Active
+ Protection System, or HDAPS.
Added: goodies/xfce4-hdaps/debian/copyright
===================================================================
--- goodies/xfce4-hdaps/debian/copyright (rev 0)
+++ goodies/xfce4-hdaps/debian/copyright 2009-02-10 21:50:15 UTC (rev 2673)
@@ -0,0 +1,17 @@
+Format-Specification:
+ http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=420
+Upstream-Name: xfce4-hdaps
+Upstream-Maintainer: Michael Orlitzky <michael at orlitzky.com>
+Upstream-Source: http://michael.orlitzky.com/code/xfce4-hdaps.php
+
+Files: *
+Copyright: © 2009 Michael Orlitzky <michael at orlitzky.com>
+License: GPL-3+
+
+Files: debian/*
+Copyright: © 2009 Evgeni Golov <sargentd at die-welt.net>
+License: GPL-2+
+
+License: GPL-2+ | GPL-3+
+ On Debian systems, you can find the whole text of the GNU GPL in
+ /usr/share/common-licenses/GPL
Added: goodies/xfce4-hdaps/debian/docs
===================================================================
--- goodies/xfce4-hdaps/debian/docs (rev 0)
+++ goodies/xfce4-hdaps/debian/docs 2009-02-10 21:50:15 UTC (rev 2673)
@@ -0,0 +1,3 @@
+NEWS
+README
+TODO
Added: goodies/xfce4-hdaps/debian/rules
===================================================================
--- goodies/xfce4-hdaps/debian/rules (rev 0)
+++ goodies/xfce4-hdaps/debian/rules 2009-02-10 21:50:15 UTC (rev 2673)
@@ -0,0 +1,28 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+ dh build --before dh_auto_configure
+ NOCONFIGURE=yes ./autogen.sh
+ dh_auto_configure -- --libexec=/usr/lib LDFLAGS="-Wl,-z,defs -Wl,--as-needed"
+ dh build --remaining
+ touch build-stamp
+
+clean:
+ dh clean
+ dh_clean INSTALL Makefile.in aclocal.m4 config.guess \
+ config.h.in config.sub configure configure.in \
+ depcomp icons/48x48/Makefile.in icons/Makefile.in \
+ icons/scalable/Makefile.in install-sh missing \
+ mkinstalldirs panel-plugin/Makefile.in po/Makefile.in.in
+
+install: build
+ dh install
+
+binary-arch: install
+ dh binary-arch
+
+binary-indep: install
+ dh binary-indep
+
+binary: binary-arch binary-indep
Property changes on: goodies/xfce4-hdaps/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
More information about the Pkg-xfce-commits
mailing list