r24200 - in /trunk/libmodule-util-perl/debian: ./ changelog compat control copyright rules watch

jeremiah-guest at users.alioth.debian.org jeremiah-guest at users.alioth.debian.org
Tue Aug 12 13:36:51 UTC 2008


Author: jeremiah-guest
Date: Tue Aug 12 13:36:48 2008
New Revision: 24200

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

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

Added: trunk/libmodule-util-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-util-perl/debian/changelog?rev=24200&op=file
==============================================================================
--- trunk/libmodule-util-perl/debian/changelog (added)
+++ trunk/libmodule-util-perl/debian/changelog Tue Aug 12 13:36:48 2008
@@ -1,0 +1,5 @@
+libmodule-util-perl (1.04-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Jeremiah C. Foster <jeremiah at jeremiahfoster.com>  Tue, 12 Aug 2008 15:27:19 +0200

Added: trunk/libmodule-util-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-util-perl/debian/compat?rev=24200&op=file
==============================================================================
--- trunk/libmodule-util-perl/debian/compat (added)
+++ trunk/libmodule-util-perl/debian/compat Tue Aug 12 13:36:48 2008
@@ -1,0 +1,1 @@
+7

Added: trunk/libmodule-util-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-util-perl/debian/control?rev=24200&op=file
==============================================================================
--- trunk/libmodule-util-perl/debian/control (added)
+++ trunk/libmodule-util-perl/debian/control Tue Aug 12 13:36:48 2008
@@ -1,0 +1,21 @@
+Source: libmodule-util-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), libmodule-build-perl
+Build-Depends-Indep: perl (>= 5.5.3)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jeremiah C. Foster <jeremiah at jeremiahfoster.com>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Module-Util/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmodule-util-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-util-perl/
+
+Package: libmodule-util-perl
+Architecture: any
+Depends: perl (>= 5.5.3), ${shlibs:Depends}, ${misc:Depends}
+Description: Module name tools and transformations
+ This module provides a few useful functions for manipulating module names. Its
+ main aim is to centralise some of the functions commonly used by modules that
+ manipulate other modules in some way, like converting module names to relative
+ paths.
+ 

Added: trunk/libmodule-util-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-util-perl/debian/copyright?rev=24200&op=file
==============================================================================
--- trunk/libmodule-util-perl/debian/copyright (added)
+++ trunk/libmodule-util-perl/debian/copyright Tue Aug 12 13:36:48 2008
@@ -1,0 +1,29 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Matt Lawrence <mattlaw at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/Module-Util/
+Upstream-Name: Module-Util
+
+Files: *
+Copyright: 2005 Matt Lawrence <mattlaw at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2008, Jeremiah C. Foster <jeremiah at jeremiahfoster.com>
+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'
+The upstream author is:

Added: trunk/libmodule-util-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-util-perl/debian/rules?rev=24200&op=file
==============================================================================
--- trunk/libmodule-util-perl/debian/rules (added)
+++ trunk/libmodule-util-perl/debian/rules Tue Aug 12 13:36:48 2008
@@ -1,0 +1,23 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	dh build
+	touch $@
+
+clean:
+	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+binary-arch: install
+	dh $@
+
+binary-indep:
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

Propchange: trunk/libmodule-util-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libmodule-util-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-util-perl/debian/watch?rev=24200&op=file
==============================================================================
--- trunk/libmodule-util-perl/debian/watch (added)
+++ trunk/libmodule-util-perl/debian/watch Tue Aug 12 13:36:48 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/Module-Util/   .*/Module-Util-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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