r21392 - in /trunk/libpetal-perl/debian: ./ changelog compat control copyright rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jun 15 14:48:55 UTC 2008


Author: gregoa
Date: Sun Jun 15 14:48:54 2008
New Revision: 21392

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

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

Added: trunk/libpetal-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpetal-perl/debian/changelog?rev=21392&op=file
==============================================================================
--- trunk/libpetal-perl/debian/changelog (added)
+++ trunk/libpetal-perl/debian/changelog Sun Jun 15 14:48:54 2008
@@ -1,0 +1,44 @@
+libpetal-perl (2.18-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS with Perl 5.10.  Closes: #468001 
+
+ -- Mark Hymers <mhy at debian.org>  Sat, 05 Apr 2008 17:10:00 +0100
+
+libpetal-perl (2.18-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Florian Ragwitz <rafl at debian.org>  Sat, 28 Jan 2006 11:15:57 +0100
+
+libpetal-perl (2.17-1) unstable; urgency=low
+
+  * New upstream version.
+  * Updated Maintainer address.
+
+ -- Florian Ragwitz <rafl at debian.org>  Mon, 31 Oct 2005 14:22:22 +0100
+
+libpetal-perl (2.16-1) unstable; urgency=low
+
+  * New upstream version.
+  * New Maintainer (Closes: #307073).
+  * Updated Standards-Version.
+  * Moved debhelper dependency to build-depends because it's needed for the
+    clean target.
+  * Added right bug number to changelog entry of version 2.05-1.
+
+ -- Florian Ragwitz <rafl at debianforum.de>  Tue, 16 Aug 2005 13:21:19 +0200
+
+libpetal-perl (2.05-2) unstable; urgency=low
+
+  * QA Group upload orphaning this package
+  * debian/control: fixed typo in package description (closes: #300011)
+
+ -- Andrew Pollock <apollock at debian.org>  Sun, 12 Jun 2005 22:00:26 +1000
+
+libpetal-perl (2.05-1) unstable; urgency=low
+
+  * Initial release. (Closes: #247869)
+
+ -- Matt Kern <matt at debian.org>  Fri,  7 May 2004 16:27:02 +0100
+

Added: trunk/libpetal-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpetal-perl/debian/compat?rev=21392&op=file
==============================================================================
--- trunk/libpetal-perl/debian/compat (added)
+++ trunk/libpetal-perl/debian/compat Sun Jun 15 14:48:54 2008
@@ -1,0 +1,1 @@
+4

Added: trunk/libpetal-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpetal-perl/debian/control?rev=21392&op=file
==============================================================================
--- trunk/libpetal-perl/debian/control (added)
+++ trunk/libpetal-perl/debian/control Sun Jun 15 14:48:54 2008
@@ -1,0 +1,18 @@
+Source: libpetal-perl
+Section: perl
+Priority: optional
+Maintainer: Florian Ragwitz <rafl at debian.org>
+Build-Depends: debhelper (>= 4.1)
+Build-Depends-Indep: perl (>= 5.6.0-16), libmkdoc-xml-perl (>= 0.70-1)
+Standards-Version: 3.6.2
+
+Package: libpetal-perl
+Architecture: all
+Depends: ${perl:Depends}, libmkdoc-xml-perl (>=0.70-1)
+Description: Perl Template Attribute Language - TAL for perl
+ Petal is an XML based templating engine that is able to process any kind of
+ XML, XHTML and HTML.
+ .
+ Petal borrows a lot of good ideas from the Zope Page Templates TAL
+ specification, it is very well suited for the creation of WYSIWYG XHTML
+ editable templates.

Added: trunk/libpetal-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpetal-perl/debian/copyright?rev=21392&op=file
==============================================================================
--- trunk/libpetal-perl/debian/copyright (added)
+++ trunk/libpetal-perl/debian/copyright Sun Jun 15 14:48:54 2008
@@ -1,0 +1,30 @@
+This package was debianised by Matt Kern <matt at debian.org> on
+Fri, 07 May 2004 16:30:42 +0100.
+
+It was downloaded from CPAN: http://search.cpan.org/~bpostle/Petal/
+
+Copyright:
+
+  This module free software and is distributed under the
+  same license as Perl itself.
+
+  Copyright (C) 2003 MKDoc Holdings Ltd.
+
+  Authors: Jean-Michel Hiver <jhiver at mkdoc.com>, 
+           Fergal Daly <fergal at esatclear.ie>,
+           and others.
+
+Applicable portion of Perl copyright:
+
+  This program is free software; you can redistribute it and/or modify
+  it under the terms of either:
+
+  a) the GNU General Public License as published by the Free Software
+     Foundation; either version 1, or (at your option) any later
+     version, or
+
+  b) the "Artistic License" which comes with Perl.
+
+  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/libpetal-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpetal-perl/debian/rules?rev=21392&op=file
==============================================================================
--- trunk/libpetal-perl/debian/rules (added)
+++ trunk/libpetal-perl/debian/rules Sun Jun 15 14:48:54 2008
@@ -1,0 +1,56 @@
+#!/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)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) OPTIMIZE="-Wall -O2 -g"
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	-$(MAKE) distclean
+	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/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents $(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
+	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/libpetal-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




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