r30438 - in /trunk/libcatalyst-perl/debian: changelog rules
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Tue Feb 3 16:58:45 UTC 2009
Author: gregoa
Date: Tue Feb 3 16:58:40 2009
New Revision: 30438
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=30438
Log:
debian/rules: rename Manual.pm and Catalyst::Manual.3pm to
Manual/Runtime.pm and Catalyst::Manual::Runtime.3pm respectiveley, as it
was done in versiones before 5.71000-1; the original files are also in
libcatalyst-manual-perl; thanks to Ralf Treinen for the bug report
(closes: #513971).
Modified:
trunk/libcatalyst-perl/debian/changelog
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=30438&op=diff
==============================================================================
--- trunk/libcatalyst-perl/debian/changelog (original)
+++ trunk/libcatalyst-perl/debian/changelog Tue Feb 3 16:58:40 2009
@@ -1,3 +1,13 @@
+libcatalyst-perl (5.71000-2) UNRELEASED; urgency=low
+
+ * debian/rules: rename Manual.pm and Catalyst::Manual.3pm to
+ Manual/Runtime.pm and Catalyst::Manual::Runtime.3pm respectiveley, as it
+ was done in versiones before 5.71000-1; the original files are also in
+ libcatalyst-manual-perl; thanks to Ralf Treinen for the bug report
+ (closes: #513971).
+
+ -- gregor herrmann <gregoa at debian.org> Tue, 03 Feb 2009 17:47:42 +0100
+
libcatalyst-perl (5.71000-1) unstable; urgency=low
* New upstream release
Modified: trunk/libcatalyst-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-perl/debian/rules?rev=30438&op=diff
==============================================================================
--- trunk/libcatalyst-perl/debian/rules (original)
+++ trunk/libcatalyst-perl/debian/rules Tue Feb 3 16:58:40 2009
@@ -1,4 +1,7 @@
#!/usr/bin/make -f
+
+PACKAGE = $(shell dh_listpackages)
+TMP = $(CURDIR)/debian/$(PACKAGE)
build: build-stamp
build-stamp:
@@ -10,7 +13,12 @@
install: install-stamp
install-stamp: build-stamp
- dh install
+ dh install --until dh_auto_install
+ 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
+ dh install --after dh_auto_install
touch $@
binary-arch:
More information about the Pkg-perl-cvs-commits
mailing list