r6615 - in /trunk/libb-keywords-perl/debian: ./ changelog compat control copyright rules watch

joeyh at users.alioth.debian.org joeyh at users.alioth.debian.org
Wed Aug 15 01:13:42 UTC 2007


Author: joeyh
Date: Wed Aug 15 01:13:42 2007
New Revision: 6615

URL: http://svn.debian.org/wsvn/?sc=1&rev=6615
Log:
debianisation

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

Added: trunk/libb-keywords-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libb-keywords-perl/debian/changelog?rev=6615&op=file
==============================================================================
--- trunk/libb-keywords-perl/debian/changelog (added)
+++ trunk/libb-keywords-perl/debian/changelog Wed Aug 15 01:13:42 2007
@@ -1,0 +1,5 @@
+libb-keywords-perl (1.06-1) unstable; urgency=low
+
+  * First release.
+
+ -- Joey Hess <joeyh at debian.org>  Tue, 14 Aug 2007 20:44:42 -0400

Added: trunk/libb-keywords-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libb-keywords-perl/debian/compat?rev=6615&op=file
==============================================================================
--- trunk/libb-keywords-perl/debian/compat (added)
+++ trunk/libb-keywords-perl/debian/compat Wed Aug 15 01:13:42 2007
@@ -1,0 +1,1 @@
+5

Added: trunk/libb-keywords-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libb-keywords-perl/debian/control?rev=6615&op=file
==============================================================================
--- trunk/libb-keywords-perl/debian/control (added)
+++ trunk/libb-keywords-perl/debian/control Wed Aug 15 01:13:42 2007
@@ -1,0 +1,18 @@
+Source: libb-keywords-perl
+Section: perl
+Priority: optional
+Build-Depends-Indep: perl (>= 5.8)
+Build-Depends: debhelper (>= 5)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Joey Hess <joeyh at debian.org>
+Standards-Version: 3.7.2
+XS-Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libb-keywords-perl
+XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libb-keywords-perl/
+
+Package: libb-keywords-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: lists of internal perl keywords
+ The B::Keywords perl module provides lists of internal keywords of the
+ perl programming language. It can be used as an adjunct to the B perl
+ module by programs that parse and analyze perl code.

Added: trunk/libb-keywords-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libb-keywords-perl/debian/copyright?rev=6615&op=file
==============================================================================
--- trunk/libb-keywords-perl/debian/copyright (added)
+++ trunk/libb-keywords-perl/debian/copyright Wed Aug 15 01:13:42 2007
@@ -1,0 +1,11 @@
+This is a Debian prepackaged version of the B::Keywords perl module
+
+This package was put together by Joey Hess <joeyh at debian.org>, using
+sources from CPAN, http://www.cpan.org/
+
+The following copyright applies to this package:
+
+    Copyright 2007, Joshua ben Jore. All rights reserved.
+
+(Those terms are either of the Artistic license or the GPL; both licenses
+can be found in full in /usr/share/common-licenses/)

Added: trunk/libb-keywords-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libb-keywords-perl/debian/rules?rev=6615&op=file
==============================================================================
--- trunk/libb-keywords-perl/debian/rules (added)
+++ trunk/libb-keywords-perl/debian/rules Wed Aug 15 01:13:42 2007
@@ -1,0 +1,39 @@
+#!/usr/bin/make -f
+
+build:
+	dh_testdir
+	perl Makefile.PL INSTALLDIRS=vendor
+	$(MAKE)
+	$(MAKE) test
+
+clean:
+	dh_testdir
+	dh_testroot
+	if [ -e Makefile ]; then $(MAKE) realclean; fi
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs usr/lib
+	$(MAKE) install PREFIX=$(CURDIR)/debian/`dh_listpackages`/usr
+
+binary-arch: build install
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installchangelogs Changes
+	dh_link
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_perl
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install

Propchange: trunk/libb-keywords-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libb-keywords-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libb-keywords-perl/debian/watch?rev=6615&op=file
==============================================================================
--- trunk/libb-keywords-perl/debian/watch (added)
+++ trunk/libb-keywords-perl/debian/watch Wed Aug 15 01:13:42 2007
@@ -1,0 +1,2 @@
+version=2
+http://backpan.perl.org/authors/id/J/JJ/JJORE/B-Keywords-([\d.]+)\.tar\.gz




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