r24229 - in /trunk/libtest-dependencies-perl/debian: ./ changelog compat control copyright libtest-dependencies-perl.docs rules watch

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Aug 13 20:30:47 UTC 2008


Author: dmn
Date: Wed Aug 13 20:30:45 2008
New Revision: 24229

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

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

Added: trunk/libtest-dependencies-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-dependencies-perl/debian/changelog?rev=24229&op=file
==============================================================================
--- trunk/libtest-dependencies-perl/debian/changelog (added)
+++ trunk/libtest-dependencies-perl/debian/changelog Wed Aug 13 20:30:45 2008
@@ -1,0 +1,5 @@
+libtest-dependencies-perl (0.11-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Damyan Ivanov <dmn at debian.org>  Wed, 13 Aug 2008 23:28:17 +0300

Added: trunk/libtest-dependencies-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-dependencies-perl/debian/compat?rev=24229&op=file
==============================================================================
--- trunk/libtest-dependencies-perl/debian/compat (added)
+++ trunk/libtest-dependencies-perl/debian/compat Wed Aug 13 20:30:45 2008
@@ -1,0 +1,1 @@
+7

Added: trunk/libtest-dependencies-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-dependencies-perl/debian/control?rev=24229&op=file
==============================================================================
--- trunk/libtest-dependencies-perl/debian/control (added)
+++ trunk/libtest-dependencies-perl/debian/control Wed Aug 13 20:30:45 2008
@@ -1,0 +1,20 @@
+Source: libtest-dependencies-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.8.0
+Homepage: http://search.cpan.org/dist/Test-Dependencies/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-dependencies-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-dependencies-perl/
+
+Package: libtest-dependencies-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libfile-find-rule-perl, libyaml-perl
+Description:  Ensure that your Makefile.PL specifies all module dependencies
+ Makes sure that all of the modules that are 'use'd are listed in the
+ Makefile.PL as dependencies.
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: trunk/libtest-dependencies-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-dependencies-perl/debian/copyright?rev=24229&op=file
==============================================================================
--- trunk/libtest-dependencies-perl/debian/copyright (added)
+++ trunk/libtest-dependencies-perl/debian/copyright Wed Aug 13 20:30:45 2008
@@ -1,0 +1,34 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: (information incomplete)
+Upstream-Source: http://search.cpan.org/dist/Test-Dependencies/
+Upstream-Name: Test-Dependencies
+Disclaimer: This copyright info was automatically extracted 
+    from the perl module. It may not be accurate, so you better 
+    check the module sources in order to ensure the module for its 
+    inclusion in Debian or for general legal information. Please, 
+    if licensing information is incorrectly generated, file a bug 
+    on dh-make-perl.
+
+Files: *
+Copyright: (information incomplete)
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2008, Damyan Ivanov <dmn 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/libtest-dependencies-perl/debian/libtest-dependencies-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-dependencies-perl/debian/libtest-dependencies-perl.docs?rev=24229&op=file
==============================================================================
--- trunk/libtest-dependencies-perl/debian/libtest-dependencies-perl.docs (added)
+++ trunk/libtest-dependencies-perl/debian/libtest-dependencies-perl.docs Wed Aug 13 20:30:45 2008
@@ -1,0 +1,1 @@
+README

Added: trunk/libtest-dependencies-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-dependencies-perl/debian/rules?rev=24229&op=file
==============================================================================
--- trunk/libtest-dependencies-perl/debian/rules (added)
+++ trunk/libtest-dependencies-perl/debian/rules Wed Aug 13 20:30:45 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:
+
+binary-indep: install
+	dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

Propchange: trunk/libtest-dependencies-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libtest-dependencies-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-dependencies-perl/debian/watch?rev=24229&op=file
==============================================================================
--- trunk/libtest-dependencies-perl/debian/watch (added)
+++ trunk/libtest-dependencies-perl/debian/watch Wed Aug 13 20:30:45 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/Test-Dependencies/   .*/Test-Dependencies-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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