r55239 - in /trunk/libtest-reporter-perl/debian: ./ changelog compat control copyright rules watch

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Thu Apr 1 11:27:56 UTC 2010


Author: ansgar-guest
Date: Thu Apr  1 11:27:43 2010
New Revision: 55239

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

Added:
    trunk/libtest-reporter-perl/debian/
    trunk/libtest-reporter-perl/debian/changelog
    trunk/libtest-reporter-perl/debian/compat
    trunk/libtest-reporter-perl/debian/control
    trunk/libtest-reporter-perl/debian/copyright
    trunk/libtest-reporter-perl/debian/rules   (with props)
    trunk/libtest-reporter-perl/debian/watch

Added: trunk/libtest-reporter-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-reporter-perl/debian/changelog?rev=55239&op=file
==============================================================================
--- trunk/libtest-reporter-perl/debian/changelog (added)
+++ trunk/libtest-reporter-perl/debian/changelog Thu Apr  1 11:27:43 2010
@@ -1,0 +1,38 @@
+libtest-reporter-perl (1.27-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules: Don't FTBFS when perl is smart enough not to create
+    empty dirs. (Closes: #467972)
+
+ -- Marc 'HE' Brockschmidt <he at debian.org>  Sat, 05 Apr 2008 19:16:01 +0200
+
+libtest-reporter-perl (1.27-3) unstable; urgency=low
+
+  * New maintainer (closes: #333195).
+
+ -- Víctor Pérez Pereira <vperez at debianvenezuela.org>  Fri, 24 Feb 2006 21:09:31 -0400
+
+libtest-reporter-perl (1.27-2) unstable; urgency=low
+
+  * QA Group upload orphaning this package
+
+ -- Andrew Pollock <apollock at debian.org>  Thu, 27 Oct 2005 16:37:16 +1000
+
+libtest-reporter-perl (1.27-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Marc 'HE' Brockschmidt <he at debian.org>  Sat, 22 Jan 2005 12:46:10 +0100
+
+libtest-reporter-perl (1.25-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Marc 'HE' Brockschmidt <he at debian.org>  Sun,  9 Jan 2005 19:35:45 +0100
+
+libtest-reporter-perl (1.20-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Marc 'HE' Brockschmidt <he at debian.org>  Tue, 13 Apr 2004 15:20:19 +0200
+

Added: trunk/libtest-reporter-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-reporter-perl/debian/compat?rev=55239&op=file
==============================================================================
--- trunk/libtest-reporter-perl/debian/compat (added)
+++ trunk/libtest-reporter-perl/debian/compat Thu Apr  1 11:27:43 2010
@@ -1,0 +1,1 @@
+4

Added: trunk/libtest-reporter-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-reporter-perl/debian/control?rev=55239&op=file
==============================================================================
--- trunk/libtest-reporter-perl/debian/control (added)
+++ trunk/libtest-reporter-perl/debian/control Thu Apr  1 11:27:43 2010
@@ -1,0 +1,17 @@
+Source: libtest-reporter-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 4.0.2)
+Build-Depends-Indep: perl (>= 5.8.0-7)
+Maintainer: Víctor Pérez Pereira <vperez at debianvenezuela.org>
+Standards-Version: 3.6.2
+
+Package: libtest-reporter-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, perl-modules (>= 5.8) | libnet-perl,  
+Description: sends test results to cpan-testers at perl.org
+ libtest-reporter-perl reports the test results of any given
+ distribution to the CPAN testing service. See 
+ http://testers.cpan.org/ for details.
+ .
+ Test::Reporter has wide support for various perl5's and platforms.

Added: trunk/libtest-reporter-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-reporter-perl/debian/copyright?rev=55239&op=file
==============================================================================
--- trunk/libtest-reporter-perl/debian/copyright (added)
+++ trunk/libtest-reporter-perl/debian/copyright Thu Apr  1 11:27:43 2010
@@ -1,0 +1,19 @@
+This is the debian package for the Test::Reporter module.
+It was created by Marc 'HE' Brockschmidt <he at debian.org>.
+It is currently maintained by
+Víctor Pérez Pereira <vperez at debianvenezuela.org>
+
+The upstream authors are Adam J. Foxson <afoxson at pobox.com>, with much
+deserved credit to Kirrily "Skud" Robert <skud at cpan.org>, and Kurt
+Starsinic <Kurt.Starsinic at isinet.com> for predecessor
+versions (CPAN::Test::Reporter, and cpantest respectively).
+
+Copyright (c) 2003 Adam J. Foxson. All rights reserved.
+
+This program is free software; you may redistribute it and/or modify it
+under the same terms as Perl itself.
+
+On Debian systems the complete text of the GPL and Artistic
+licenses can be found at:
+        /usr/share/common-licenses/GPL and
+        /usr/share/common-licenses/Artistic

Added: trunk/libtest-reporter-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-reporter-perl/debian/rules?rev=55239&op=file
==============================================================================
--- trunk/libtest-reporter-perl/debian/rules (added)
+++ trunk/libtest-reporter-perl/debian/rules Thu Apr  1 11:27:43 2010
@@ -1,0 +1,87 @@
+#!/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.
+
+# 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)
+
+# 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
+
+	# Add commands to compile the package here
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) OPTIMIZE="$(CFLAGS)"
+	
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+
+	# Add commands to clean up after the build process here
+	-$(MAKE) distclean
+	
+	dh_clean build-stamp install-stamp
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+
+	#$(MAKE) test
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	
+	# As this is a architecture independent package, we are not supposed to install
+	# stuff to /usr/lib. MakeMaker creates the dirs, we delete them from the deb:
+	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
+
+	touch install-stamp
+
+binary-arch:
+# We have nothing to do by default.
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README
+	dh_installchangelogs Changes
+	dh_perl
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	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/libtest-reporter-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libtest-reporter-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-reporter-perl/debian/watch?rev=55239&op=file
==============================================================================
--- trunk/libtest-reporter-perl/debian/watch (added)
+++ trunk/libtest-reporter-perl/debian/watch Thu Apr  1 11:27:43 2010
@@ -1,0 +1,2 @@
+version=2
+http://search.cpan.org/CPAN/authors/id/R/RS/RSOD/Test-Reporter-(\d+\.\d+)\.tar\.gz




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