r65400 - in /trunk/libc-scan-perl/debian: ./ changelog clean compat control copyright rules source/ source/format watch

roam-guest at users.alioth.debian.org roam-guest at users.alioth.debian.org
Mon Nov 29 15:33:07 UTC 2010


Author: roam-guest
Date: Mon Nov 29 15:32:58 2010
New Revision: 65400

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

Added:
    trunk/libc-scan-perl/debian/
    trunk/libc-scan-perl/debian/changelog
    trunk/libc-scan-perl/debian/clean
    trunk/libc-scan-perl/debian/compat
    trunk/libc-scan-perl/debian/control
    trunk/libc-scan-perl/debian/copyright
    trunk/libc-scan-perl/debian/rules   (with props)
    trunk/libc-scan-perl/debian/source/
    trunk/libc-scan-perl/debian/source/format
    trunk/libc-scan-perl/debian/watch

Added: trunk/libc-scan-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libc-scan-perl/debian/changelog?rev=65400&op=file
==============================================================================
--- trunk/libc-scan-perl/debian/changelog (added)
+++ trunk/libc-scan-perl/debian/changelog Mon Nov 29 15:32:58 2010
@@ -1,0 +1,7 @@
+libc-scan-perl (0.74-1) UNRELEASED; urgency=low
+
+  TODO: clarify the licensing terms with the author
+
+  * Initial Release.  Closes: #605393.
+
+ -- Peter Pentchev <roam at ringlet.net>  Mon, 29 Nov 2010 12:42:45 +0200

Added: trunk/libc-scan-perl/debian/clean
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libc-scan-perl/debian/clean?rev=65400&op=file
==============================================================================
--- trunk/libc-scan-perl/debian/clean (added)
+++ trunk/libc-scan-perl/debian/clean Mon Nov 29 15:32:58 2010
@@ -1,0 +1,1 @@
+.test

Added: trunk/libc-scan-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libc-scan-perl/debian/compat?rev=65400&op=file
==============================================================================
--- trunk/libc-scan-perl/debian/compat (added)
+++ trunk/libc-scan-perl/debian/compat Mon Nov 29 15:32:58 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libc-scan-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libc-scan-perl/debian/control?rev=65400&op=file
==============================================================================
--- trunk/libc-scan-perl/debian/control (added)
+++ trunk/libc-scan-perl/debian/control Mon Nov 29 15:32:58 2010
@@ -1,0 +1,19 @@
+Source: libc-scan-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), perl, libdata-flow-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Peter Pentchev <roam at ringlet.net>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/C-Scan/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libc-scan-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libc-scan-perl/
+
+Package: libc-scan-perl
+Architecture: any
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
+Description: Perl extension for scanning C sources for common constructs
+ The C::Scan module performs fast, accurate scanning of C source code.
+ It provides an object interface for accessing information about
+ a particular C source file.
+ (from a PerlMonks review by Steven Knight)

Added: trunk/libc-scan-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libc-scan-perl/debian/copyright?rev=65400&op=file
==============================================================================
--- trunk/libc-scan-perl/debian/copyright (added)
+++ trunk/libc-scan-perl/debian/copyright Mon Nov 29 15:32:58 2010
@@ -1,0 +1,41 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Ilya Zakharevich <ilya at math.ohio-state.edu>,
+	Hugo van der Sanden <hv at crypt0.demon.co.uk>
+Source: http://search.cpan.org/dist/C-Scan/
+Name: C-Scan
+
+Files: *
+Copyright: Ilya Zakharevich <ilya at math.ohio-state.edu>
+License-Alias: Perl
+License: Artistic | GPL-1+
+ In the previous incarnation of the libc-scan-perl Debian package,
+ the maintainer had put this in the copyright file:
+ .
+ Ilya has stated:
+ All the stuff I release is distributed on the "same as Perl" basis, so
+ this holds.
+ .
+ I (Peter Pentchev) am about to check this, since the C-Scan distribution
+ itself lacks any author or copyright statements apart from a short note
+ by Hugo van der Sanden in the README file.
+
+Files: debian/*
+Copyright: 2010, Peter Pentchev <roam at ringlet.net>
+License-Alias: Perl
+License: Artistic | 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/libc-scan-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libc-scan-perl/debian/rules?rev=65400&op=file
==============================================================================
--- trunk/libc-scan-perl/debian/rules (added)
+++ trunk/libc-scan-perl/debian/rules Mon Nov 29 15:32:58 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libc-scan-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libc-scan-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libc-scan-perl/debian/source/format?rev=65400&op=file
==============================================================================
--- trunk/libc-scan-perl/debian/source/format (added)
+++ trunk/libc-scan-perl/debian/source/format Mon Nov 29 15:32:58 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libc-scan-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libc-scan-perl/debian/watch?rev=65400&op=file
==============================================================================
--- trunk/libc-scan-perl/debian/watch (added)
+++ trunk/libc-scan-perl/debian/watch Mon Nov 29 15:32:58 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/C-Scan/   .*/C-Scan-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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