r10117 - in /trunk/libcarp-assert-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 11:51:45 UTC 2007


Author: vdanjean
Date: Sat Dec  1 11:51:45 2007
New Revision: 10117

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

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

Modified: trunk/libcarp-assert-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/trunk/libcarp-assert-perl/Makefile.PL?rev=10117&op=diff
==============================================================================
--- trunk/libcarp-assert-perl/Makefile.PL (original)
+++ trunk/libcarp-assert-perl/Makefile.PL Sat Dec  1 11:51:45 2007
@@ -15,70 +15,70 @@
                    },
 );
 
-{
-    package MY;
-    sub top_targets {
-        my($self) = @_;
-
-        return $self->SUPER::top_targets(@_) unless
-          eval { require Pod::Tests; 1 };
-
-        my $out = "POD2TEST_EXE = pod2test\n";
-
-        $out .= $self->SUPER::top_targets(@_);
-        $out =~ s/^(pure_all\b.*)/$1 testifypods/m;
-
-        foreach my $pod (keys %{$self->{MAN1PODS}},
-                         keys %{$self->{MAN3PODS}})
-        {
-            (my $test = $pod) =~ s/\.(pm|pod)$//;
-            $test =~ s/^lib\W//;
-            $test =~ s/\W/-/;
-            $test = "t/embedded-$test.t";
-            
-            $pod2test{$pod} = $test;
-        }
-
-        $out .= <<"END_OF_MAKE";
-
-testifypods : @{[ join " ", values %pod2test ]}
-\t\$(NOECHO) \$(NOOP)
-
-END_OF_MAKE
-        
-        for my $pod (keys %pod2test) {
-            my $test = $pod2test{$pod};
-            
-            $out .= <<"END_OF_MAKE";
-$test : $pod
-\t\$(NOECHO) \$(ECHO) Testifying $pod to $test
-\t\$(NOECHO) \$(POD2TEST_EXE) $pod $test
-
-END_OF_MAKE
-        }
-
-        return $out;
-    }
-
-
-    sub test_via_harness {
-        my($self, $orig_perl, $tests) = @_;
-
-        my @perls = ($orig_perl);
-        push @perls, qw(bleadperl
-                        perl5.6.1
-                        perl5.005_03
-                        perl5.004_05
-                        perl5.004_04
-                        perl5.004
-                       )
-          if $ENV{PERL_TEST_ALL};
-
-        my $out;
-        foreach my $perl (@perls) {
-            $out .= $self->SUPER::test_via_harness($perl, $tests);
-        }
-
-        return $out;
-    }
-}
+#{
+#    package MY;
+#    sub top_targets {
+#        my($self) = @_;
+#
+#        return $self->SUPER::top_targets(@_) unless
+#          eval { require Pod::Tests; 1 };
+#
+#        my $out = "POD2TEST_EXE = pod2test\n";
+#
+#        $out .= $self->SUPER::top_targets(@_);
+#        $out =~ s/^(pure_all\b.*)/$1 testifypods/m;
+#
+#        foreach my $pod (keys %{$self->{MAN1PODS}},
+#                         keys %{$self->{MAN3PODS}})
+#        {
+#            (my $test = $pod) =~ s/\.(pm|pod)$//;
+#            $test =~ s/^lib\W//;
+#            $test =~ s/\W/-/;
+#            $test = "t/embedded-$test.t";
+#            
+#            $pod2test{$pod} = $test;
+#        }
+#
+#        $out .= <<"END_OF_MAKE";
+#
+#testifypods : @{[ join " ", values %pod2test ]}
+#\t\$(NOECHO) \$(NOOP)
+#
+#END_OF_MAKE
+#        
+#        for my $pod (keys %pod2test) {
+#            my $test = $pod2test{$pod};
+#            
+#            $out .= <<"END_OF_MAKE";
+#$test : $pod
+#\t\$(NOECHO) \$(ECHO) Testifying $pod to $test
+#\t\$(NOECHO) \$(POD2TEST_EXE) $pod $test
+#
+#END_OF_MAKE
+#        }
+#
+#        return $out;
+#    }
+#
+#
+#    sub test_via_harness {
+#        my($self, $orig_perl, $tests) = @_;
+#
+#        my @perls = ($orig_perl);
+#        push @perls, qw(bleadperl
+#                        perl5.6.1
+#                        perl5.005_03
+#                        perl5.004_05
+#                        perl5.004_04
+#                        perl5.004
+#                       )
+#          if $ENV{PERL_TEST_ALL};
+#
+#        my $out;
+#        foreach my $perl (@perls) {
+#            $out .= $self->SUPER::test_via_harness($perl, $tests);
+#        }
+#
+#        return $out;
+#    }
+#}

Added: trunk/libcarp-assert-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libcarp-assert-perl/debian/changelog?rev=10117&op=file
==============================================================================
--- trunk/libcarp-assert-perl/debian/changelog (added)
+++ trunk/libcarp-assert-perl/debian/changelog Sat Dec  1 11:51:45 2007
@@ -1,0 +1,92 @@
+libcarp-assert-perl (0.20-1) unstable; urgency=low
+
+  * New upstream release
+  * Updated to policy-version 3.7.2.2. No other changes
+  * Changed Build-Depends-Indep to Build-Depends for lintian
+  * Makefile check and if so clean to quiet lintian check
+  * Fixed debian/watch so uscan will run uupdate
+
+ -- Jay Bonci <jaybonci at debian.org>  Fri, 29 Jun 2007 12:32:15 -0400
+
+libcarp-assert-perl (0.18-2) unstable; urgency=low
+
+  * Corrects debian/watch file for uscan version=2
+
+ -- Jay Bonci <jaybonci at debian.org>  Sun, 12 Sep 2004 01:41:15 -0400
+
+libcarp-assert-perl (0.18-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Jay Bonci <jaybonci at debian.org>  Thu, 25 Mar 2004 15:21:13 -0500
+
+libcarp-assert-perl (0.17-10) unstable; urgency=low
+
+  * Debhelper version 4. Added compat file
+  * Section change: perl
+  * Updated maintainer address
+  * Changed policy version number to 3.6.1.0. Otherwise, no changes
+  * Changed download address to more appropriate URL
+  * Fixed POD errors in .pm file, as reported by podchecker
+
+ -- Jay Bonci <jaybonci at debian.org>  Mon, 29 Sep 2003 13:55:20 -0400
+
+libcarp-assert-perl (0.17-9) unstable; urgency=low
+
+  * Fix to perl manpage paths per policy
+
+ -- Jay Bonci <jay at bonci.com>  Wed, 15 Jan 2003 21:29:14 -0500
+
+libcarp-assert-perl (0.17-8) unstable; urgency=low
+
+  * More build and policy cleanups
+  * Removed ref to GPL-2 in copyright as it was unneeded
+  * Simplified debian/rules
+
+ -- Jay Bonci <jay at bonci.com>  Fri, 27 Dec 2002 23:04:02 -0500
+
+libcarp-assert-perl (0.17-7) unstable; urgency=low
+
+  * Fixes to copyright to be more in line for licencing.
+
+ -- Jay Bonci <jay at bonci.com>  Sun, 15 Dec 2002 23:30:16 -0500
+
+libcarp-assert-perl (0.17-6) unstable; urgency=low
+
+  * Fix to debhelper dependancy minimum version. Should be 3.0.18, 
+    instead of 3.0.0, per Perl policy 3.43
+
+ -- Jay Bonci <jay at bonci.com>  Mon,  9 Dec 2002 15:37:45 -0500
+
+libcarp-assert-perl (0.17-5) unstable; urgency=low
+
+  * Debian policy cleanups. Build-Depends-Indep fixes
+  * make test added to rules file
+
+ -- Jay Bonci <jay at bonci.com>  Mon,  9 Dec 2002 07:50:27 -0500
+
+libcarp-assert-perl (0.17-4) unstable; urgency=low
+
+  * Build and dpkg fixes after some excellent hints from Stephen 
+    Quinney. Many thanks to him
+
+ -- Jay Bonci <jay at bonci.com>  Fri,  6 Dec 2002 09:41:50 -0500
+
+libcarp-assert-perl (0.17-3) unstable; urgency=low
+
+  * Build cleanups. Perl policy violation removals.
+
+ -- Jay Bonci <jay at bonci.com>  Mon, 21 Oct 2002 23:57:59 -0400
+
+libcarp-assert-perl (0.17-2) unstable; urgency=low
+
+  * Closes: bug#155879
+
+ -- Jay Bonci <jay at bonci.com>  Thu,  8 Aug 2002 00:29:14 -0400
+
+libcarp-assert-perl (0.17-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Jay Bonci <jay at bonci.com>  Thu, 25 Jul 2002 14:15:53 -0400
+

Added: trunk/libcarp-assert-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libcarp-assert-perl/debian/compat?rev=10117&op=file
==============================================================================
--- trunk/libcarp-assert-perl/debian/compat (added)
+++ trunk/libcarp-assert-perl/debian/compat Sat Dec  1 11:51:45 2007
@@ -1,0 +1,1 @@
+4

Added: trunk/libcarp-assert-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libcarp-assert-perl/debian/control?rev=10117&op=file
==============================================================================
--- trunk/libcarp-assert-perl/debian/control (added)
+++ trunk/libcarp-assert-perl/debian/control Sat Dec  1 11:51:45 2007
@@ -1,0 +1,13 @@
+Source: libcarp-assert-perl
+Section: perl
+Priority: optional
+Maintainer: Jay Bonci <jaybonci at debian.org>
+Build-Depends: debhelper (>= 4.1.40), perl (>= 5.6.0-16)
+Standards-Version: 3.7.2.2
+
+Package: libcarp-assert-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description: Carp::Assert - executable comments for perl
+ Carp::Assert provides ANSI C assert.h style assertions for perl,
+ useful for debugging and commenting

Added: trunk/libcarp-assert-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libcarp-assert-perl/debian/copyright?rev=10117&op=file
==============================================================================
--- trunk/libcarp-assert-perl/debian/copyright (added)
+++ trunk/libcarp-assert-perl/debian/copyright Sat Dec  1 11:51:45 2007
@@ -1,0 +1,23 @@
+This package was debianized by Jay Bonci <jay at bonci.com> on
+Thu, 25 Jul 2002 14:15:53 -0400.
+
+It was downloaded from: http://search.cpan.org/dist/Carp-Assert
+
+Upstream Author: Michael G Schwern <schwern at pobox.com> 
+
+Copyright:
+	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"
+
+	See:
+
+	/usr/share/common-licenses/Artistic
+	/usr/share/common-licenses/GPL
+
+	For more information regarding these licensing options

Added: trunk/libcarp-assert-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libcarp-assert-perl/debian/rules?rev=10117&op=file
==============================================================================
--- trunk/libcarp-assert-perl/debian/rules (added)
+++ trunk/libcarp-assert-perl/debian/rules Sat Dec  1 11:51:45 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
+
+	[ ! -f Makefile ] || $(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/libcarp-assert-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libcarp-assert-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libcarp-assert-perl/debian/watch?rev=10117&op=file
==============================================================================
--- trunk/libcarp-assert-perl/debian/watch (added)
+++ trunk/libcarp-assert-perl/debian/watch Sat Dec  1 11:51:45 2007
@@ -1,0 +1,3 @@
+version=2
+http://www.cpan.org/modules/by-module/Carp/Carp-Assert-([0-9].*)\.tar.gz \
+ debian uupdate




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