r10357 - in /trunk/libtest-manifest-perl: Makefile.PL debian/ debian/changelog debian/compat debian/control debian/copyright debian/rules debian/watch

vdanjean at users.alioth.debian.org vdanjean at users.alioth.debian.org
Sat Dec 1 12:19:00 UTC 2007


Author: vdanjean
Date: Sat Dec  1 12:19:00 2007
New Revision: 10357

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

Added:
    trunk/libtest-manifest-perl/debian/
    trunk/libtest-manifest-perl/debian/changelog
    trunk/libtest-manifest-perl/debian/compat
    trunk/libtest-manifest-perl/debian/control
    trunk/libtest-manifest-perl/debian/copyright
    trunk/libtest-manifest-perl/debian/rules   (with props)
    trunk/libtest-manifest-perl/debian/watch
Modified:
    trunk/libtest-manifest-perl/Makefile.PL

Modified: trunk/libtest-manifest-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/trunk/libtest-manifest-perl/Makefile.PL?rev=10357&op=diff
==============================================================================
--- trunk/libtest-manifest-perl/Makefile.PL (original)
+++ trunk/libtest-manifest-perl/Makefile.PL Sat Dec  1 12:19:00 2007
@@ -18,10 +18,5 @@
             'lib/Manifest.pm'  => '$(INST_LIBDIR)/Manifest.pm',
             },
           
-        'MAN3PODS' =>
-        	{
-        	'lib/Manifest.pm' => '$(INST_MAN3DIR)/Test::Manifest.3',
-        	},
-        	
         clean => { FILES => 'Test-Manifest-* t/test_manifest' },
         );

Added: trunk/libtest-manifest-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtest-manifest-perl/debian/changelog?rev=10357&op=file
==============================================================================
--- trunk/libtest-manifest-perl/debian/changelog (added)
+++ trunk/libtest-manifest-perl/debian/changelog Sat Dec  1 12:19:00 2007
@@ -1,0 +1,37 @@
+libtest-manifest-perl (1.14-1) unstable; urgency=low
+
+  * New upstream version
+  * Watchfile tweak so uupdate will work
+
+ -- Jay Bonci <jaybonci at debian.org>  Thu,  7 Apr 2005 12:09:16 -0400
+
+libtest-manifest-perl (1.11-1) unstable; urgency=low
+
+  * New upstream version
+  * Fixes debian/watch file so uscan will work
+
+ -- Jay Bonci <jaybonci at debian.org>  Mon, 11 Oct 2004 02:02:38 -0400
+
+libtest-manifest-perl (0.92-1) unstable; urgency=low
+
+  * New Maintainer (Closes: #219823)
+  * New upstream version
+  * Bumped to policy-version 3.6.1.0 (no other changes)
+  * Added module-specific CPAN url
+  * Removed install file, as it is handled directly by the rules file
+
+ -- Jay Bonci <jaybonci at debian.org>  Tue, 11 Nov 2003 01:02:40 -0500
+
+libtest-manifest-perl (0.91-2) unstable; urgency=low
+
+  * debian/control: changed build dependency on 'debhelper' to '(>= 4.1)'
+  * debian/control: upgraded to Debian Policy 3.6.0 (no changes)
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Sun, 27 Jul 2003 08:09:43 -0500
+
+libtest-manifest-perl (0.91-1) unstable; urgency=low
+
+  * Initial release
+    (closes: Bug#193495)
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Fri, 16 May 2003 06:33:30 -0500

Added: trunk/libtest-manifest-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libtest-manifest-perl/debian/compat?rev=10357&op=file
==============================================================================
--- trunk/libtest-manifest-perl/debian/compat (added)
+++ trunk/libtest-manifest-perl/debian/compat Sat Dec  1 12:19:00 2007
@@ -1,0 +1,1 @@
+4

Added: trunk/libtest-manifest-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libtest-manifest-perl/debian/control?rev=10357&op=file
==============================================================================
--- trunk/libtest-manifest-perl/debian/control (added)
+++ trunk/libtest-manifest-perl/debian/control Sat Dec  1 12:19:00 2007
@@ -1,0 +1,21 @@
+Source: libtest-manifest-perl
+Section: perl
+Priority: optional
+Maintainer: Jay Bonci <jaybonci at debian.org>
+Standards-Version: 3.6.1.0
+Build-Depends-Indep: debhelper (>= 4.1), perl, libtest-simple-perl
+
+Package: libtest-manifest-perl
+Section: perl
+Priority: optional
+Architecture: all
+Depends: ${perl:Depends}, libtest-harness-perl
+Description: Perl module for interacting with a test manifest file
+ Perl's MakeMaker assumes that you want to run all of the .t files in
+ the t/ directory in ascii-betical order during `make test` unless you
+ say otherwise.  This leads to some interesting naming schemes for
+ test files to get them in the desired order.
+ .
+ Test::Manifest looks in the t/test_manifest file to find out which
+ tests you want to run and the order in which you want to run them.
+ It constructs the right value for MakeMaker to do the right thing.

Added: trunk/libtest-manifest-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libtest-manifest-perl/debian/copyright?rev=10357&op=file
==============================================================================
--- trunk/libtest-manifest-perl/debian/copyright (added)
+++ trunk/libtest-manifest-perl/debian/copyright Sat Dec  1 12:19:00 2007
@@ -1,0 +1,25 @@
+This package was debianized by Ardo van Rangelrooij <ardo at debian.org>
+on Thu, May 15, 2003, 20:23:42 -0500.
+
+It was downloaded from the Comprehensive Perl Archive Network (CPAN).
+http://search.cpan.org/dist/Test-Manifest/
+
+Upstream Author: brian d foy <bdfoy at cpan.org>
+
+Copyright:
+
+Copyright 2002, brian d foy, All Rights Reserved 
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of either:
+
+a) the GNU General Public License as published by the Free Software
+   Foundation; either version 1, or (at your option) any later
+   version, or
+
+b) the "Artistic License" which comes with Perl.
+
+On a Debian system the complete text of the GNU General Public License
+can be found in the file `/usr/share/common-licenses/GPL' and the
+complete text of the the Artistic Licence can be found in the file
+`/usr/share/common-licenses/Artistic'.

Added: trunk/libtest-manifest-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libtest-manifest-perl/debian/rules?rev=10357&op=file
==============================================================================
--- trunk/libtest-manifest-perl/debian/rules (added)
+++ trunk/libtest-manifest-perl/debian/rules Sat Dec  1 12:19:00 2007
@@ -1,0 +1,53 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This is the debhelper compatibility version to use.
+# export DH_COMPAT=4
+
+PACKAGE=`pwd | sed -e "s/.*\/\\(.*\\)-.*/\\1/"`
+
+
+build:
+	dh_testdir
+	# Add here commands to compile the package.
+	perl Makefile.PL verbose INSTALLDIRS=vendor
+clean:
+	dh_testdir
+	dh_testroot
+
+	-$(MAKE) clean
+	rm -f Makefile.old
+	dh_clean
+
+install:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	$(MAKE) PREFIX=$(CURDIR)/debian/$(PACKAGE)/usr OPTIMIZE="-O2 -g -Wall" test install
+	-find $(CURDIR)/debian -type d | xargs rmdir -p --ignore-fail-on-non-empty
+
+binary-arch:;
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installman
+	dh_installchangelogs Changes
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_perl
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure

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

Added: trunk/libtest-manifest-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libtest-manifest-perl/debian/watch?rev=10357&op=file
==============================================================================
--- trunk/libtest-manifest-perl/debian/watch (added)
+++ trunk/libtest-manifest-perl/debian/watch Sat Dec  1 12:19:00 2007
@@ -1,0 +1,3 @@
+version=2
+http://www.cpan.org/modules/by-module/Test/Test-Manifest-([0-9].*)\.tar.gz \
+ debian uupdate




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