r39702 - in /trunk/libtest-checkmanifest-perl/debian: ./ changelog compat control copyright patches/ patches/fix-tests patches/series rules watch

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sat Jul 11 04:34:51 UTC 2009


Author: ryan52-guest
Date: Sat Jul 11 04:34:46 2009
New Revision: 39702

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

Added:
    trunk/libtest-checkmanifest-perl/debian/
    trunk/libtest-checkmanifest-perl/debian/changelog
    trunk/libtest-checkmanifest-perl/debian/compat
    trunk/libtest-checkmanifest-perl/debian/control
    trunk/libtest-checkmanifest-perl/debian/copyright
    trunk/libtest-checkmanifest-perl/debian/patches/
    trunk/libtest-checkmanifest-perl/debian/patches/fix-tests
    trunk/libtest-checkmanifest-perl/debian/patches/series
    trunk/libtest-checkmanifest-perl/debian/rules   (with props)
    trunk/libtest-checkmanifest-perl/debian/watch

Added: trunk/libtest-checkmanifest-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-checkmanifest-perl/debian/changelog?rev=39702&op=file
==============================================================================
--- trunk/libtest-checkmanifest-perl/debian/changelog (added)
+++ trunk/libtest-checkmanifest-perl/debian/changelog Sat Jul 11 04:34:46 2009
@@ -1,0 +1,5 @@
+libtest-checkmanifest-perl (1.01-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #536553)
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Fri, 10 Jul 2009 21:17:54 -0700

Added: trunk/libtest-checkmanifest-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-checkmanifest-perl/debian/compat?rev=39702&op=file
==============================================================================
--- trunk/libtest-checkmanifest-perl/debian/compat (added)
+++ trunk/libtest-checkmanifest-perl/debian/compat Sat Jul 11 04:34:46 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libtest-checkmanifest-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-checkmanifest-perl/debian/control?rev=39702&op=file
==============================================================================
--- trunk/libtest-checkmanifest-perl/debian/control (added)
+++ trunk/libtest-checkmanifest-perl/debian/control Sat Jul 11 04:34:46 2009
@@ -1,0 +1,20 @@
+Source: libtest-checkmanifest-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
+Build-Depends-Indep: perl (>= 5.6.0-12), perl-modules, libtest-pod-coverage-perl, libtest-pod-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
+Standards-Version: 3.8.2
+Homepage: http://search.cpan.org/dist/Test-CheckManifest/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-checkmanifest-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-checkmanifest-perl/
+
+Package: libtest-checkmanifest-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, perl-modules
+Description: Perl module to check if your Manifest matches your distro
+ Test::CheckManifest checks whether the Manifest file matches the
+ distro or not. To match a distro the Manifest has to name all files
+ that come along with the distribution. To check the Manifest file,
+ this module searches for a file named MANIFEST.

Added: trunk/libtest-checkmanifest-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-checkmanifest-perl/debian/copyright?rev=39702&op=file
==============================================================================
--- trunk/libtest-checkmanifest-perl/debian/copyright (added)
+++ trunk/libtest-checkmanifest-perl/debian/copyright Sat Jul 11 04:34:46 2009
@@ -1,0 +1,28 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Renee Baecker, <module at renee-baecker.de>
+Upstream-Source: http://search.cpan.org/dist/Test-CheckManifest/
+Upstream-Name: Test-CheckManifest
+
+Files: *
+Copyright: Copyright (C) 2006 by Renee Baecker
+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-checkmanifest-perl/debian/patches/fix-tests
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-checkmanifest-perl/debian/patches/fix-tests?rev=39702&op=file
==============================================================================
--- trunk/libtest-checkmanifest-perl/debian/patches/fix-tests (added)
+++ trunk/libtest-checkmanifest-perl/debian/patches/fix-tests Sat Jul 11 04:34:46 2009
@@ -1,0 +1,21 @@
+add stuff to MANIFEST so that the selftest still passes. this is a bit fragile...
+
+--- a/MANIFEST
++++ b/MANIFEST
+@@ -9,3 +9,16 @@
+ t/99_pod_coverage.t
+ lib/Test/CheckManifest.pm
+ META.yml                                 Module meta-data (added by MakeMaker)
++debian/changelog
++debian/rules
++debian/watch
++debian/libtest-checkmanifest-perl.debhelper.log
++debian/copyright
++debian/compat
++debian/control
++debian/patches/series
++debian/patches/fix-tests
++.pc/.version
++.pc/applied-patches
++.pc/fix-tests/.timestamp
++.pc/fix-tests/MANIFEST

Added: trunk/libtest-checkmanifest-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-checkmanifest-perl/debian/patches/series?rev=39702&op=file
==============================================================================
--- trunk/libtest-checkmanifest-perl/debian/patches/series (added)
+++ trunk/libtest-checkmanifest-perl/debian/patches/series Sat Jul 11 04:34:46 2009
@@ -1,0 +1,1 @@
+fix-tests

Added: trunk/libtest-checkmanifest-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-checkmanifest-perl/debian/rules?rev=39702&op=file
==============================================================================
--- trunk/libtest-checkmanifest-perl/debian/rules (added)
+++ trunk/libtest-checkmanifest-perl/debian/rules Sat Jul 11 04:34:46 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh --with quilt $@

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

Added: trunk/libtest-checkmanifest-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-checkmanifest-perl/debian/watch?rev=39702&op=file
==============================================================================
--- trunk/libtest-checkmanifest-perl/debian/watch (added)
+++ trunk/libtest-checkmanifest-perl/debian/watch Sat Jul 11 04:34:46 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Test-CheckManifest/   .*/Test-CheckManifest-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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