r29621 - in /trunk/libparse-errorstring-perl-perl/debian: ./ changelog compat control copyright rules watch

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Jan 12 18:45:55 UTC 2009


Author: dmn
Date: Mon Jan 12 18:45:52 2009
New Revision: 29621

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

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

Added: trunk/libparse-errorstring-perl-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-errorstring-perl-perl/debian/changelog?rev=29621&op=file
==============================================================================
--- trunk/libparse-errorstring-perl-perl/debian/changelog (added)
+++ trunk/libparse-errorstring-perl-perl/debian/changelog Mon Jan 12 18:45:52 2009
@@ -1,0 +1,5 @@
+libparse-errorstring-perl-perl (0.11-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #511486)
+
+ -- Damyan Ivanov <dmn at debian.org>  Mon, 12 Jan 2009 20:35:49 +0200

Added: trunk/libparse-errorstring-perl-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-errorstring-perl-perl/debian/compat?rev=29621&op=file
==============================================================================
--- trunk/libparse-errorstring-perl-perl/debian/compat (added)
+++ trunk/libparse-errorstring-perl-perl/debian/compat Mon Jan 12 18:45:52 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libparse-errorstring-perl-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-errorstring-perl-perl/debian/control?rev=29621&op=file
==============================================================================
--- trunk/libparse-errorstring-perl-perl/debian/control (added)
+++ trunk/libparse-errorstring-perl-perl/debian/control Mon Jan 12 18:45:52 2009
@@ -1,0 +1,21 @@
+Source: libparse-errorstring-perl-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), libmodule-build-perl
+Build-Depends-Indep: libpod-pom-perl, libtest-differences-perl,
+  perl (>= 5.6.0-12), libclass-xsaccessor-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Damyan Ivanov <dmn at debian.org>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Parse-ErrorString-Perl/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libparse-errorstring-perl-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libparse-errorstring-perl-perl/
+
+Package: libparse-errorstring-perl-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libpod-pom-perl,
+  libclass-xsaccessor-perl
+Description: Perl module for parsing error messages from the perl interpreter
+ Parse::ErrorString::Perl is aimed primarily at those developing an integrated
+ development environments, allowing them to have a nice object oriented
+ interface to parsed error messges of the Perl interpreter.

Added: trunk/libparse-errorstring-perl-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-errorstring-perl-perl/debian/copyright?rev=29621&op=file
==============================================================================
--- trunk/libparse-errorstring-perl-perl/debian/copyright (added)
+++ trunk/libparse-errorstring-perl-perl/debian/copyright Mon Jan 12 18:45:52 2009
@@ -1,0 +1,32 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Petar Shangov <pshangov at yahoo.com>
+Upstream-Source: http://search.cpan.org/dist/Parse-ErrorString-Perl/
+Upstream-Name: Parse-ErrorString-Perl
+
+Files: *
+Copyright: 2008 Petar Shangov <pshangov at yahoo.com>, all rights reserved.
+License-Alias: Perl
+License: Artistic | GPL-1+
+ This program is free software; you can redistribute it and/or modify it under
+ the same terms as Perl itself.
+
+Files: debian/*
+Copyright: 2009, Damyan Ivanov <dmn at debian.org>
+License: Artistic | GPL-1+
+ Packaging of libparse-errorstring-perl-perl is free software; you can
+ redistribute it and/or modify it under the same terms as Perl itself.
+
+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/libparse-errorstring-perl-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-errorstring-perl-perl/debian/rules?rev=29621&op=file
==============================================================================
--- trunk/libparse-errorstring-perl-perl/debian/rules (added)
+++ trunk/libparse-errorstring-perl-perl/debian/rules Mon Jan 12 18:45:52 2009
@@ -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/libparse-errorstring-perl-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libparse-errorstring-perl-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-errorstring-perl-perl/debian/watch?rev=29621&op=file
==============================================================================
--- trunk/libparse-errorstring-perl-perl/debian/watch (added)
+++ trunk/libparse-errorstring-perl-perl/debian/watch Mon Jan 12 18:45:52 2009
@@ -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/Parse-ErrorString-Perl/   .*/Parse-ErrorString-Perl-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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