r65610 - in /trunk/libgit-wrapper-perl/debian: ./ changelog compat control copyright rules source/ source/format watch

diocles at users.alioth.debian.org diocles at users.alioth.debian.org
Wed Dec 8 22:42:42 UTC 2010


Author: diocles
Date: Wed Dec  8 22:42:31 2010
New Revision: 65610

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

Added:
    trunk/libgit-wrapper-perl/debian/
    trunk/libgit-wrapper-perl/debian/changelog
    trunk/libgit-wrapper-perl/debian/compat
    trunk/libgit-wrapper-perl/debian/control
    trunk/libgit-wrapper-perl/debian/copyright
    trunk/libgit-wrapper-perl/debian/rules   (with props)
    trunk/libgit-wrapper-perl/debian/source/
    trunk/libgit-wrapper-perl/debian/source/format
    trunk/libgit-wrapper-perl/debian/watch

Added: trunk/libgit-wrapper-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgit-wrapper-perl/debian/changelog?rev=65610&op=file
==============================================================================
--- trunk/libgit-wrapper-perl/debian/changelog (added)
+++ trunk/libgit-wrapper-perl/debian/changelog Wed Dec  8 22:42:31 2010
@@ -1,0 +1,5 @@
+libgit-wrapper-perl (0.014-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Tim Retout <diocles at debian.org>  Wed, 8 Dec 2010 21:17:57 +0000

Added: trunk/libgit-wrapper-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgit-wrapper-perl/debian/compat?rev=65610&op=file
==============================================================================
--- trunk/libgit-wrapper-perl/debian/compat (added)
+++ trunk/libgit-wrapper-perl/debian/compat Wed Dec  8 22:42:31 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libgit-wrapper-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgit-wrapper-perl/debian/control?rev=65610&op=file
==============================================================================
--- trunk/libgit-wrapper-perl/debian/control (added)
+++ trunk/libgit-wrapper-perl/debian/control Wed Dec  8 22:42:31 2010
@@ -1,0 +1,20 @@
+Source: libgit-wrapper-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libfile-pushd-perl, libtest-deep-perl, perl, git, libtest-pod-perl, libtest-pod-coverage-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Tim Retout <diocles at debian.org>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/Git-Wrapper/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libgit-wrapper-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libgit-wrapper-perl/
+
+Package: libgit-wrapper-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libfile-pushd-perl, perl, git
+Description: wrap git(7) command-line interface
+ Git::Wrapper provides an API for git(7) that uses Perl data structures for
+ argument passing, instead of CLI-style --options as Git does.
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: trunk/libgit-wrapper-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgit-wrapper-perl/debian/copyright?rev=65610&op=file
==============================================================================
--- trunk/libgit-wrapper-perl/debian/copyright (added)
+++ trunk/libgit-wrapper-perl/debian/copyright Wed Dec  8 22:42:31 2010
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Hans Dieter Pearcey <hdp at cpan.org>, Chris Prather <chris at prather.org>
+Source: http://search.cpan.org/dist/Git-Wrapper/
+Name: Git-Wrapper
+
+Files: *
+Copyright: Hans Dieter Pearcey <hdp at cpan.org>, Chris Prather <chris at prather.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Tim Retout <diocles at debian.org>
+License: Artistic or GPL-1+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian GNU/Linux systems, the complete text of the Artistic License
+ can be found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ 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 1, or (at your option)
+ any later version.
+ .
+ On Debian GNU/Linux systems, the complete text of version 1 of the
+ General Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libgit-wrapper-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgit-wrapper-perl/debian/rules?rev=65610&op=file
==============================================================================
--- trunk/libgit-wrapper-perl/debian/rules (added)
+++ trunk/libgit-wrapper-perl/debian/rules Wed Dec  8 22:42:31 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libgit-wrapper-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libgit-wrapper-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgit-wrapper-perl/debian/source/format?rev=65610&op=file
==============================================================================
--- trunk/libgit-wrapper-perl/debian/source/format (added)
+++ trunk/libgit-wrapper-perl/debian/source/format Wed Dec  8 22:42:31 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libgit-wrapper-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgit-wrapper-perl/debian/watch?rev=65610&op=file
==============================================================================
--- trunk/libgit-wrapper-perl/debian/watch (added)
+++ trunk/libgit-wrapper-perl/debian/watch Wed Dec  8 22:42:31 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Git-Wrapper/   .*/Git-Wrapper-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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