r67009 - in /trunk/libdevel-checklib-perl/debian: ./ changelog compat control copyright libdevel-checklib-perl.docs rules source/ source/format watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Jan 5 10:24:28 UTC 2011


Author: gregoa
Date: Wed Jan  5 10:24:20 2011
New Revision: 67009

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

Added:
    trunk/libdevel-checklib-perl/debian/
    trunk/libdevel-checklib-perl/debian/changelog
    trunk/libdevel-checklib-perl/debian/compat
    trunk/libdevel-checklib-perl/debian/control
    trunk/libdevel-checklib-perl/debian/copyright
    trunk/libdevel-checklib-perl/debian/libdevel-checklib-perl.docs
    trunk/libdevel-checklib-perl/debian/rules   (with props)
    trunk/libdevel-checklib-perl/debian/source/
    trunk/libdevel-checklib-perl/debian/source/format
    trunk/libdevel-checklib-perl/debian/watch

Added: trunk/libdevel-checklib-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-checklib-perl/debian/changelog?rev=67009&op=file
==============================================================================
--- trunk/libdevel-checklib-perl/debian/changelog (added)
+++ trunk/libdevel-checklib-perl/debian/changelog Wed Jan  5 10:24:20 2011
@@ -1,0 +1,5 @@
+libdevel-checklib-perl (0.92-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- gregor herrmann <gregoa at debian.org>  Wed, 5 Jan 2011 09:46:49 +0100

Added: trunk/libdevel-checklib-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-checklib-perl/debian/compat?rev=67009&op=file
==============================================================================
--- trunk/libdevel-checklib-perl/debian/compat (added)
+++ trunk/libdevel-checklib-perl/debian/compat Wed Jan  5 10:24:20 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libdevel-checklib-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-checklib-perl/debian/control?rev=67009&op=file
==============================================================================
--- trunk/libdevel-checklib-perl/debian/control (added)
+++ trunk/libdevel-checklib-perl/debian/control Wed Jan  5 10:24:20 2011
@@ -1,0 +1,18 @@
+Source: libdevel-checklib-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libio-captureoutput-perl, perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/Devel-CheckLib/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdevel-checklib-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdevel-checklib-perl/
+
+Package: libdevel-checklib-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: module for checking that the availability of a library
+ Devel::CheckLib is a perl module that checks whether a particular C library
+ and its headers are available.

Added: trunk/libdevel-checklib-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-checklib-perl/debian/copyright?rev=67009&op=file
==============================================================================
--- trunk/libdevel-checklib-perl/debian/copyright (added)
+++ trunk/libdevel-checklib-perl/debian/copyright Wed Jan  5 10:24:20 2011
@@ -1,0 +1,29 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Yasuhiro Matsumoto <mattn.jp at gmail.com>
+Source: http://search.cpan.org/dist/Devel-CheckLib/
+Name: Devel-CheckLib
+
+Files: *
+Copyright: 2007, David Cantrell
+ 2007, David Golden
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, gregor herrmann <gregoa 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 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 systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libdevel-checklib-perl/debian/libdevel-checklib-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-checklib-perl/debian/libdevel-checklib-perl.docs?rev=67009&op=file
==============================================================================
--- trunk/libdevel-checklib-perl/debian/libdevel-checklib-perl.docs (added)
+++ trunk/libdevel-checklib-perl/debian/libdevel-checklib-perl.docs Wed Jan  5 10:24:20 2011
@@ -1,0 +1,1 @@
+TODO

Added: trunk/libdevel-checklib-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-checklib-perl/debian/rules?rev=67009&op=file
==============================================================================
--- trunk/libdevel-checklib-perl/debian/rules (added)
+++ trunk/libdevel-checklib-perl/debian/rules Wed Jan  5 10:24:20 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libdevel-checklib-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libdevel-checklib-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-checklib-perl/debian/source/format?rev=67009&op=file
==============================================================================
--- trunk/libdevel-checklib-perl/debian/source/format (added)
+++ trunk/libdevel-checklib-perl/debian/source/format Wed Jan  5 10:24:20 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libdevel-checklib-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-checklib-perl/debian/watch?rev=67009&op=file
==============================================================================
--- trunk/libdevel-checklib-perl/debian/watch (added)
+++ trunk/libdevel-checklib-perl/debian/watch Wed Jan  5 10:24:20 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Devel-CheckLib/   .*/Devel-CheckLib-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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