--- libdaemon-generic-perl-0.82.orig/debian/control +++ libdaemon-generic-perl-0.82/debian/control @@ -0,0 +1,18 @@ +Source: libdaemon-generic-perl +Section: perl +Priority: extra +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Stephan Adig +Build-Depends: debhelper (>= 7.0.50), perl +Standards-Version: 3.9.3 + +Package: libdaemon-generic-perl +Architecture: any +Depends: ${perl:Depends}, ${misc:Depends}, libfile-flock-perl +Description: framework for starting, stopping, reconfiguring daemon-like programs + The framework provides for standard commands that work for as init.d files + and as apachectl-like commands. + . + Programs that use Daemon::Generic subclass Daemon::Generic to override + its behavior. Almost everything that Genric::Daemon does can be overridden + as needed. --- libdaemon-generic-perl-0.82.orig/debian/libdaemon-generic-perl.docs +++ libdaemon-generic-perl-0.82/debian/libdaemon-generic-perl.docs @@ -0,0 +1 @@ +README --- libdaemon-generic-perl-0.82.orig/debian/changelog +++ libdaemon-generic-perl-0.82/debian/changelog @@ -0,0 +1,39 @@ +libdaemon-generic-perl (0.82-0ubuntu1) raring; urgency=low + + * New upstream release. + * debian/control: Bump Standards-Version to 3.9.3. + * debian/copyright: Fix spelling error (GNU Public License → GNU General + Public License). + + -- Logan Rosen Sat, 03 Nov 2012 17:03:09 -0400 + +libdaemon-generic-perl (0.81-0ubuntu1) oneiric; urgency=low + + * New upstream release. + * debian/{control,copyright}: + - Change Original Maintainer name from Stephan Hermann to Stephan + Adig. + * Bump Standards to 3.9.2. No other Changes. + * Disable the testsuite for now as it causes FTBFS. + + -- Bhavani Shankar Mon, 08 Aug 2011 21:48:15 +0530 + +libdaemon-generic-perl (0.61-0ubuntu1) karmic; urgency=low + + * New upstream release. + * debian/{control,compat,rules}: + - Switch to debhelper 7. + * Bump Standards: + - debian/control: Add ${misc:Depends} in Depends field. + - debian/copyright: Replace (C) symbol with © symbol. + * Depends on libfile-flock-perl (LP: #398797). + + -- Alessio Treglia Fri, 07 Aug 2009 06:20:53 +0200 + +libdaemon-generic-perl (0.51-0ubuntu1) hardy; urgency=low + + * Initial release (LP: #191272) + * Need to repackage orig source tarball, because of missing license files + + -- Stephan Hermann Wed, 06 Feb 2008 17:34:38 +0100 + --- libdaemon-generic-perl-0.82.orig/debian/rules +++ libdaemon-generic-perl-0.82/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +%: + dh $@ + +override_dh_installchangelogs: + dh_installchangelogs CHANGELOG + +override_dh_auto_test: --- libdaemon-generic-perl-0.82.orig/debian/watch +++ libdaemon-generic-perl-0.82/debian/watch @@ -0,0 +1,4 @@ +version=3 +http://www.cpan.org/modules/by-module/Daemon/Daemon-Generic-([0-9].*)\.tar.gz \ + debian uupdate + --- libdaemon-generic-perl-0.82.orig/debian/copyright +++ libdaemon-generic-perl-0.82/debian/copyright @@ -0,0 +1,36 @@ +This package was debianized by Stephan Adig on +Wed, 06 Feb 2008 17:34:38 +0100. + +It was downloaded from http://search.cpan.org/CPAN/authors/id/M/MU/MUIR/modules/Daemon-Generic-0.51.tar.gz + +Upstream Author: + + David Muir Sharnoff + +Copyright: + + © 2006 David Muir Sharnoff . + +License: + + This program is free software, you can redistribute it and/or modify it under + the same terms as Perl itself. + + Perl is distributed under licenses: + + a) the GNU General Public License as published by the Free Software + Foundation; either version 1, or (at your option) any later + version, or + + b) the "Artistic License" which comes with Perl. + + On Debian GNU/Linux systems the Artistic Licence you can find + in /usr/share/common-licenses/Artistic'. + + The GNU General Public License Version 1 you can find in + /usr/share/doc/libdaemon-generic-perl/LICENSE.gpl-1.gz + +The Debian packaging is © 2008, Stephan Adig and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. + + --- libdaemon-generic-perl-0.82.orig/debian/compat +++ libdaemon-generic-perl-0.82/debian/compat @@ -0,0 +1 @@ +7