r19666 - in /trunk/libapache2-reload-perl/debian: ./ changelog compat control copyright rules watch

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu May 8 07:14:32 UTC 2008


Author: dmn
Date: Thu May  8 07:14:31 2008
New Revision: 19666

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

Added:
    trunk/libapache2-reload-perl/debian/
    trunk/libapache2-reload-perl/debian/changelog
    trunk/libapache2-reload-perl/debian/compat
    trunk/libapache2-reload-perl/debian/control
    trunk/libapache2-reload-perl/debian/copyright
    trunk/libapache2-reload-perl/debian/rules   (with props)
    trunk/libapache2-reload-perl/debian/watch

Added: trunk/libapache2-reload-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-reload-perl/debian/changelog?rev=19666&op=file
==============================================================================
--- trunk/libapache2-reload-perl/debian/changelog (added)
+++ trunk/libapache2-reload-perl/debian/changelog Thu May  8 07:14:31 2008
@@ -1,0 +1,5 @@
+libapache2-reload-perl (0.10-1) unstable; urgency=low
+
+  * Initial Release. Closes: #475151
+
+ -- Damyan Ivanov <dmn at debian.org>  Thu, 08 May 2008 10:01:58 +0300

Added: trunk/libapache2-reload-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-reload-perl/debian/compat?rev=19666&op=file
==============================================================================
--- trunk/libapache2-reload-perl/debian/compat (added)
+++ trunk/libapache2-reload-perl/debian/compat Thu May  8 07:14:31 2008
@@ -1,0 +1,1 @@
+7

Added: trunk/libapache2-reload-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-reload-perl/debian/control?rev=19666&op=file
==============================================================================
--- trunk/libapache2-reload-perl/debian/control (added)
+++ trunk/libapache2-reload-perl/debian/control Thu May  8 07:14:31 2008
@@ -1,0 +1,19 @@
+Source: libapache2-reload-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.10-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Damyan Ivanov <dmn at debian.org>
+Standards-Version: 3.7.3
+Homepage: http://search.cpan.org/dist/Apache-Reload/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libapache-reload-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache-reload-perl/
+
+Package: libapache2-reload-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libapache2-mod-perl2
+Description:  Reload Perl Modules when Changed on Disk
+ Reload Perl Modules when Changed on Disk
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: trunk/libapache2-reload-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-reload-perl/debian/copyright?rev=19666&op=file
==============================================================================
--- trunk/libapache2-reload-perl/debian/copyright (added)
+++ trunk/libapache2-reload-perl/debian/copyright Thu May  8 07:14:31 2008
@@ -1,0 +1,16 @@
+This is the debian package for the Apache-Reload module.
+It was created by Damyan Ivanov <dmn at debian.org> using dh-make-perl.
+
+It was downloaded from http://search.cpan.org/dist/Apache-Reload/
+
+This copyright info was automatically extracted from the perl module.
+It may not be accurate, so you better check the module sources
+if you don't want to get into legal troubles.
+
+The upstream author is: 
+
+Matt Sergeant, matt at sergeant.org.
+
+
+The Debian packaging is (C) 2008, Damyan Ivanov <dmn at debian.org> and
+is licensed under the same terms as the software itself (see above).

Added: trunk/libapache2-reload-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-reload-perl/debian/rules?rev=19666&op=file
==============================================================================
--- trunk/libapache2-reload-perl/debian/rules (added)
+++ trunk/libapache2-reload-perl/debian/rules Thu May  8 07:14:31 2008
@@ -1,0 +1,9 @@
+#!/usr/bin/make -f
+
+build install binary binary-indep clean:
+	dh $@
+
+# nothing here for arch-indep package
+binary-arch:
+
+.PHONY: build clean binary-indep binary-arch binary install

Propchange: trunk/libapache2-reload-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libapache2-reload-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-reload-perl/debian/watch?rev=19666&op=file
==============================================================================
--- trunk/libapache2-reload-perl/debian/watch (added)
+++ trunk/libapache2-reload-perl/debian/watch Thu May  8 07:14:31 2008
@@ -1,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/Apache-Reload/   .*/Apache-Reload-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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