r26598 - in /trunk/libsvn-look-perl/debian: ./ changelog compat control copyright rules watch

angelabad-guest at users.alioth.debian.org angelabad-guest at users.alioth.debian.org
Mon Nov 3 11:50:51 UTC 2008


Author: angelabad-guest
Date: Mon Nov  3 11:50:48 2008
New Revision: 26598

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

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

Added: trunk/libsvn-look-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-look-perl/debian/changelog?rev=26598&op=file
==============================================================================
--- trunk/libsvn-look-perl/debian/changelog (added)
+++ trunk/libsvn-look-perl/debian/changelog Mon Nov  3 11:50:48 2008
@@ -1,0 +1,5 @@
+libsvn-look-perl (0.12.442-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #504004)
+
+ -- Angel Abad (Ikusnet SLL) <angel at grupoikusnet.com>  Mon, 3 Nov 2008 10:47:19 +0100

Added: trunk/libsvn-look-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-look-perl/debian/compat?rev=26598&op=file
==============================================================================
--- trunk/libsvn-look-perl/debian/compat (added)
+++ trunk/libsvn-look-perl/debian/compat Mon Nov  3 11:50:48 2008
@@ -1,0 +1,1 @@
+7

Added: trunk/libsvn-look-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-look-perl/debian/control?rev=26598&op=file
==============================================================================
--- trunk/libsvn-look-perl/debian/control (added)
+++ trunk/libsvn-look-perl/debian/control Mon Nov  3 11:50:48 2008
@@ -1,0 +1,24 @@
+Source: libsvn-look-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.10-12), subversion
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Angel Abad (Ikusnet SLL) <angel at grupoikusnet.com>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/SVN-Look/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libsvn-look-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-look-perl/
+
+Package: libsvn-look-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, subversion
+Description:  A caching wrapper aroung the svnlook command
+ The svnlook command is the workhorse of Subversion hook scripts,
+ being used to gather all sorts of information about a repository, its 
+ revisions, and its transactions. This script provides a simple object
+ oriented interface to a specific svnlook invocation, to make it
+ easier to hook writers to get and use the information they
+ need. Moreover, all the information gathered buy calling the svnlook 
+ command is cached in the object, avoiding repetitious calls.
+

Added: trunk/libsvn-look-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-look-perl/debian/copyright?rev=26598&op=file
==============================================================================
--- trunk/libsvn-look-perl/debian/copyright (added)
+++ trunk/libsvn-look-perl/debian/copyright Mon Nov  3 11:50:48 2008
@@ -1,0 +1,34 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Gustavo Chaves <gnustavo at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/SVN-Look
+Upstream-Name: SVN-Look
+
+Files: *
+Copyright: Copyright 2008, CPqD (http://www.cpqd.com.br/)
+License: GPL-3+
+
+Files: lib/*
+Copyright: Copyright 2008, Gustavo Chaves <gnustavo at cpan.org>
+License: GPL-3+
+
+Files: debian/*
+Copyright: Copyright 2008, Angel Abad (Ikusnet SLL) <angel at grupoikusnet.com>
+License: GPL-3+
+
+License: GPL-3+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ can be found in /usr/share/common-licenses/GPL-3 file.

Added: trunk/libsvn-look-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-look-perl/debian/rules?rev=26598&op=file
==============================================================================
--- trunk/libsvn-look-perl/debian/rules (added)
+++ trunk/libsvn-look-perl/debian/rules Mon Nov  3 11:50:48 2008
@@ -1,0 +1,23 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	dh build
+	touch $@
+
+clean:
+	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+binary-arch:
+
+binary-indep: install
+	dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

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

Added: trunk/libsvn-look-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-look-perl/debian/watch?rev=26598&op=file
==============================================================================
--- trunk/libsvn-look-perl/debian/watch (added)
+++ trunk/libsvn-look-perl/debian/watch Mon Nov  3 11:50:48 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-Look/   .*/SVN-Look-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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