r34718 - in /trunk/libtest-dir-perl/debian: ./ changelog compat control copyright rules watch

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Mon May 4 06:41:23 UTC 2009


Author: ryan52-guest
Date: Mon May  4 06:40:45 2009
New Revision: 34718

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

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

Added: trunk/libtest-dir-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-dir-perl/debian/changelog?rev=34718&op=file
==============================================================================
--- trunk/libtest-dir-perl/debian/changelog (added)
+++ trunk/libtest-dir-perl/debian/changelog Mon May  4 06:40:45 2009
@@ -1,0 +1,5 @@
+libtest-dir-perl (1.006-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #526416)
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 03 May 2009 23:36:59 -0700

Added: trunk/libtest-dir-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-dir-perl/debian/compat?rev=34718&op=file
==============================================================================
--- trunk/libtest-dir-perl/debian/compat (added)
+++ trunk/libtest-dir-perl/debian/compat Mon May  4 06:40:45 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libtest-dir-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-dir-perl/debian/control?rev=34718&op=file
==============================================================================
--- trunk/libtest-dir-perl/debian/control (added)
+++ trunk/libtest-dir-perl/debian/control Mon May  4 06:40:45 2009
@@ -1,0 +1,23 @@
+Source: libtest-dir-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libpod-coverage-perl, libtest-pod-coverage-perl,
+  libtest-pod-perl, perl (>= 5.6.0-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
+Standards-Version: 3.8.1
+Homepage: http://search.cpan.org/dist/Test-Dir/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-dir-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-dir-perl/
+
+Package: libtest-dir-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: Perl library to test directory attributes
+ Test::Dir provides a collection of test utilities for directory
+ attributes.  Use it in combination with Test::More in your test
+ programs.
+ .
+ Right now this only supports testing that a directory does or doesn't
+ exist.

Added: trunk/libtest-dir-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-dir-perl/debian/copyright?rev=34718&op=file
==============================================================================
--- trunk/libtest-dir-perl/debian/copyright (added)
+++ trunk/libtest-dir-perl/debian/copyright Mon May  4 06:40:45 2009
@@ -1,0 +1,28 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Martin `Kingpin` Thurn <mthurn at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/Test-Dir/
+Upstream-Name: Test-Dir
+
+Files: *
+Copyright: 2007-2008, Martin 'Kingpin' Thurn
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Ryan Niebur <ryanryan52 at gmail.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'

Added: trunk/libtest-dir-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-dir-perl/debian/rules?rev=34718&op=file
==============================================================================
--- trunk/libtest-dir-perl/debian/rules (added)
+++ trunk/libtest-dir-perl/debian/rules Mon May  4 06:40:45 2009
@@ -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-dir-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libtest-dir-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-dir-perl/debian/watch?rev=34718&op=file
==============================================================================
--- trunk/libtest-dir-perl/debian/watch (added)
+++ trunk/libtest-dir-perl/debian/watch Mon May  4 06:40:45 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Test-Dir/   .*/Test-Dir-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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