r45429 - in /trunk/libapp-daemon-perl/debian: ./ changelog compat control copyright libapp-daemon-perl.docs rules watch

xoswald at users.alioth.debian.org xoswald at users.alioth.debian.org
Wed Oct 7 15:28:27 UTC 2009


Author: xoswald
Date: Wed Oct  7 15:28:22 2009
New Revision: 45429

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45429
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libapp-daemon-perl/debian/
    trunk/libapp-daemon-perl/debian/changelog
    trunk/libapp-daemon-perl/debian/compat
    trunk/libapp-daemon-perl/debian/control
    trunk/libapp-daemon-perl/debian/copyright
    trunk/libapp-daemon-perl/debian/libapp-daemon-perl.docs
    trunk/libapp-daemon-perl/debian/rules   (with props)
    trunk/libapp-daemon-perl/debian/watch

Added: trunk/libapp-daemon-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-daemon-perl/debian/changelog?rev=45429&op=file
==============================================================================
--- trunk/libapp-daemon-perl/debian/changelog (added)
+++ trunk/libapp-daemon-perl/debian/changelog Wed Oct  7 15:28:22 2009
@@ -1,0 +1,5 @@
+libapp-daemon-perl (0.06-1) unstable; urgency=low
+
+  * Initial Release (Closes: #550091)
+
+ -- Xavier Oswald <xoswald at debian.org>  Wed, 7 Oct 2009 16:49:23 +0200

Added: trunk/libapp-daemon-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-daemon-perl/debian/compat?rev=45429&op=file
==============================================================================
--- trunk/libapp-daemon-perl/debian/compat (added)
+++ trunk/libapp-daemon-perl/debian/compat Wed Oct  7 15:28:22 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libapp-daemon-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-daemon-perl/debian/control?rev=45429&op=file
==============================================================================
--- trunk/libapp-daemon-perl/debian/control (added)
+++ trunk/libapp-daemon-perl/debian/control Wed Oct  7 15:28:22 2009
@@ -1,0 +1,26 @@
+Source: libapp-daemon-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libproc-processtable-perl, libfile-pid-perl, liblog-log4perl-perl (>= 1.0)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Xavier Oswald <xoswald at debian.org>
+Standards-Version: 3.8.3
+Homepage: http://search.cpan.org/dist/App-Daemon/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libapp-daemon-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libapp-daemon-perl/
+
+Package: libapp-daemon-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libproc-processtable-perl, libfile-pid-perl, liblog-log4perl-perl (>= 1.0)
+Description: Start an Application as a Daemon
+ App::Daemon helps running an application as a daemon. The idea to prepend
+ scripts with functions provided by this module to 'daemonize' it.
+ .
+ Along with the common features offered by similar modules on CPAN, it
+  * supports logging with Log4perl: In background mode, it logs to a logfile. In
+    foreground mode, log messages go directly to the screen.
+  * detects if another instance is already running and ends itself
+    automatically in this case.
+  * shows with the 'status' command if an instance is already running and
+    which PID it has.

Added: trunk/libapp-daemon-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-daemon-perl/debian/copyright?rev=45429&op=file
==============================================================================
--- trunk/libapp-daemon-perl/debian/copyright (added)
+++ trunk/libapp-daemon-perl/debian/copyright Wed Oct  7 15:28:22 2009
@@ -1,0 +1,25 @@
+Upstream-Maintainer: Mike Schilli <m at perlmeister.com>
+Upstream-Source: http://search.cpan.org/dist/App-Daemon/
+Upstream-Name: App-Daemon
+
+Files: *
+Copyright: Mike Schilli <m at perlmeister.com>
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Xavier Oswald <xoswald at debian.org>
+License: Artistic | GPL-1+
+
+License: Artistic
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the Artistic License, which comes with Perl.
+    On Debian GNU/Linux systems, the complete text of the Artistic License
+    can be found in `/usr/share/common-licenses/Artistic'
+
+License: GPL-1+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 1, or (at your option)
+    any later version.
+    On Debian GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libapp-daemon-perl/debian/libapp-daemon-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-daemon-perl/debian/libapp-daemon-perl.docs?rev=45429&op=file
==============================================================================
--- trunk/libapp-daemon-perl/debian/libapp-daemon-perl.docs (added)
+++ trunk/libapp-daemon-perl/debian/libapp-daemon-perl.docs Wed Oct  7 15:28:22 2009
@@ -1,0 +1,1 @@
+README

Added: trunk/libapp-daemon-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-daemon-perl/debian/rules?rev=45429&op=file
==============================================================================
--- trunk/libapp-daemon-perl/debian/rules (added)
+++ trunk/libapp-daemon-perl/debian/rules Wed Oct  7 15:28:22 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libapp-daemon-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libapp-daemon-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-daemon-perl/debian/watch?rev=45429&op=file
==============================================================================
--- trunk/libapp-daemon-perl/debian/watch (added)
+++ trunk/libapp-daemon-perl/debian/watch Wed Oct  7 15:28:22 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/App-Daemon/   .*/App-Daemon-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




More information about the Pkg-perl-cvs-commits mailing list