r14132 - in /trunk/libpar-dist-perl/debian: ./ changelog compat control copyright rules watch

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Mon Feb 4 12:30:16 UTC 2008


Author: eloy
Date: Mon Feb  4 12:30:16 2008
New Revision: 14132

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

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

Added: trunk/libpar-dist-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libpar-dist-perl/debian/changelog?rev=14132&op=file
==============================================================================
--- trunk/libpar-dist-perl/debian/changelog (added)
+++ trunk/libpar-dist-perl/debian/changelog Mon Feb  4 12:30:16 2008
@@ -1,0 +1,47 @@
+libpar-dist-perl (0.26-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Mon, 04 Feb 2008 13:27:40 +0100
+
+libpar-dist-perl (0.25-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Mon, 20 Aug 2007 14:16:17 +0200
+
+libpar-dist-perl (0.23-1) unstable; urgency=low
+
+  * New upstream release (closes: #393766)
+  * hijacking package for Catalyst team (Florian is member)
+  * debian/watch added
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Thu, 05 Jul 2007 14:35:42 +0200
+
+libpar-dist-perl (0.16-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Florian Ragwitz <rafl at debian.org>  Sun, 13 Aug 2006 12:27:43 +0200
+
+libpar-dist-perl (0.15-1) unstable; urgency=low
+
+  * New upstream release.
+  * Bump up Standards-Version to 3.7.2 (no changes).
+  * Use DH_COMPAT 5.
+
+ -- Florian Ragwitz <rafl at debian.org>  Thu, 10 Aug 2006 04:33:40 +0200
+
+libpar-dist-perl (0.08-1) unstable; urgency=low
+
+  * New upstream release.
+  * Updated upstream URI in debian/copyright.
+
+ -- Florian Ragwitz <rafl at debian.org>  Tue,  7 Mar 2006 17:09:29 +0100
+
+libpar-dist-perl (0.07-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Florian Ragwitz <rafl at debian.org>  Tue,  1 Nov 2005 18:28:31 +0100
+

Added: trunk/libpar-dist-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libpar-dist-perl/debian/compat?rev=14132&op=file
==============================================================================
--- trunk/libpar-dist-perl/debian/compat (added)
+++ trunk/libpar-dist-perl/debian/compat Mon Feb  4 12:30:16 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/libpar-dist-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libpar-dist-perl/debian/control?rev=14132&op=file
==============================================================================
--- trunk/libpar-dist-perl/debian/control (added)
+++ trunk/libpar-dist-perl/debian/control Mon Feb  4 12:30:16 2008
@@ -1,0 +1,18 @@
+Source: libpar-dist-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0)
+Build-Depends-Indep: perl (>= 5.8.0-7)
+Uploaders: Florian Ragwitz <rafl at debian.org>, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
+Maintainer: Debian Catalyst Maintainers <pkg-catalyst-maintainers at lists.alioth.debian.org>
+Standards-Version: 3.7.2
+
+Package: libpar-dist-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, 
+Description: perl module to create and manipulate PAR distributions
+ This module creates and manipulates PAR distributions. They are
+ architecture-specific PAR files, containing everything under blib/ of CPAN
+ distributions after their make or Build stage, a META.yml describing metadata
+ of the original CPAN distribution, and a MANIFEST detailing all files within
+ it. Digitally signed PAR distributions will also contain a SIGNATURE file.

Added: trunk/libpar-dist-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libpar-dist-perl/debian/copyright?rev=14132&op=file
==============================================================================
--- trunk/libpar-dist-perl/debian/copyright (added)
+++ trunk/libpar-dist-perl/debian/copyright Mon Feb  4 12:30:16 2008
@@ -1,0 +1,16 @@
+This package was debianized by Florian Ragwitz <florian at mookooh.org> on
+Mon, 30 May 2005 14:57:19 +0200.
+
+It was downloaded from: http://search.cpan.org/~smueller/PAR-Dist/
+
+The upstream author is: Autrijus Tang <autrijus at autrijus.org>
+
+Copyright 2003, 2004 by Autrijus Tang <autrijus at autrijus.org>.
+
+This program 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'.

Added: trunk/libpar-dist-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libpar-dist-perl/debian/rules?rev=14132&op=file
==============================================================================
--- trunk/libpar-dist-perl/debian/rules (added)
+++ trunk/libpar-dist-perl/debian/rules Mon Feb  4 12:30:16 2008
@@ -1,0 +1,55 @@
+#!/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
+	[ ! -f Makefile ] || $(MAKE) realclean
+	dh_clean build-stamp install-stamp
+
+install: build install-stamp
+install-stamp:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	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/libpar-dist-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libpar-dist-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libpar-dist-perl/debian/watch?rev=14132&op=file
==============================================================================
--- trunk/libpar-dist-perl/debian/watch (added)
+++ trunk/libpar-dist-perl/debian/watch Mon Feb  4 12:30:16 2008
@@ -1,0 +1,3 @@
+version=3
+http://search.cpan.org/dist/PAR-Dist/ .*/PAR-Dist-v?(\d.+)\.(?:tar\.gz|tar|tgz)$
+




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