r51821 - in /trunk/libextutils-cchecker-perl/debian: ./ changelog compat control copyright libextutils-cchecker-perl.docs rules watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Jan 30 04:03:25 UTC 2010


Author: jawnsy-guest
Date: Sat Jan 30 04:03:17 2010
New Revision: 51821

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

Added:
    trunk/libextutils-cchecker-perl/debian/
    trunk/libextutils-cchecker-perl/debian/changelog
    trunk/libextutils-cchecker-perl/debian/compat
    trunk/libextutils-cchecker-perl/debian/control
    trunk/libextutils-cchecker-perl/debian/copyright
    trunk/libextutils-cchecker-perl/debian/libextutils-cchecker-perl.docs
    trunk/libextutils-cchecker-perl/debian/rules   (with props)
    trunk/libextutils-cchecker-perl/debian/watch

Added: trunk/libextutils-cchecker-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-cchecker-perl/debian/changelog?rev=51821&op=file
==============================================================================
--- trunk/libextutils-cchecker-perl/debian/changelog (added)
+++ trunk/libextutils-cchecker-perl/debian/changelog Sat Jan 30 04:03:17 2010
@@ -1,0 +1,5 @@
+libextutils-cchecker-perl (0.02-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Fri, 29 Jan 2010 23:03:46 -0500

Added: trunk/libextutils-cchecker-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-cchecker-perl/debian/compat?rev=51821&op=file
==============================================================================
--- trunk/libextutils-cchecker-perl/debian/compat (added)
+++ trunk/libextutils-cchecker-perl/debian/compat Sat Jan 30 04:03:17 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libextutils-cchecker-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-cchecker-perl/debian/control?rev=51821&op=file
==============================================================================
--- trunk/libextutils-cchecker-perl/debian/control (added)
+++ trunk/libextutils-cchecker-perl/debian/control Sat Jan 30 04:03:17 2010
@@ -1,0 +1,30 @@
+Source: libextutils-cchecker-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), perl (>= 5.10) | libmodule-build-perl
+Build-Depends-Indep: perl (>= 5.9.4), libtest-exception-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>
+Standards-Version: 3.8.3
+Homepage: http://search.cpan.org/dist/ExtUtils-CChecker/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libextutils-cchecker-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libextutils-cchecker-perl/
+
+Package: libextutils-cchecker-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.9.3)
+Description: configure-time utilities for using C headers, libraries, or OS features
+ Often Perl modules are written to wrap functionallity found in existing C
+ headers, libraries, or to use OS-specific features. It is useful in the
+ Build.PL or Makefile.PL file to check for the existance of these requirements
+ before attempting to actually build the module.
+ .
+ Objects in this class provide an extension around ExtUtils::CBuilder to
+ simplify the creation of a .c file, compiling, linking and running it, to
+ test if a certain feature is present.
+ .
+ It may also be necessary to search for the correct library to link against,
+ or for the right include directories to find header files in. This class also
+ provides assistance here.
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: trunk/libextutils-cchecker-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-cchecker-perl/debian/copyright?rev=51821&op=file
==============================================================================
--- trunk/libextutils-cchecker-perl/debian/copyright (added)
+++ trunk/libextutils-cchecker-perl/debian/copyright Sat Jan 30 04:03:17 2010
@@ -1,0 +1,36 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Paul Evans <leonerd at leonerd.org.uk>
+Source: http://search.cpan.org/dist/ExtUtils-CChecker/
+Name: ExtUtils-CChecker
+DISCLAIMER: This copyright info was automatically extracted 
+ from the perl module. It may not be accurate, so you better 
+ check the module sources in order to ensure the module for its 
+ inclusion in Debian or for general legal information. Please, 
+ if licensing information is incorrectly generated, file a bug 
+ on dh-make-perl.
+ NOTE: Don't forget to remove this disclaimer once you are happy
+ with this file.
+
+Files: *
+Copyright: Paul Evans <leonerd at leonerd.org.uk>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Jonathan Yu <jawnsy at cpan.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 the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libextutils-cchecker-perl/debian/libextutils-cchecker-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-cchecker-perl/debian/libextutils-cchecker-perl.docs?rev=51821&op=file
==============================================================================
--- trunk/libextutils-cchecker-perl/debian/libextutils-cchecker-perl.docs (added)
+++ trunk/libextutils-cchecker-perl/debian/libextutils-cchecker-perl.docs Sat Jan 30 04:03:17 2010
@@ -1,0 +1,1 @@
+README

Added: trunk/libextutils-cchecker-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-cchecker-perl/debian/rules?rev=51821&op=file
==============================================================================
--- trunk/libextutils-cchecker-perl/debian/rules (added)
+++ trunk/libextutils-cchecker-perl/debian/rules Sat Jan 30 04:03:17 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libextutils-cchecker-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libextutils-cchecker-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-cchecker-perl/debian/watch?rev=51821&op=file
==============================================================================
--- trunk/libextutils-cchecker-perl/debian/watch (added)
+++ trunk/libextutils-cchecker-perl/debian/watch Sat Jan 30 04:03:17 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/ExtUtils-CChecker/   .*/ExtUtils-CChecker-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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