r21214 - in /trunk/libdevel-cover-perl/debian: ./ changelog compat control copyright rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jun 15 13:36:02 UTC 2008


Author: gregoa
Date: Sun Jun 15 13:36:02 2008
New Revision: 21214

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=21214
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libdevel-cover-perl/debian/
    trunk/libdevel-cover-perl/debian/changelog
    trunk/libdevel-cover-perl/debian/compat
    trunk/libdevel-cover-perl/debian/control
    trunk/libdevel-cover-perl/debian/copyright
    trunk/libdevel-cover-perl/debian/rules   (with props)

Added: trunk/libdevel-cover-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-cover-perl/debian/changelog?rev=21214&op=file
==============================================================================
--- trunk/libdevel-cover-perl/debian/changelog (added)
+++ trunk/libdevel-cover-perl/debian/changelog Sun Jun 15 13:36:02 2008
@@ -1,0 +1,58 @@
+libdevel-cover-perl (0.64-0.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * New upstream release:
+    + Now correctly builds with Perl5.10 (Closes: #463539)
+
+ -- Marc 'HE' Brockschmidt <he at debian.org>  Fri, 09 May 2008 11:41:13 +0200
+
+libdevel-cover-perl (0.61-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Florian Ragwitz <rafl at debian.org>  Fri, 23 Feb 2007 10:06:11 +0100
+
+libdevel-cover-perl (0.59-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Florian Ragwitz <rafl at debian.org>  Wed, 23 Aug 2006 13:13:40 +0200
+
+libdevel-cover-perl (0.58-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Florian Ragwitz <rafl at debian.org>  Mon,  7 Aug 2006 13:22:09 +0200
+
+libdevel-cover-perl (0.57-1) unstable; urgency=low
+
+  * New upstream release.
+    + Incoporates all dpatches. Removing them therefor.
+  * Added (build-)dependency to libppi-html-perl | perltidy for syntax highlighting.
+
+ -- Florian Ragwitz <rafl at debian.org>  Thu,  3 Aug 2006 18:50:06 +0200
+
+libdevel-cover-perl (0.55-2) unstable; urgency=low
+
+  * Rebuild against latest perl (Closes: #370663).
+  * Use more secure permissions for the cover_db (Closes: #362015).
+    + Added debian/patches/cover_db_permissions.dpatch.
+    + Build-Depend on dpatch.
+    + Adjusted debian/rules to use dpatch.
+  * Make a dpatch out of the patch that fixes the realclean target, which was
+    directly in the diff.gz before.
+  * Bump up Standards-Version to 3.7.2 (no changes).
+  * Build-Depend on libpod-coverage-perl to run Pod::Coverage and
+    Pod::Coverage::CountParents tests during the build.
+  * Suggest libpod-coverage-perl and libtest-differences-perl. Those aren't
+    strictly required but quite usefull to a) get pod coverage information and
+    b) to have a nice output telling you why a test failed.
+
+ -- Florian Ragwitz <rafl at debian.org>  Wed,  7 Jun 2006 14:12:32 +0200
+
+libdevel-cover-perl (0.55-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Florian Ragwitz <rafl at debian.org>  Tue,  6 Jun 2006 13:46:49 +0200
+

Added: trunk/libdevel-cover-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-cover-perl/debian/compat?rev=21214&op=file
==============================================================================
--- trunk/libdevel-cover-perl/debian/compat (added)
+++ trunk/libdevel-cover-perl/debian/compat Sun Jun 15 13:36:02 2008
@@ -1,0 +1,1 @@
+4

Added: trunk/libdevel-cover-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-cover-perl/debian/control?rev=21214&op=file
==============================================================================
--- trunk/libdevel-cover-perl/debian/control (added)
+++ trunk/libdevel-cover-perl/debian/control Sun Jun 15 13:36:02 2008
@@ -1,0 +1,30 @@
+Source: libdevel-cover-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 4.0.2), perl (>= 5.8.0-7), libpod-coverage-perl, libppi-html-perl (>= 1.05) | perltidy (>= 20060719)
+Maintainer: Florian Ragwitz <rafl at debian.org>
+Standards-Version: 3.7.2
+
+Package: libdevel-cover-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Suggests: libpod-coverage-perl, libtest-differences-perl, libppi-html-perl (>= 1.05) | perltidy (>= 20060719)
+Description: Code coverage metrics for Perl
+ Code coverage data are collected using a pluggable runops function which
+ counts how many times each op is executed. These data are then mapped back to
+ reality using the B compiler modules. There is also a statement profiling
+ facility which needs a better backend to be really useful.
+ .
+ The cover program can be used to generate coverage reports.
+ .
+ Statement, branch, condition, subroutine, pod and time coverage information is
+ reported. Statement coverage data should be reasonable, although there may be
+ some statements which are not reported. Branch and condition coverage data
+ should be mostly accurate too, although not always what one might initially
+ expect. Subroutine coverage should be as accurate as statement coverage. Pod
+ coverage comes from Pod::Coverage. If Pod::Coverage::CountParents is available
+ it will be used instead. Coverage data for path coverage are not yet
+ collected.
+ .
+ The gcov2perl program can be used to convert gcov files to Devel::Cover
+ databases.

Added: trunk/libdevel-cover-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-cover-perl/debian/copyright?rev=21214&op=file
==============================================================================
--- trunk/libdevel-cover-perl/debian/copyright (added)
+++ trunk/libdevel-cover-perl/debian/copyright Sun Jun 15 13:36:02 2008
@@ -1,0 +1,16 @@
+This is the debian package for the Devel-Cover module.
+It was created by Florian Ragwitz <rafl at debian.org> using dh-make-perl.
+
+It was downloaded from http://search.cpan.org/~pjcj/Devel-Cover/
+
+The upstream author is Paul Johnson
+
+Copyright 2001-2005, Paul Johnson <pjcj at cpan.org>
+
+This software is free. It is licensed under the same terms as Perl itself.
+
+
+Perl is distributed under your choice of the GNU General Public License or
+the Artistic License.  On Debian GNU/Linux systems, the complete text of the
+GNU General Public License can be found in `/usr/share/common-licenses/GPL'
+and the Artistic Licence in `/usr/share/common-licenses/Artistic'.

Added: trunk/libdevel-cover-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-cover-perl/debian/rules?rev=21214&op=file
==============================================================================
--- trunk/libdevel-cover-perl/debian/rules (added)
+++ trunk/libdevel-cover-perl/debian/rules Sun Jun 15 13:36:02 2008
@@ -1,0 +1,69 @@
+#!/usr/bin/make -f
+
+export PERL_MM_USE_DEFAULT=1
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+TMP     =$(CURDIR)/debian/$(PACKAGE)
+
+# Allow disabling build optimation by setting noopt in
+# $DEB_BUILD_OPTIONS
+CFLAGS = -Wall -g
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+        CFLAGS += -O0
+else
+        CFLAGS += -O2
+endif
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	[ ! -f Makefile ] || $(MAKE) realclean
+	dh_clean build-stamp install-stamp
+
+install: build install-stamp
+install-stamp:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	$(MAKE) test
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	[ ! -d $(TMP)/usr/share/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/share/perl5
+	touch install-stamp
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs BUGS TODO
+	dh_installchangelogs CHANGES
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_perl 
+	dh_shlibdeps
+	dh_gencontrol
+	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

Propchange: trunk/libdevel-cover-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




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