r36078 - in /trunk/libfile-changenotify-perl/debian: ./ changelog compat control copyright rules watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu May 21 20:41:33 UTC 2009


Author: jawnsy-guest
Date: Thu May 21 20:41:29 2009
New Revision: 36078

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

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

Added: trunk/libfile-changenotify-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-changenotify-perl/debian/changelog?rev=36078&op=file
==============================================================================
--- trunk/libfile-changenotify-perl/debian/changelog (added)
+++ trunk/libfile-changenotify-perl/debian/changelog Thu May 21 20:41:29 2009
@@ -1,0 +1,5 @@
+libfile-changenotify-perl (0.05-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #529795)
+
+ -- Jonathan Yu <frequency at cpan.org>  Thu, 21 May 2009 12:36:49 -0400

Added: trunk/libfile-changenotify-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-changenotify-perl/debian/compat?rev=36078&op=file
==============================================================================
--- trunk/libfile-changenotify-perl/debian/compat (added)
+++ trunk/libfile-changenotify-perl/debian/compat Thu May 21 20:41:29 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libfile-changenotify-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-changenotify-perl/debian/control?rev=36078&op=file
==============================================================================
--- trunk/libfile-changenotify-perl/debian/control (added)
+++ trunk/libfile-changenotify-perl/debian/control Thu May 21 20:41:29 2009
@@ -1,0 +1,24 @@
+Source: libfile-changenotify-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), perl-modules (>= 5.10) | libmodule-build-perl
+Build-Depends-Indep: libmoosex-params-validate-perl (>= 0.08), libmoose-perl,
+ libmoosex-semiaffordanceaccessor-perl, libtest-pod-perl (>= 1.14),
+ libtest-pod-coverage-perl (>= 1.04), libclass-mop-perl, perl (>= 5.6.0-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <frequency at cpan.org>
+Standards-Version: 3.8.1
+Homepage: http://search.cpan.org/dist/File-ChangeNotify/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfile-changenotify-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libfile-changenotify-perl/
+
+Package: libfile-changenotify-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libclass-mop-perl, libmoose-perl,
+ libmoosex-params-validate-perl (>= 0.08),
+ libmoosex-semiaffordanceaccessor-perl
+Description: Perl module to monitor files for changes
+ File::ChangeNotify provides a way to monitor files for changes in an efficient
+ and cross-platform manner. In order to allow platform-specific optimizations,
+ developers can override the default mechanism by subclassing the included
+ File::ChangeNotify::Watcher module.

Added: trunk/libfile-changenotify-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-changenotify-perl/debian/copyright?rev=36078&op=file
==============================================================================
--- trunk/libfile-changenotify-perl/debian/copyright (added)
+++ trunk/libfile-changenotify-perl/debian/copyright Thu May 21 20:41:29 2009
@@ -1,0 +1,28 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Dave Rolsky <autarch at urth.org>
+Upstream-Source: http://search.cpan.org/dist/File-ChangeNotify/
+Upstream-Name: File-ChangeNotify
+
+Files: *
+Copyright: 2009, Dave Rolsky <autarch at urth.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Jonathan Yu <frequency at cpan.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/libfile-changenotify-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-changenotify-perl/debian/rules?rev=36078&op=file
==============================================================================
--- trunk/libfile-changenotify-perl/debian/rules (added)
+++ trunk/libfile-changenotify-perl/debian/rules Thu May 21 20:41:29 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	IS_MAINTAINER=1 dh $@

Propchange: trunk/libfile-changenotify-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libfile-changenotify-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-changenotify-perl/debian/watch?rev=36078&op=file
==============================================================================
--- trunk/libfile-changenotify-perl/debian/watch (added)
+++ trunk/libfile-changenotify-perl/debian/watch Thu May 21 20:41:29 2009
@@ -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/File-ChangeNotify/   .*/File-ChangeNotify-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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