r24116 - in /trunk/libdata-report-perl/debian: ./ changelog compat control copyright rules watch

angelabad-guest at users.alioth.debian.org angelabad-guest at users.alioth.debian.org
Mon Aug 11 11:21:56 UTC 2008


Author: angelabad-guest
Date: Mon Aug 11 11:21:54 2008
New Revision: 24116

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

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

Added: trunk/libdata-report-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-report-perl/debian/changelog?rev=24116&op=file
==============================================================================
--- trunk/libdata-report-perl/debian/changelog (added)
+++ trunk/libdata-report-perl/debian/changelog Mon Aug 11 11:21:54 2008
@@ -1,0 +1,19 @@
+libdata-report-perl (0.07-2) UNRELEASED; urgency=low
+
+  * NOT RELEASED YET
+
+ -- Angel Abad (Ikusnet SLL) <angel at grupoikusnet.com>  Wed, 06 Aug 2008 13:31:57 +0200
+
+libdata-report-perl (0.07-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/copyright: fix long line
+  * debian/copyright: update copyright note
+
+ -- Angel Abad (Ikusnet SLL) <angel at grupoikusnet.com>  Wed, 06 Aug 2008 13:23:49 +0200
+
+libdata-report-perl (0.06-1) unstable; urgency=low
+
+  * Initial Release (closes: #488975).
+
+ -- Angel Abad (Ikusnet SLL) <angel at grupoikusnet.com>  Thu, 08 Nov 2007 11:53:20 +0100

Added: trunk/libdata-report-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-report-perl/debian/compat?rev=24116&op=file
==============================================================================
--- trunk/libdata-report-perl/debian/compat (added)
+++ trunk/libdata-report-perl/debian/compat Mon Aug 11 11:21:54 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/libdata-report-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-report-perl/debian/control?rev=24116&op=file
==============================================================================
--- trunk/libdata-report-perl/debian/control (added)
+++ trunk/libdata-report-perl/debian/control Mon Aug 11 11:21:54 2008
@@ -1,0 +1,17 @@
+Source: libdata-report-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0), libmodule-build-perl
+Build-Depends-Indep: perl (>= 5.8.8-11.1)
+Maintainer: Angel Abad (Ikusnet SLL) <angel at grupoikusnet.com>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Data-Report/
+
+Package: libdata-report-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description: Framework for flexible reporting
+ Data::Report is a flexible, plugin-driven reporting framework. It
+ makes it easy to define reports that can be produced in text, HTML and
+ CSV. Textual ornaments like extra empty lines, dashed lines, and cell
+ lines can be added in a way similar to HTML style sheets.

Added: trunk/libdata-report-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-report-perl/debian/copyright?rev=24116&op=file
==============================================================================
--- trunk/libdata-report-perl/debian/copyright (added)
+++ trunk/libdata-report-perl/debian/copyright Mon Aug 11 11:21:54 2008
@@ -1,0 +1,20 @@
+This is the debian package for the Data-Report module.
+It was created by Angel Abad (Ikusnet SLL) <angel at grupoikusnet.com>.
+
+It was downloaded from http://search.cpan.org/dist/Data-Report/
+
+The upstream author is: Johan Vromans <jvromans at squirrel.nl>.
+
+Copyright: 2006,2008 Squirrel Consultancy, all rights reserved.
+
+This library is free software; you can redistribute it and/or
+modify it 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'.
+
+The Debian packaging is (C) 2007, Angel Abad (Ikusnet SLL) 
+<angel at grupoikusnet.com> and is licensed under the same terms as the software
+itself (see above).

Added: trunk/libdata-report-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-report-perl/debian/rules?rev=24116&op=file
==============================================================================
--- trunk/libdata-report-perl/debian/rules (added)
+++ trunk/libdata-report-perl/debian/rules Mon Aug 11 11:21:54 2008
@@ -1,0 +1,77 @@
+#!/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)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	# Add commands to compile the package here
+	$(PERL) Build.PL installdirs=vendor
+	$(PERL) Build
+	$(PERL) Build test
+
+	touch build-stamp
+
+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 distclean
+
+install: build install-stamp
+install-stamp:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+
+	# Add commands to install the package into debian/$PACKAGE_NAME here
+	$(PERL) Build install destdir=$(TMP) create_packlist=0
+
+	touch install-stamp
+
+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
+	dh_installchangelogs Changes
+	dh_perl
+	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/libdata-report-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libdata-report-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-report-perl/debian/watch?rev=24116&op=file
==============================================================================
--- trunk/libdata-report-perl/debian/watch (added)
+++ trunk/libdata-report-perl/debian/watch Mon Aug 11 11:21:54 2008
@@ -1,0 +1,3 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+http://search.cpan.org/dist/Data-Report/ .*/Data-Report-([\.\d]+)\.(?:tar\.gz|tar|tgz)$




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