r29858 - in /trunk/libcatalyst-perl/debian: changelog compat control rules

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Tue Jan 20 10:35:29 UTC 2009


Author: eloy
Date: Tue Jan 20 10:35:26 2009
New Revision: 29858

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29858
Log:
  * Update to debhelper 7, use simple example as debian/rules
  * debian/control:
   + Standards-Version updated to 3.8.0 (without changes)
   + Package moved to Debian Perl Group repo


Modified:
    trunk/libcatalyst-perl/debian/changelog
    trunk/libcatalyst-perl/debian/compat
    trunk/libcatalyst-perl/debian/control
    trunk/libcatalyst-perl/debian/rules

Modified: trunk/libcatalyst-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-perl/debian/changelog?rev=29858&op=diff
==============================================================================
--- trunk/libcatalyst-perl/debian/changelog (original)
+++ trunk/libcatalyst-perl/debian/changelog Tue Jan 20 10:35:26 2009
@@ -1,6 +1,10 @@
 libcatalyst-perl (5.71000-1) UNRELEASED; urgency=low
 
-  * (NOT RELEASED YET) New upstream release
+  * New upstream release
+  * Update to debhelper 7, use simple example as debian/rules
+  * debian/control:
+   + Standards-Version updated to 3.8.0 (without changes)
+   + Package moved to Debian Perl Group repo
 
  -- Krzysztof Krzyżaniak (eloy) <eloy at debian.org>  Tue, 20 Jan 2009 11:29:25 +0100
 

Modified: trunk/libcatalyst-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-perl/debian/compat?rev=29858&op=diff
==============================================================================
--- trunk/libcatalyst-perl/debian/compat (original)
+++ trunk/libcatalyst-perl/debian/compat Tue Jan 20 10:35:26 2009
@@ -1,1 +1,1 @@
-6
+7

Modified: trunk/libcatalyst-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-perl/debian/control?rev=29858&op=diff
==============================================================================
--- trunk/libcatalyst-perl/debian/control (original)
+++ trunk/libcatalyst-perl/debian/control Tue Jan 20 10:35:26 2009
@@ -1,7 +1,7 @@
 Source: libcatalyst-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.8.0-7), libfile-slurp-perl, 
  libextutils-autoinstall-perl, libdata-dump-perl, libtest-pod-perl (>= 1.14),
  libclass-inspector-perl, libtest-pod-coverage-perl (>= 1.04), 
@@ -12,9 +12,9 @@
  libmime-types-perl, libfile-copy-recursive-perl, libtest-nowarnings-perl, 
  libfcgi-procmanager-perl, libcgi-simple-perl, libmodule-pluggable-perl, 
  libclass-c3-perl, libparent-perl
-Maintainer: Debian Catalyst Maintainers <pkg-catalyst-maintainers at lists.alioth.debian.org>
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Florian Ragwitz <rafl at debian.org>, Krzysztof Krzyżaniak (eloy) <eloy at debian.org>
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 
 Package: libcatalyst-perl
 Architecture: all

Modified: trunk/libcatalyst-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-perl/debian/rules?rev=29858&op=diff
==============================================================================
--- trunk/libcatalyst-perl/debian/rules (original)
+++ trunk/libcatalyst-perl/debian/rules Tue Jan 20 10:35:26 2009
@@ -1,64 +1,23 @@
 #!/usr/bin/make -f
-
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
-export PERL_MM_USE_DEFAULT=1
-
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP     =$(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
 build-stamp:
-	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor -skipdeps
-	$(MAKE) OPTIMIZE="-Wall -O2 -g"
-	touch build-stamp
+	dh build
+	touch $@
 
 clean:
-	dh_testdir
-	dh_testroot
-	[ ! -f Makefile ] || $(MAKE) distclean
-	dh_clean build-stamp install-stamp
+	dh $@
 
-install: build install-stamp
-install-stamp:
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	$(MAKE) test
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	mv $(TMP)/usr/share/perl5/Catalyst/Manual.pm\
-		$(TMP)/usr/share/perl5/Catalyst/Manual/Runtime.pm
-	mv $(TMP)/usr/share/man/man3/Catalyst::Manual.3pm\
-		$(TMP)/usr/share/man/man3/Catalyst::Manual::Runtime.3pm
-	touch install-stamp
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
 
 binary-arch:
-# We have nothing to do by default.
 
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-#	dh_installexamples
-	dh_installdocs
-	dh_installchangelogs Changes
-	dh_perl
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+binary-indep: install
+	dh $@
 
-source diff:                                                                  
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+binary: binary-arch binary-indep
 
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+.PHONY: binary binary-arch binary-indep install clean build




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