r14202 - in /trunk/libmarc-perl: MARC.pm debian/changelog debian/compat debian/control debian/copyright debian/patches/ debian/patches/fix_pods.patch debian/patches/series debian/rules

rmayorga-guest at users.alioth.debian.org rmayorga-guest at users.alioth.debian.org
Wed Feb 6 02:07:17 UTC 2008


Author: rmayorga-guest
Date: Wed Feb  6 02:07:16 2008
New Revision: 14202

URL: http://svn.debian.org/wsvn/?sc=1&rev=14202
Log:
* Make the package ready for Perl 5.10 update
* Move pod patch from .diff.gz to be managed with quilt
* debian/control
  + Set standards-version to 3.7.3
  + Raise Debhelper to version 6
  + Add myself to Uploaders and wrap it 
* debian/rules
  + remove OPTIMIZE Var, we are not using it
  + Move tests suite from install to build target
  + use $@ for touch -stamp files
  + Made install only depends on install-stamp and install-stamp depends
    on build-stamp
  + Install Examples from "eg"
  + Remove un-ussed dh_ calls
* debian/copyright: use a dist-based URL

Added:
    trunk/libmarc-perl/debian/patches/
    trunk/libmarc-perl/debian/patches/fix_pods.patch
    trunk/libmarc-perl/debian/patches/series
Modified:
    trunk/libmarc-perl/MARC.pm
    trunk/libmarc-perl/debian/changelog
    trunk/libmarc-perl/debian/compat
    trunk/libmarc-perl/debian/control
    trunk/libmarc-perl/debian/copyright
    trunk/libmarc-perl/debian/rules

Modified: trunk/libmarc-perl/MARC.pm
URL: http://svn.debian.org/wsvn/trunk/libmarc-perl/MARC.pm?rev=14202&op=diff
==============================================================================
--- trunk/libmarc-perl/MARC.pm (original)
+++ trunk/libmarc-perl/MARC.pm Wed Feb  6 02:07:16 2008
@@ -3110,7 +3110,7 @@
 
 If you do not get any response that means everything is OK! If you get an
 error like I<Can't locate method "use" via package MARC>.
-then Perl is not able to find MARC.pm - double check that the file copied
+then Perl is not able to find MARC.pm--double check that the file copied
 it into the right place during the install.
 
 =back
@@ -4022,7 +4022,7 @@
 
 =head1 NOTES
 
-Please let us know if you run into any difficulties using MARC.pm - we'd be
+Please let us know if you run into any difficulties using MARC.pm--we'd be
 happy to try to help. Also, please contact us if you notice any bugs, or
 if you would like to suggest an improvement/enhancement. Email addresses 
 are listed at the bottom of this page.

Modified: trunk/libmarc-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libmarc-perl/debian/changelog?rev=14202&op=diff
==============================================================================
--- trunk/libmarc-perl/debian/changelog (original)
+++ trunk/libmarc-perl/debian/changelog Wed Feb  6 02:07:16 2008
@@ -1,12 +1,30 @@
-libmarc-perl (1.07-5) UNRELEASED; urgency=low
+libmarc-perl (1.07-5) unstable; urgency=low
 
+  [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed:
     Homepage pseudo-field (Description); XS-Vcs-Svn fields.
   * debian/watch: use dist-based URL.
   * debian/rules: delete /usr/lib/perl5 only if it exists.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:19 +0200
+  [ Rene Mayorga ]
+  * Make the package ready for Perl 5.10 update
+  * Move pod patch from .diff.gz to be managed with quilt
+  * debian/control
+    + Set standards-version to 3.7.3
+    + Raise Debhelper to version 6
+    + Add myself to Uploaders and wrap it 
+  * debian/rules
+    + remove OPTIMIZE Var, we are not using it
+    + Move tests suite from install to build target
+    + use $@ for touch -stamp files
+    + Made install only depends on install-stamp and install-stamp depends
+      on build-stamp
+    + Install Examples from "eg"
+    + Remove un-ussed dh_ calls
+  * debian/copyright: use a dist-based URL
+
+ -- Rene Mayorga <rmayorga at debian.org.sv>  Tue, 05 Feb 2008 19:47:40 -0600
 
 libmarc-perl (1.07-4) unstable; urgency=low
 

Modified: trunk/libmarc-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libmarc-perl/debian/compat?rev=14202&op=diff
==============================================================================
--- trunk/libmarc-perl/debian/compat (original)
+++ trunk/libmarc-perl/debian/compat Wed Feb  6 02:07:16 2008
@@ -1,1 +1,1 @@
-5
+6

Modified: trunk/libmarc-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libmarc-perl/debian/control?rev=14202&op=diff
==============================================================================
--- trunk/libmarc-perl/debian/control (original)
+++ trunk/libmarc-perl/debian/control Wed Feb  6 02:07:16 2008
@@ -2,10 +2,11 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregor+debian at comodo.priv.at>
-Build-Depends: debhelper (>= 5.0.0)
+Uploaders: gregor herrmann <gregor+debian at comodo.priv.at>,
+ Rene Mayorga <rmayorga at debian.org.sv>
+Build-Depends: debhelper (>= 6), quilt
 Build-Depends-Indep: perl (>= 5.8.0-7)
-Standards-Version: 3.6.2
+Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/MARC/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmarc-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libmarc-perl/

Modified: trunk/libmarc-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libmarc-perl/debian/copyright?rev=14202&op=diff
==============================================================================
--- trunk/libmarc-perl/debian/copyright (original)
+++ trunk/libmarc-perl/debian/copyright Wed Feb  6 02:07:16 2008
@@ -1,7 +1,7 @@
 This package was debianized by gregor herrmann <gregor+debian at comodo.priv.at> on
 Sun,  1 Jan 2006 14:48:42 +0100.
 
-It was downloaded from http://search.cpan.org/~bbirth/MARC-1.07/MARC.pm
+It was downloaded from: http://search.cpan.org/dist/MARC/
 
 Authors:
 Chuck Bearden cbearden at rice.edu

Added: trunk/libmarc-perl/debian/patches/fix_pods.patch
URL: http://svn.debian.org/wsvn/trunk/libmarc-perl/debian/patches/fix_pods.patch?rev=14202&op=file
==============================================================================
--- trunk/libmarc-perl/debian/patches/fix_pods.patch (added)
+++ trunk/libmarc-perl/debian/patches/fix_pods.patch Wed Feb  6 02:07:16 2008
@@ -1,0 +1,22 @@
+Index: libmarc-perl/MARC.pm
+===================================================================
+--- libmarc-perl.orig/MARC.pm	2008-02-05 20:03:15.000000000 -0600
++++ libmarc-perl/MARC.pm	2008-02-05 20:03:45.000000000 -0600
+@@ -3110,7 +3110,7 @@
+ 
+ If you do not get any response that means everything is OK! If you get an
+ error like I<Can't locate method "use" via package MARC>.
+-then Perl is not able to find MARC.pm--double check that the file copied
++then Perl is not able to find MARC.pm - double check that the file copied
+ it into the right place during the install.
+ 
+ =back
+@@ -4022,7 +4022,7 @@
+ 
+ =head1 NOTES
+ 
+-Please let us know if you run into any difficulties using MARC.pm--we'd be
++Please let us know if you run into any difficulties using MARC.pm - we'd be
+ happy to try to help. Also, please contact us if you notice any bugs, or
+ if you would like to suggest an improvement/enhancement. Email addresses 
+ are listed at the bottom of this page.

Added: trunk/libmarc-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libmarc-perl/debian/patches/series?rev=14202&op=file
==============================================================================
--- trunk/libmarc-perl/debian/patches/series (added)
+++ trunk/libmarc-perl/debian/patches/series Wed Feb  6 02:07:16 2008
@@ -1,0 +1,1 @@
+fix_pods.patch

Modified: trunk/libmarc-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libmarc-perl/debian/rules?rev=14202&op=diff
==============================================================================
--- trunk/libmarc-perl/debian/rules (original)
+++ trunk/libmarc-perl/debian/rules Wed Feb  6 02:07:16 2008
@@ -11,6 +11,9 @@
 # always return the default without waiting for user input.
 export PERL_MM_USE_DEFAULT=1
 
+include /usr/share/quilt/quilt.make
+
+
 PACKAGE=$(shell dh_listpackages)
 
 ifndef PERL
@@ -20,40 +23,32 @@
 TMP     =$(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
-
 	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="-Wall -O2 -g"
+	$(MAKE)
+	$(MAKE) test
+	touch $@
 
-	touch build-stamp
-
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
-
-	# Add commands to clean up after the build process here
+	dh_clean build-stamp install-stamp
 	[ ! -f Makefile ] || $(MAKE) realclean
 
-	dh_clean build-stamp install-stamp
-
-install: build install-stamp
-install-stamp:
+install: install-stamp
+install-stamp: build-stamp
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-
-	# Add commands to install the package into debian/$PACKAGE_NAME here
-	$(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-
 	# As this is a architecture independent package, we are not
 	# supposed to install stuff to /usr/lib. MakeMaker creates
 	# the dirs, we delete them from the deb:
 	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
 
-	touch install-stamp
+	touch $@
 
 binary-arch:
 # We have nothing to do by default.
@@ -61,14 +56,10 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-#	dh_installcron
-#	dh_installmenu
-#	dh_installexamples
+	dh_installexamples eg/*
 	dh_installdocs README
 	dh_installchangelogs Changes
 	dh_perl
-	dh_link
-	dh_strip
 	dh_compress
 	dh_fixperms
 	dh_installdeb




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