r14725 - in /trunk/libmarc-record-perl/debian: changelog compat control copyright rules watch

rmayorga-guest at users.alioth.debian.org rmayorga-guest at users.alioth.debian.org
Mon Feb 11 01:49:00 UTC 2008


Author: rmayorga-guest
Date: Mon Feb 11 01:48:59 2008
New Revision: 14725

URL: http://svn.debian.org/wsvn/?sc=1&rev=14725
Log:
* Make package ready for perl 5.10 update
* debian/control
  + Set standards-version to 3.7.3 ( no changes needed )
  + Raise debhelper version to 6
  + Add myself to uploaders
* debian/rules
  + remove OPTIMIZE var, we are not using it
  + move tests suite from install to build target
  + use $@ when touching -stamp files
  + remove un-ussed dh_ calls
  + don't install README its only contain same info from pods
* debian/copyright: use a dist-based URL
* Improve debian/watch

Modified:
    trunk/libmarc-record-perl/debian/changelog
    trunk/libmarc-record-perl/debian/compat
    trunk/libmarc-record-perl/debian/control
    trunk/libmarc-record-perl/debian/copyright
    trunk/libmarc-record-perl/debian/rules
    trunk/libmarc-record-perl/debian/watch

Modified: trunk/libmarc-record-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libmarc-record-perl/debian/changelog?rev=14725&op=diff
==============================================================================
--- trunk/libmarc-record-perl/debian/changelog (original)
+++ trunk/libmarc-record-perl/debian/changelog Mon Feb 11 01:48:59 2008
@@ -1,11 +1,27 @@
-libmarc-record-perl (2.0.0-2) UNRELEASED; urgency=low
+libmarc-record-perl (2.0.0-2) 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/rules: delete /usr/lib/perl5 only if it exists.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:20 +0200
+  [ Rene Mayorga ]
+  * Make package ready for perl 5.10 update
+  * debian/control
+    + Set standards-version to 3.7.3 ( no changes needed )
+    + Raise debhelper version to 6
+    + Add myself to uploaders
+  * debian/rules
+    + remove OPTIMIZE var, we are not using it
+    + move tests suite from install to build target
+    + use $@ when touching -stamp files
+    + remove un-ussed dh_ calls
+    + don't install README its only contain same info from pods
+  * debian/copyright: use a dist-based URL
+  * Improve debian/watch
+
+ -- Rene Mayorga <rmayorga at debian.org.sv>  Fri, 08 Feb 2008 00:49:43 -0600
 
 libmarc-record-perl (2.0.0-1) unstable; urgency=low
 

Modified: trunk/libmarc-record-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libmarc-record-perl/debian/compat?rev=14725&op=diff
==============================================================================
--- trunk/libmarc-record-perl/debian/compat (original)
+++ trunk/libmarc-record-perl/debian/compat Mon Feb 11 01:48:59 2008
@@ -1,1 +1,1 @@
-5
+6

Modified: trunk/libmarc-record-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libmarc-record-perl/debian/control?rev=14725&op=diff
==============================================================================
--- trunk/libmarc-record-perl/debian/control (original)
+++ trunk/libmarc-record-perl/debian/control Mon Feb 11 01:48:59 2008
@@ -3,10 +3,10 @@
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregor+debian at comodo.priv.at>,
-           Vincent Danjean <vdanjean at debian.org>
-Build-Depends: debhelper (>= 5.0.0)
+ Vincent Danjean <vdanjean at debian.org>, Rene Mayorga <rmayorga at debian.org.sv>
+Build-Depends: debhelper (>= 6)
 Build-Depends-Indep: perl (>= 5.8.0-7), libtest-pod-coverage-perl, libtest-pod-perl
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/MARC-Record/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmarc-record-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libmarc-record-perl/

Modified: trunk/libmarc-record-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libmarc-record-perl/debian/copyright?rev=14725&op=diff
==============================================================================
--- trunk/libmarc-record-perl/debian/copyright (original)
+++ trunk/libmarc-record-perl/debian/copyright Mon Feb 11 01:48:59 2008
@@ -1,8 +1,7 @@
 This package was debianized by gregor herrmann <gregor+debian at comodo.priv.at> on
 Sun,  1 Jan 2006 17:54:09 +0100.
 
-It was downloaded from the Comprehensive Perl Archive Network (CPAN).
-Visit <http://www.cpan.org/> to find a CPAN site near you.
+It was downloaded from: http://search.cpan.org/dist/MARC-Record/
 
 Copyright Holder:
 Copyright (C) 2001-2002 Andy Lester <marc at petdance.com>

Modified: trunk/libmarc-record-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libmarc-record-perl/debian/rules?rev=14725&op=diff
==============================================================================
--- trunk/libmarc-record-perl/debian/rules (original)
+++ trunk/libmarc-record-perl/debian/rules Mon Feb 11 01:48:59 2008
@@ -22,38 +22,28 @@
 build: build-stamp
 build-stamp:
 	dh_testdir
-
-	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="-Wall -O2 -g"
-
-	touch build-stamp
+	$(MAKE)
+	$(MAKE) test
+	touch $@
 
 clean:
 	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 +51,9 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-#	dh_installcron
-#	dh_installmenu
-#	dh_installexamples
-	dh_installdocs README
+	dh_installdocs
 	dh_installchangelogs Changes
 	dh_perl
-	dh_link
-	dh_strip
 	dh_compress
 	dh_fixperms
 	dh_installdeb

Modified: trunk/libmarc-record-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libmarc-record-perl/debian/watch?rev=14725&op=diff
==============================================================================
--- trunk/libmarc-record-perl/debian/watch (original)
+++ trunk/libmarc-record-perl/debian/watch Mon Feb 11 01:48:59 2008
@@ -1,3 +1,3 @@
 # Compulsory line, this is a version 3 file
 version=3
-http://www.cpan.org/modules/by-module/MARC/MARC-Record-([\d\.]+)\.tar\.gz
+http://search.cpan.org/dist/MARC-Record/ .*/MARC-Record-([[:digit:]].*)\.tar\.gz




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