r22858 - in /trunk/libtest-tap-htmlmatrix-perl/debian: changelog compat control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jul 6 12:38:01 UTC 2008


Author: gregoa
Date: Sun Jul  6 12:38:00 2008
New Revision: 22858

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=22858
Log:
NEEDS: Petal::Utils (not in debian)

* Set debhelper compatibility level to 5.
* Make (build) dependency on libtest-tap-model-perl versioned.
* Add (build) dependency on libpetal-utils-perl.
* Set Standards-Version to 3.8.0 (no changes).
* Refresh debian/rules, no functional changes; install new upstream
  changelog and new example script.

Modified:
    trunk/libtest-tap-htmlmatrix-perl/debian/changelog
    trunk/libtest-tap-htmlmatrix-perl/debian/compat
    trunk/libtest-tap-htmlmatrix-perl/debian/control
    trunk/libtest-tap-htmlmatrix-perl/debian/rules

Modified: trunk/libtest-tap-htmlmatrix-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-tap-htmlmatrix-perl/debian/changelog?rev=22858&op=diff
==============================================================================
--- trunk/libtest-tap-htmlmatrix-perl/debian/changelog (original)
+++ trunk/libtest-tap-htmlmatrix-perl/debian/changelog Sun Jul  6 12:38:00 2008
@@ -1,5 +1,7 @@
 libtest-tap-htmlmatrix-perl (0.09-1) UNRELEASED; urgency=low
 
+  NEEDS: Petal::Utils (not in debian)
+  
   * Take over for the Debian Perl Group with maintainer's permission
     (http://lists.debian.org/debian-perl/2008/06/msg00039.html)
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
@@ -12,6 +14,12 @@
 
   * New upstream release.
   * debian/copyright: point to author-independent upstream source location.
+  * Set debhelper compatibility level to 5.
+  * Make (build) dependency on libtest-tap-model-perl versioned.
+  * Add (build) dependency on libpetal-utils-perl.
+  * Set Standards-Version to 3.8.0 (no changes).
+  * Refresh debian/rules, no functional changes; install new upstream
+    changelog and new example script.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 15 Jun 2008 17:40:40 +0200
 

Modified: trunk/libtest-tap-htmlmatrix-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-tap-htmlmatrix-perl/debian/compat?rev=22858&op=diff
==============================================================================
--- trunk/libtest-tap-htmlmatrix-perl/debian/compat (original)
+++ trunk/libtest-tap-htmlmatrix-perl/debian/compat Sun Jul  6 12:38:00 2008
@@ -1,1 +1,1 @@
-4
+5

Modified: trunk/libtest-tap-htmlmatrix-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-tap-htmlmatrix-perl/debian/control?rev=22858&op=diff
==============================================================================
--- trunk/libtest-tap-htmlmatrix-perl/debian/control (original)
+++ trunk/libtest-tap-htmlmatrix-perl/debian/control Sun Jul  6 12:38:00 2008
@@ -1,18 +1,20 @@
 Source: libtest-tap-htmlmatrix-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 4.0.2), libmodule-build-perl
-Build-Depends-Indep: perl (>= 5.8.0-7), libtest-tap-model-perl, libpetal-perl, liburi-perl
+Build-Depends: debhelper (>= 5), libmodule-build-perl
+Build-Depends-Indep: perl (>= 5.8.0-7), libtest-tap-model-perl (>= 0.8),
+ libpetal-perl, libpetal-utils-perl, liburi-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Florian Ragwitz <rafl at debianforum.de>
-Standards-Version: 3.6.2
+Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/Test-TAP-HTMLMatrix/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-tap-htmlmatrix-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-tap-htmlmatrix-perl/
 
 Package: libtest-tap-htmlmatrix-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libtest-tap-model-perl, libpetal-perl, liburi-perl
+Depends: ${perl:Depends}, ${misc:Depends}, libtest-tap-model-perl (>= 0.8),
+ libpetal-perl, libpetal-utils-perl, liburi-perl
 Description:  Creates colorful matrix of Test::Harness
  This module is a wrapper for a template and some visualization classes, that
  knows to take a Test::TAP::Model object, which encapsulates test results,

Modified: trunk/libtest-tap-htmlmatrix-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-tap-htmlmatrix-perl/debian/rules?rev=22858&op=diff
==============================================================================
--- trunk/libtest-tap-htmlmatrix-perl/debian/rules (original)
+++ trunk/libtest-tap-htmlmatrix-perl/debian/rules Sun Jul  6 12:38:00 2008
@@ -1,45 +1,54 @@
 #!/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
 
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP     =$(CURDIR)/debian/$(PACKAGE)
+PERL   ?= /usr/bin/perl
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
 build-stamp:
 	dh_testdir
 	$(PERL) Build.PL installdirs=vendor
-	OPTIMIZE="-Wall -O2 -g" $(PERL) Build
-	touch build-stamp
+	$(PERL) Build
+	$(PERL) Build test
+	touch $@
 
 clean:
 	dh_testdir
 	dh_testroot
-	[ ! -f Build ] || $(PERL) Build distclean
 	dh_clean build-stamp install-stamp
+	[ ! -f Build ] || $(PERL) Build --allow_mb_mismatch 1 distclean
 
-install: build install-stamp
-install-stamp:
+install: install-stamp
+install-stamp: build-stamp
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-	$(PERL) Build test
-	$(PERL) Build install destdir=$(TMP)
-	touch install-stamp
+	$(PERL) Build install destdir=$(TMP) create_packlist=0
+	touch $@
 
 binary-arch:
-# We have nothing to do by default.
+# We have nothing to do here for an architecture-independent package
 
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installdocs 
-	dh_installchangelogs 
+	dh_installexamples example.pl
+	dh_installdocs
+	dh_installchangelogs Changes
 	dh_perl
 	dh_compress
 	dh_fixperms
@@ -48,8 +57,5 @@
 	dh_md5sums
 	dh_builddeb
 
-source diff:                                                                  
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
-
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+.PHONY: build clean binary-indep binary-arch binary install




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