r34863 - in /trunk/libmodule-build-perl/debian: changelog control rules
ryan52-guest at users.alioth.debian.org
ryan52-guest at users.alioth.debian.org
Wed May 6 06:02:31 UTC 2009
Author: ryan52-guest
Date: Wed May 6 06:02:25 2009
New Revision: 34863
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=34863
Log:
* move config_data from /usr/bin/ to /usr/share/libmodule-build-perl/
* remove .packlist files
Modified:
trunk/libmodule-build-perl/debian/changelog
trunk/libmodule-build-perl/debian/control
trunk/libmodule-build-perl/debian/rules
Modified: trunk/libmodule-build-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/debian/changelog?rev=34863&op=diff
==============================================================================
--- trunk/libmodule-build-perl/debian/changelog (original)
+++ trunk/libmodule-build-perl/debian/changelog Wed May 6 06:02:25 2009
@@ -1,10 +1,4 @@
libmodule-build-perl (0.3300-1) UNRELEASED; urgency=low
-
- ON HOLD:
- + libpod-readme-perl missing, will file ITP
- + lib-test-harness 3.16 not installed yet
- TODO:
- + create_packlist=0 and check if scripts/ are installed by the new rules
[ Antonio Radici ]
* New upstream release
@@ -30,8 +24,10 @@
* New upstream release
* Add myself to Uploaders
* Debian Policy 3.8.1
-
- -- Ryan Niebur <ryanryan52 at gmail.com> Tue, 05 May 2009 22:40:06 -0700
+ * move config_data from /usr/bin/ to /usr/share/libmodule-build-perl/
+ * remove .packlist files
+
+ -- Ryan Niebur <ryanryan52 at gmail.com> Tue, 05 May 2009 22:57:43 -0700
libmodule-build-perl (0.3000-1) unstable; urgency=low
Modified: trunk/libmodule-build-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/debian/control?rev=34863&op=diff
==============================================================================
--- trunk/libmodule-build-perl/debian/control (original)
+++ trunk/libmodule-build-perl/debian/control Wed May 6 06:02:25 2009
@@ -5,7 +5,7 @@
Uploaders: Jay Bonci <jaybonci at debian.org>, Niko Tyni <ntyni at debian.org>,
gregor herrmann <gregor+debian at comodo.priv.at>, Damyan Ivanov <dmn at debian.org>,
Antonio Radici <antonio at dyne.org>, Ryan Niebur <ryanryan52 at gmail.com>
-Build-Depends: debhelper (>= 7), quilt (>= 0.40)
+Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.40)
Build-Depends-Indep: perl (>= 5.6.0-16), libyaml-perl,
libextutils-cbuilder-perl, libextutils-parsexs-perl, libarchive-tar-perl,
libpar-dist-perl (>= 0.17), libversion-perl, libarchive-zip-perl,
@@ -18,7 +18,7 @@
Package: libmodule-build-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libarchive-tar-perl, libyaml-perl, libextutils-parsexs-perl
-Recommends: libextutils-cbuilder-perl, libversion-perl
+Recommends: libextutils-cbuilder-perl, libversion-perl, libpod-readme-perl
Suggests: libpar-dist-perl (>= 0.17)
Description: Subclassable and make-independent perl module builder alternative
Module::Build is a system for building, testing, and installing Perl modules.
Modified: trunk/libmodule-build-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/debian/rules?rev=34863&op=diff
==============================================================================
--- trunk/libmodule-build-perl/debian/rules (original)
+++ trunk/libmodule-build-perl/debian/rules Wed May 6 06:02:25 2009
@@ -10,10 +10,21 @@
clean: unpatch
dh $@
+PACKAGE=$(shell dh_listpackages)
+BASEDIR=$(CURDIR)/debian/$(PACKAGE)
+
install: install-stamp
install-stamp: build-stamp
dh install
+ # scripts/config_data is installed in /usr/share/libmodule-build-perl
+ # for historical reasons (?)
touch $@
+
+override_dh_auto_install:
+ dh_auto_install
+ mkdir -p $(BASEDIR)/usr/share/$(PACKAGE)
+ [ ! -f $(BASEDIR)/usr/share/$(PACKAGE)/config_data ] || mv $(BASEDIR)/usr/bin/config_data $(BASEDIR)/usr/share/$(PACKAGE)/
+ find $(BASEDIR) -type f -name .packlist | xargs rm -f
binary-arch:
More information about the Pkg-perl-cvs-commits
mailing list