r17394 - in /trunk/libclass-c3-componentised-perl/debian: changelog compat control copyright rules watch

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Thu Mar 13 12:01:22 UTC 2008


Author: eloy
Date: Thu Mar 13 12:01:20 2008
New Revision: 17394

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=17394
Log:
  * New upstream release
  * Package moved to Debian Perl Group repo
  * debian/rules: FTBS fix (closes: #467714)
  * debian/watch: updated to new schema
  * debian/compat: upgraded to 6 without changes
  * debian/copyright: updated
  * debian/control:
   + Added extra headers from group
   + Standards-Version updated to 3.7.3 without changes


Modified:
    trunk/libclass-c3-componentised-perl/debian/changelog
    trunk/libclass-c3-componentised-perl/debian/compat
    trunk/libclass-c3-componentised-perl/debian/control
    trunk/libclass-c3-componentised-perl/debian/copyright
    trunk/libclass-c3-componentised-perl/debian/rules
    trunk/libclass-c3-componentised-perl/debian/watch

Modified: trunk/libclass-c3-componentised-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-c3-componentised-perl/debian/changelog?rev=17394&op=diff
==============================================================================
--- trunk/libclass-c3-componentised-perl/debian/changelog (original)
+++ trunk/libclass-c3-componentised-perl/debian/changelog Thu Mar 13 12:01:20 2008
@@ -1,6 +1,14 @@
 libclass-c3-componentised-perl (1.0003-1) unstable; urgency=low
 
   * New upstream release
+  * Package moved to Debian Perl Group repo
+  * debian/rules: FTBS fix (closes: #467714)
+  * debian/watch: updated to new schema
+  * debian/compat: upgraded to 6 without changes
+  * debian/copyright: updated
+  * debian/control:
+   + Added extra headers from group
+   + Standards-Version updated to 3.7.3 without changes
 
  -- Krzysztof Krzyżaniak (eloy) <eloy at debian.org>  Thu, 13 Mar 2008 12:52:03 +0100
 

Modified: trunk/libclass-c3-componentised-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-c3-componentised-perl/debian/compat?rev=17394&op=diff
==============================================================================
--- trunk/libclass-c3-componentised-perl/debian/compat (original)
+++ trunk/libclass-c3-componentised-perl/debian/compat Thu Mar 13 12:01:20 2008
@@ -1,1 +1,1 @@
-5
+6

Modified: trunk/libclass-c3-componentised-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-c3-componentised-perl/debian/control?rev=17394&op=diff
==============================================================================
--- trunk/libclass-c3-componentised-perl/debian/control (original)
+++ trunk/libclass-c3-componentised-perl/debian/control Thu Mar 13 12:01:20 2008
@@ -1,11 +1,10 @@
 Source: libclass-c3-componentised-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0), libmodule-install-perl
+Build-Depends: debhelper (>= 6.0.0), libmodule-install-perl
 Build-Depends-Indep: perl (>= 5.8.8-7), libclass-c3-perl, libclass-inspector-perl
-Maintainer: Debian Catalyst Maintainers <pkg-catalyst-maintainers at lists.alioth.debian.org>
-Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
-Standards-Version: 3.7.2
+Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>
+Standards-Version: 3.7.3
 
 Package: libclass-c3-componentised-perl
 Architecture: all

Modified: trunk/libclass-c3-componentised-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-c3-componentised-perl/debian/copyright?rev=17394&op=diff
==============================================================================
--- trunk/libclass-c3-componentised-perl/debian/copyright (original)
+++ trunk/libclass-c3-componentised-perl/debian/copyright Thu Mar 13 12:01:20 2008
@@ -7,6 +7,8 @@
 
 Matt S. Trout and the DBIx::Class team
 Pulled out into separate module by Ash Berlin <ash at cpan.org>.
+
+Copyright 2007-2008, DBIx::Class team, Ash Berlin.
 
 This program is free software, you can redistribute it and/or modify it under
 the same terms as Perl itself.

Modified: trunk/libclass-c3-componentised-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-c3-componentised-perl/debian/rules?rev=17394&op=diff
==============================================================================
--- trunk/libclass-c3-componentised-perl/debian/rules (original)
+++ trunk/libclass-c3-componentised-perl/debian/rules Thu Mar 13 12:01:20 2008
@@ -22,8 +22,6 @@
 build: build-stamp
 build-stamp:
 	dh_testdir
-
-	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) OPTIMIZE="-Wall -O2 -g"
 
@@ -32,10 +30,7 @@
 clean:
 	dh_testdir
 	dh_testroot
-
-	# Add commands to clean up after the build process here
 	[ ! -f Makefile ] || $(MAKE) realclean
-
 	dh_clean build-stamp install-stamp
 
 install: build install-stamp
@@ -43,15 +38,9 @@
 	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:
-	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
+	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
 
 	touch install-stamp
 
@@ -61,9 +50,6 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-#	dh_installcron
-#	dh_installmenu
-#	dh_installexamples
 	dh_installdocs README
 	dh_installchangelogs Changes
 	dh_perl

Modified: trunk/libclass-c3-componentised-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-c3-componentised-perl/debian/watch?rev=17394&op=diff
==============================================================================
--- trunk/libclass-c3-componentised-perl/debian/watch (original)
+++ trunk/libclass-c3-componentised-perl/debian/watch Thu Mar 13 12:01:20 2008
@@ -1,3 +1,2 @@
-# format version number, currently 2; this line is compulsory!
-version=2
-http://www.cpan.org/modules/by-module/Class/Class-C3-Componentised-(.*).(tar.gz|tar|tgz)
+version=3
+http://search.cpan.org/dist/Class-C3-Componentised/ .*/Class-C3-Componentised-v?(\d.+)\.(?:tar\.gz|tar|tgz)$




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