r22196 - in /trunk/libsvn-svnlook-perl/debian: ./ changelog compat control copyright rules watch

myon at users.alioth.debian.org myon at users.alioth.debian.org
Thu Jun 26 13:08:43 UTC 2008


Author: myon
Date: Thu Jun 26 13:08:43 2008
New Revision: 22196

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

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

Added: trunk/libsvn-svnlook-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-svnlook-perl/debian/changelog?rev=22196&op=file
==============================================================================
--- trunk/libsvn-svnlook-perl/debian/changelog (added)
+++ trunk/libsvn-svnlook-perl/debian/changelog Thu Jun 26 13:08:43 2008
@@ -1,0 +1,5 @@
+libsvn-svnlook-perl (0.04-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Christoph Berg <myon at debian.org>  Thu, 26 Jun 2008 14:45:54 +0200

Added: trunk/libsvn-svnlook-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-svnlook-perl/debian/compat?rev=22196&op=file
==============================================================================
--- trunk/libsvn-svnlook-perl/debian/compat (added)
+++ trunk/libsvn-svnlook-perl/debian/compat Thu Jun 26 13:08:43 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/libsvn-svnlook-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-svnlook-perl/debian/control?rev=22196&op=file
==============================================================================
--- trunk/libsvn-svnlook-perl/debian/control (added)
+++ trunk/libsvn-svnlook-perl/debian/control Thu Jun 26 13:08:43 2008
@@ -1,0 +1,17 @@
+Source: libsvn-svnlook-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5), libmodule-build-perl
+Build-Depends-Indep: perl (>= 5.6.10-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Christoph Berg <myon at debian.org>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/SVN-SVNLook/
+
+Package: libsvn-svnlook-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, subversion
+Description: Module to aid using svnlook in subversion hooks
+ SVN::SVNLook runs the command line client, svnlook. This module provides an
+ interface to retrieve information such as author, revision, date, and log
+ message.

Added: trunk/libsvn-svnlook-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-svnlook-perl/debian/copyright?rev=22196&op=file
==============================================================================
--- trunk/libsvn-svnlook-perl/debian/copyright (added)
+++ trunk/libsvn-svnlook-perl/debian/copyright Thu Jun 26 13:08:43 2008
@@ -1,0 +1,17 @@
+This is the debian package for the SVN-SVNLook module.
+It was created by Christoph Berg <myon at debian.org> using dh-make-perl.
+
+It was downloaded from http://search.cpan.org/dist/SVN-SVNLook/
+
+The upstream author is: Salvatore E. ScottoDiLuzio <sal.scotto at gmail.com>.
+
+
+Copyright 2005 Salvatore E. ScottoDiLuzio.  All Rights Reserved.
+
+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/libsvn-svnlook-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-svnlook-perl/debian/rules?rev=22196&op=file
==============================================================================
--- trunk/libsvn-svnlook-perl/debian/rules (added)
+++ trunk/libsvn-svnlook-perl/debian/rules Thu Jun 26 13:08:43 2008
@@ -1,0 +1,46 @@
+#!/usr/bin/make -f
+export PERL_MM_USE_DEFAULT=1
+
+PERL   ?= /usr/bin/perl
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	$(PERL) Build.PL installdirs=vendor
+	$(PERL) Build
+	$(PERL) Build test
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	dh_clean build-stamp install-stamp
+	[ ! -f Build ] || $(PERL) Build --allow_mb_mismatch 1 distclean
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	$(PERL) Build install destdir=$(TMP) create_packlist=0
+	touch $@
+
+binary-arch:
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README
+	dh_installchangelogs Changes
+	dh_perl
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install

Propchange: trunk/libsvn-svnlook-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libsvn-svnlook-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-svnlook-perl/debian/watch?rev=22196&op=file
==============================================================================
--- trunk/libsvn-svnlook-perl/debian/watch (added)
+++ trunk/libsvn-svnlook-perl/debian/watch Thu Jun 26 13:08:43 2008
@@ -1,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/SVN-SVNLook/   .*/SVN-SVNLook-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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