r7826 - in /trunk/libmodule-build-perl: Build.PL debian/ debian/changelog debian/compat debian/control debian/copyright debian/docs debian/rules debian/watch lib/Module/Build/Base.pm t/Sample/save_err

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Sep 21 09:57:55 UTC 2007


Author: dmn
Date: Fri Sep 21 09:57:55 2007
New Revision: 7826

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

Added:
    trunk/libmodule-build-perl/debian/
    trunk/libmodule-build-perl/debian/changelog
    trunk/libmodule-build-perl/debian/compat
    trunk/libmodule-build-perl/debian/control
    trunk/libmodule-build-perl/debian/copyright
    trunk/libmodule-build-perl/debian/docs
    trunk/libmodule-build-perl/debian/rules   (with props)
    trunk/libmodule-build-perl/debian/watch
    trunk/libmodule-build-perl/t/Sample/save_err
Modified:
    trunk/libmodule-build-perl/Build.PL
    trunk/libmodule-build-perl/lib/Module/Build/Base.pm

Modified: trunk/libmodule-build-perl/Build.PL
URL: http://svn.debian.org/wsvn/trunk/libmodule-build-perl/Build.PL?rev=7826&op=diff
==============================================================================
--- trunk/libmodule-build-perl/Build.PL (original)
+++ trunk/libmodule-build-perl/Build.PL Fri Sep 21 09:57:55 2007
@@ -50,7 +50,7 @@
 		    },
 
    add_to_cleanup => ['t/Sample/pod2htm*'],
-   script_files => ['scripts/config_data'],
+#   script_files => ['scripts/config_data'],
   );
 
 $build->create_build_script;

Added: trunk/libmodule-build-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libmodule-build-perl/debian/changelog?rev=7826&op=file
==============================================================================
--- trunk/libmodule-build-perl/debian/changelog (added)
+++ trunk/libmodule-build-perl/debian/changelog Fri Sep 21 09:57:55 2007
@@ -1,0 +1,61 @@
+libmodule-build-perl (0.26-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Jay Bonci <jaybonci at debian.org>  Wed, 27 Oct 2004 15:11:17 -0400
+
+libmodule-build-perl (0.25-2) unstable; urgency=low
+
+  * Corrected debian/watch so uscan will now work
+
+ -- Jay Bonci <jaybonci at debian.org>  Thu,  9 Sep 2004 04:52:07 -0400
+
+libmodule-build-perl (0.25-1) unstable; urgency=low
+
+  * New upstream version 
+  * Manpages now have the correct section, fixes lintian warnings (Closes: #251153)
+
+ -- Jay Bonci <jaybonci at debian.org>  Tue,  1 Jun 2004 21:24:43 -0400
+
+libmodule-build-perl (0.24-1) unstable; urgency=low
+
+  * New upstream version (Closes: #234473)
+
+ -- Jay Bonci <jaybonci at debian.org>  Sun, 29 Feb 2004 15:27:14 -0500
+
+libmodule-build-perl (0.23-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Jay Bonci <jaybonci at debian.org>  Tue, 10 Feb 2004 14:40:49 -0500
+
+libmodule-build-perl (0.21-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Jay Bonci <jaybonci at debian.org>  Tue, 21 Oct 2003 00:40:07 -0400
+
+libmodule-build-perl (0.20-2) unstable; urgency=low
+
+  * Updated maintainer address
+
+ -- Jay Bonci <jaybonci at debian.org>  Mon,  6 Oct 2003 13:13:04 -0400
+
+libmodule-build-perl (0.20-1) unstable; urgency=low
+
+  * New upstream version
+  * Maintainer address update
+  * Policy version updated to 3.6.1.0
+  * Changed upstream page to use non-versioned CPAN URL
+  * Added watch file
+  * Upstream fix where man pages get generated correctly from POD sources. 
+    - Thanks to Gunnar Wolf for reporting this
+
+ -- Jay Bonci <jaybonci at debian.org>  Fri, 19 Sep 2003 00:24:29 -0400
+
+libmodule-build-perl (0.19-1) unstable; urgency=low
+
+  * Initial Release. Closes: #192448
+
+ -- Jay Bonci <jay at bonci.com>  Thu, 24 Jul 2003 18:26:01 -0400
+

Added: trunk/libmodule-build-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libmodule-build-perl/debian/compat?rev=7826&op=file
==============================================================================
--- trunk/libmodule-build-perl/debian/compat (added)
+++ trunk/libmodule-build-perl/debian/compat Fri Sep 21 09:57:55 2007
@@ -1,0 +1,1 @@
+4

Added: trunk/libmodule-build-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libmodule-build-perl/debian/control?rev=7826&op=file
==============================================================================
--- trunk/libmodule-build-perl/debian/control (added)
+++ trunk/libmodule-build-perl/debian/control Fri Sep 21 09:57:55 2007
@@ -1,0 +1,15 @@
+Source: libmodule-build-perl
+Section: perl
+Priority: optional
+Maintainer: Jay Bonci <jaybonci at debian.org>
+Build-Depends-Indep: debhelper (>> 4.0.0), perl (>= 5.6.0-16), libyaml-perl (>= 0.35)
+Standards-Version: 3.6.1.0
+
+Package: libmodule-build-perl
+Architecture: all
+Depends: ${perl:Depends}, libarchive-tar-perl (>= 1.0.0), libyaml-perl (>= 0.35), libextutils-parsexs-perl (>= 2.02)
+Description: Subclassable and make-independant perl module builder alternative
+ Module::Build is a system for building, testing, and installing Perl modules.
+ It is meant to be a replacement for ExtUtils::MakeMaker. Developers may alter 
+ the behavior of the module through subclassing in a much more straightforward 
+ way than with MakeMaker.

Added: trunk/libmodule-build-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libmodule-build-perl/debian/copyright?rev=7826&op=file
==============================================================================
--- trunk/libmodule-build-perl/debian/copyright (added)
+++ trunk/libmodule-build-perl/debian/copyright Fri Sep 21 09:57:55 2007
@@ -1,0 +1,25 @@
+This package was debianized by Jay Bonci <jay at bonci.com> on
+Thu, 24 Jul 2003 18:26:01 -0400.
+
+It was downloaded from http://search.cpan.org/CPAN/authors/id/K/KW/KWILLIAMS/Module-Build-0.20.tar.gz
+
+Upstream Author: Ken Williams <ken at mathforum.org>
+
+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/libmodule-build-perl/debian/docs
URL: http://svn.debian.org/wsvn/trunk/libmodule-build-perl/debian/docs?rev=7826&op=file
==============================================================================
--- trunk/libmodule-build-perl/debian/docs (added)
+++ trunk/libmodule-build-perl/debian/docs Fri Sep 21 09:57:55 2007
@@ -1,0 +1,1 @@
+README

Added: trunk/libmodule-build-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libmodule-build-perl/debian/rules?rev=7826&op=file
==============================================================================
--- trunk/libmodule-build-perl/debian/rules (added)
+++ trunk/libmodule-build-perl/debian/rules Fri Sep 21 09:57:55 2007
@@ -1,0 +1,56 @@
+#!/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/"`
+SHAREDIR=$(CURDIR)/debian/$(PACKAGE)/usr/share/$(PACKAGE)
+
+build:
+	dh_testdir
+	# Add here commands to compile the package.
+	perl Build.PL installdirs=vendor
+clean:
+	dh_testdir
+	dh_testroot
+
+	-./Build clean
+	rm -rf ./Build _build
+	dh_clean
+
+install:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	
+	./Build test
+	./Build install destdir=$(CURDIR)/debian/$(PACKAGE)
+	install -d $(SHAREDIR)
+	install -m755 scripts/* $(SHAREDIR)
+	-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/libmodule-build-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libmodule-build-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libmodule-build-perl/debian/watch?rev=7826&op=file
==============================================================================
--- trunk/libmodule-build-perl/debian/watch (added)
+++ trunk/libmodule-build-perl/debian/watch Fri Sep 21 09:57:55 2007
@@ -1,0 +1,2 @@
+version=2
+http://www.cpan.org/modules/by-module/Module/Module-Build-([0-9].*)\.tar.gz

Modified: trunk/libmodule-build-perl/lib/Module/Build/Base.pm
URL: http://svn.debian.org/wsvn/trunk/libmodule-build-perl/lib/Module/Build/Base.pm?rev=7826&op=diff
==============================================================================
--- trunk/libmodule-build-perl/lib/Module/Build/Base.pm (original)
+++ trunk/libmodule-build-perl/lib/Module/Build/Base.pm Fri Sep 21 09:57:55 2007
@@ -1631,7 +1631,8 @@
 
 sub manify_bin_pods {
   my $self    = shift;
-  my $parser  = Pod::Man->new( section => 1 ); # binary manpages go in section 1
+  #Change for Debian here
+  my $parser  = Pod::Man->new( section => $self->{config}->{man1ext} || 1 ); # binary manpages go in section 1
   my $files   = $self->_find_pods($self->{properties}{bindoc_dirs});
   return unless keys %$files;
   
@@ -1650,7 +1651,8 @@
 
 sub manify_lib_pods {
   my $self    = shift;
-  my $parser  = Pod::Man->new( section => 3 ); # library manpages go in section 3
+  # Change for Debian here
+  my $parser  = Pod::Man->new( section => $self->{config}->{man3ext} || 3 ); # library manpages go in section 3
   my $files   = $self->_find_pods($self->{properties}{libdoc_dirs});
   return unless keys %$files;
   

Added: trunk/libmodule-build-perl/t/Sample/save_err
URL: http://svn.debian.org/wsvn/trunk/libmodule-build-perl/t/Sample/save_err?rev=7826&op=file
==============================================================================
--- trunk/libmodule-build-perl/t/Sample/save_err (added)
+++ trunk/libmodule-build-perl/t/Sample/save_err Fri Sep 21 09:57:55 2007
@@ -1,0 +1,1 @@
+Can't locate Foo/Builder.pm in @INC (@INC contains: _build/lib /home/jaybonci/deb/libmodule-build-perl/libmodule-build-perl-0.25/blib/lib /home/jaybonci/deb/libmodule-build-perl/libmodule-build-perl-0.25/blib/arch /home/jaybonci/deb/libmodule-build-perl/libmodule-build-perl-0.25/lib /etc/perl /usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl /home/jaybonci/deb/libmodule-build-perl/libmodule-build-perl-0.25 .) at Makefile.PL line 5.




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