[med-svn] r3157 - trunk/packages/libbio-graphics-perl/trunk/debian
plessy at alioth.debian.org
plessy at alioth.debian.org
Sun Mar 8 07:59:50 UTC 2009
Author: plessy
Date: 2009-03-08 07:59:50 +0000 (Sun, 08 Mar 2009)
New Revision: 3157
Added:
trunk/packages/libbio-graphics-perl/trunk/debian/docs
trunk/packages/libbio-graphics-perl/trunk/debian/examples
Modified:
trunk/packages/libbio-graphics-perl/trunk/debian/changelog
trunk/packages/libbio-graphics-perl/trunk/debian/rules
Log:
Refreshed build system with dh-make-perl 0.52.
Modified: trunk/packages/libbio-graphics-perl/trunk/debian/changelog
===================================================================
--- trunk/packages/libbio-graphics-perl/trunk/debian/changelog 2009-03-08 07:55:44 UTC (rev 3156)
+++ trunk/packages/libbio-graphics-perl/trunk/debian/changelog 2009-03-08 07:59:50 UTC (rev 3157)
@@ -4,6 +4,8 @@
- Adds including capacities in the configuration files.
- New object: Bio::Graphics::Glyph::hybrid_plot.
* debian/copyright: incremented year and added new holder.
+ * Refreshed build system with dh-make-perl 0.52.
+ (debian/rules, debian/examples, debian/docs)
-- Charles Plessy <plessy at debian.org> Sun, 08 Mar 2009 16:30:17 +0900
Added: trunk/packages/libbio-graphics-perl/trunk/debian/docs
===================================================================
--- trunk/packages/libbio-graphics-perl/trunk/debian/docs (rev 0)
+++ trunk/packages/libbio-graphics-perl/trunk/debian/docs 2009-03-08 07:59:50 UTC (rev 3157)
@@ -0,0 +1 @@
+README
Added: trunk/packages/libbio-graphics-perl/trunk/debian/examples
===================================================================
--- trunk/packages/libbio-graphics-perl/trunk/debian/examples (rev 0)
+++ trunk/packages/libbio-graphics-perl/trunk/debian/examples 2009-03-08 07:59:50 UTC (rev 3157)
@@ -0,0 +1 @@
+eg/*
Modified: trunk/packages/libbio-graphics-perl/trunk/debian/rules
===================================================================
--- trunk/packages/libbio-graphics-perl/trunk/debian/rules 2009-03-08 07:55:44 UTC (rev 3156)
+++ trunk/packages/libbio-graphics-perl/trunk/debian/rules 2009-03-08 07:59:50 UTC (rev 3157)
@@ -1,64 +1,23 @@
#!/usr/bin/make -f
-# This debian/rules file is provided as a template for normal perl
-# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
-# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
-# be used freely wherever it is useful.
-#
-# It was later modified by Jason Kohles <email at jasonkohles.com>
-# http://www.jasonkohles.com/ to support Module::Build installed modules
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# 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
-
-PERL ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP = $(CURDIR)/debian/$(PACKAGE)
-
build: build-stamp
build-stamp:
- dh_testdir
- # Add commands to compile the package here
- $(PERL) Build.PL installdirs=vendor
- $(PERL) Build
- $(PERL) Build test
+ dh build
touch $@
clean:
- dh_testdir
- dh_testroot
- dh_clean build-stamp install-stamp
- # Add commands to clean up after the build process here
- [ ! -f Build ] || $(PERL) Build --allow_mb_mismatch 1 distclean
+ dh $@
install: install-stamp
install-stamp: build-stamp
- dh_testdir
- dh_testroot
- dh_clean -k
- # Add commands to install the package into $(TMP) here
- $(PERL) Build install destdir=$(TMP) create_packlist=0
+ dh install
touch $@
binary-arch:
-# We have nothing to do here for an architecture-independent package
-binary-indep: build install
- dh_testdir
- dh_testroot
- dh_installdocs README
- dh_installexamples eg/*
- dh_installchangelogs Changes
- dh_perl
- dh_compress
- dh_fixperms
- dh_installdeb
- dh_gencontrol
- dh_md5sums
- dh_builddeb
+binary-indep: install
+ dh $@
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build
More information about the debian-med-commit
mailing list