--- libsvn-svnlook-perl-0.04.orig/debian/copyright +++ libsvn-svnlook-perl-0.04/debian/copyright @@ -0,0 +1,17 @@ +This is the debian package for the SVN-SVNLook module. +It was created by Christoph Berg using dh-make-perl. + +It was downloaded from http://search.cpan.org/dist/SVN-SVNLook/ + +The upstream author is: Salvatore E. ScottoDiLuzio . + + +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'. --- libsvn-svnlook-perl-0.04.orig/debian/watch +++ libsvn-svnlook-perl-0.04/debian/watch @@ -0,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)$ --- libsvn-svnlook-perl-0.04.orig/debian/control +++ libsvn-svnlook-perl-0.04/debian/control @@ -0,0 +1,18 @@ +Source: libsvn-svnlook-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 5), libmodule-build-perl +Build-Depends-Indep: perl +Maintainer: Debian Perl Group +Standards-Version: 3.8.3 +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libsvn-svnlook-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libsvn-svnlook-perl/ +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. --- libsvn-svnlook-perl-0.04.orig/debian/rules +++ libsvn-svnlook-perl-0.04/debian/rules @@ -0,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 --- libsvn-svnlook-perl-0.04.orig/debian/compat +++ libsvn-svnlook-perl-0.04/debian/compat @@ -0,0 +1 @@ +5 --- libsvn-svnlook-perl-0.04.orig/debian/changelog +++ libsvn-svnlook-perl-0.04/debian/changelog @@ -0,0 +1,20 @@ +libsvn-svnlook-perl (0.04-2) unstable; urgency=low + + [ gregor herrmann ] + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza). + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ Christoph Berg ] + * Remove myself from uploaders. + * Remove versioned build-dependency on perl >= 5.6. + + -- Christoph Berg Thu, 10 Dec 2009 13:03:34 +0100 + +libsvn-svnlook-perl (0.04-1) unstable; urgency=low + + * Initial Release. + + -- Christoph Berg Thu, 26 Jun 2008 14:45:54 +0200