r44514 - in /trunk/libconvert-color-perl/debian: ./ changelog compat control copyright libconvert-color-perl.examples rules watch

mxey-guest at users.alioth.debian.org mxey-guest at users.alioth.debian.org
Mon Sep 21 14:50:39 UTC 2009


Author: mxey-guest
Date: Mon Sep 21 14:50:33 2009
New Revision: 44514

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

Added:
    trunk/libconvert-color-perl/debian/
    trunk/libconvert-color-perl/debian/changelog
    trunk/libconvert-color-perl/debian/compat
    trunk/libconvert-color-perl/debian/control
    trunk/libconvert-color-perl/debian/copyright
    trunk/libconvert-color-perl/debian/libconvert-color-perl.examples
    trunk/libconvert-color-perl/debian/rules   (with props)
    trunk/libconvert-color-perl/debian/watch

Added: trunk/libconvert-color-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-color-perl/debian/changelog?rev=44514&op=file
==============================================================================
--- trunk/libconvert-color-perl/debian/changelog (added)
+++ trunk/libconvert-color-perl/debian/changelog Mon Sep 21 14:50:33 2009
@@ -1,0 +1,5 @@
+libconvert-color-perl (0.05-1) UNRELEASED; urgency=low
+
+  * Initial Release (closes: #547686).
+
+ -- Maximilian Gass <mxey at cloudconnected.org>  Mon, 21 Sep 2009 15:34:33 +0200

Added: trunk/libconvert-color-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-color-perl/debian/compat?rev=44514&op=file
==============================================================================
--- trunk/libconvert-color-perl/debian/compat (added)
+++ trunk/libconvert-color-perl/debian/compat Mon Sep 21 14:50:33 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libconvert-color-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-color-perl/debian/control?rev=44514&op=file
==============================================================================
--- trunk/libconvert-color-perl/debian/control (added)
+++ trunk/libconvert-color-perl/debian/control Mon Sep 21 14:50:33 2009
@@ -1,0 +1,19 @@
+Source: libconvert-color-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), libmodule-build-perl
+Build-Depends-Indep: perl, perl-modules
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Maximilian Gass <mxey at cloudconnected.org>
+Standards-Version: 3.8.3
+Homepage: http://search.cpan.org/dist/Convert-Color/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libconvert-color-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libconvert-color-perl/
+
+Package: libconvert-color-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, perl-modules
+Description: Color space conversions and named lookups
+ Convert::Color provides conversions between commonly used ways to express
+ colors. It provides conversions between color spaces such as RGB and HSV, and
+ it provides ways to look up colors by a name.

Added: trunk/libconvert-color-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-color-perl/debian/copyright?rev=44514&op=file
==============================================================================
--- trunk/libconvert-color-perl/debian/copyright (added)
+++ trunk/libconvert-color-perl/debian/copyright Mon Sep 21 14:50:33 2009
@@ -1,0 +1,34 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Paul Evans <leonerd at leonerd.org.uk>
+Upstream-Source: http://search.cpan.org/dist/Convert-Color/
+Upstream-Name: Convert-Color
+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.
+
+Files: *
+Copyright: Paul Evans <leonerd at leonerd.org.uk>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Maximilian Gass <mxey at cloudconnected.org>
+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 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/libconvert-color-perl/debian/libconvert-color-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-color-perl/debian/libconvert-color-perl.examples?rev=44514&op=file
==============================================================================
--- trunk/libconvert-color-perl/debian/libconvert-color-perl.examples (added)
+++ trunk/libconvert-color-perl/debian/libconvert-color-perl.examples Mon Sep 21 14:50:33 2009
@@ -1,0 +1,1 @@
+examples/*

Added: trunk/libconvert-color-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-color-perl/debian/rules?rev=44514&op=file
==============================================================================
--- trunk/libconvert-color-perl/debian/rules (added)
+++ trunk/libconvert-color-perl/debian/rules Mon Sep 21 14:50:33 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libconvert-color-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libconvert-color-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-color-perl/debian/watch?rev=44514&op=file
==============================================================================
--- trunk/libconvert-color-perl/debian/watch (added)
+++ trunk/libconvert-color-perl/debian/watch Mon Sep 21 14:50:33 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Convert-Color/   .*/Convert-Color-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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