r40176 - in /trunk/libimage-math-constrain-perl/debian: ./ changelog compat control copyright libimage-math-constrain-perl.docs rules watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Jul 19 15:05:57 UTC 2009


Author: jawnsy-guest
Date: Sun Jul 19 15:05:42 2009
New Revision: 40176

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

Added:
    trunk/libimage-math-constrain-perl/debian/
    trunk/libimage-math-constrain-perl/debian/changelog
    trunk/libimage-math-constrain-perl/debian/compat
    trunk/libimage-math-constrain-perl/debian/control
    trunk/libimage-math-constrain-perl/debian/copyright
    trunk/libimage-math-constrain-perl/debian/libimage-math-constrain-perl.docs
    trunk/libimage-math-constrain-perl/debian/rules   (with props)
    trunk/libimage-math-constrain-perl/debian/watch

Added: trunk/libimage-math-constrain-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimage-math-constrain-perl/debian/changelog?rev=40176&op=file
==============================================================================
--- trunk/libimage-math-constrain-perl/debian/changelog (added)
+++ trunk/libimage-math-constrain-perl/debian/changelog Sun Jul 19 15:05:42 2009
@@ -1,0 +1,5 @@
+libimage-math-constrain-perl (1.02-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Jonathan Yu <frequency at cpan.org>  Sun, 19 Jul 2009 06:36:07 -0400

Added: trunk/libimage-math-constrain-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimage-math-constrain-perl/debian/compat?rev=40176&op=file
==============================================================================
--- trunk/libimage-math-constrain-perl/debian/compat (added)
+++ trunk/libimage-math-constrain-perl/debian/compat Sun Jul 19 15:05:42 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libimage-math-constrain-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimage-math-constrain-perl/debian/control?rev=40176&op=file
==============================================================================
--- trunk/libimage-math-constrain-perl/debian/control (added)
+++ trunk/libimage-math-constrain-perl/debian/control Sun Jul 19 15:05:42 2009
@@ -1,0 +1,24 @@
+Source: libimage-math-constrain-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.0-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <frequency at cpan.org>
+Standards-Version: 3.8.2
+Homepage: http://search.cpan.org/dist/Image-Math-Constrain/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libimage-math-constrain-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libimage-math-constrain-perl/
+
+Package: libimage-math-constrain-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.5)
+Description: Perl module performing math used to constrain image sizes
+ Image::Math::Constrain is a Perl module that implements all of the math behind
+ implementing image size constraints. It allows one to restrict the dimensions
+ of an image by checking to see if the image is larger than the desired final
+ dimensions, and if so, provide a way to scale the image down proportionally so
+ it fits within the constraints. It can set constraints based on width, height,
+ or both, and is guaranteed to return dimensions that are proportional to the
+ original -- that is, they will have the same aspect ratio. It also returns the
+ necessary scaling factor, so you can pass it to a module to do the work.

Added: trunk/libimage-math-constrain-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimage-math-constrain-perl/debian/copyright?rev=40176&op=file
==============================================================================
--- trunk/libimage-math-constrain-perl/debian/copyright (added)
+++ trunk/libimage-math-constrain-perl/debian/copyright Sun Jul 19 15:05:42 2009
@@ -1,0 +1,35 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Adam Kennedy <adamk at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/Image-Math-Constrain/
+Upstream-Name: Image-Math-Constrain
+
+Files: *
+Copyright: 2004-2008, Adam Kennedy <adamk at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Jonathan Yu <frequency at cpan.org>
+License: Artistic | GPL-1+
+
+Files: inc/Module/*
+Copyright: 2002-2009, Adam Kennedy <adamk at cpan.org>
+ 2002-2009, Audrey Tang <autrijus at autrijus.org>
+ 2002-2009, Brian Ingerson <ingy at cpan.org>
+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 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/libimage-math-constrain-perl/debian/libimage-math-constrain-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimage-math-constrain-perl/debian/libimage-math-constrain-perl.docs?rev=40176&op=file
==============================================================================
--- trunk/libimage-math-constrain-perl/debian/libimage-math-constrain-perl.docs (added)
+++ trunk/libimage-math-constrain-perl/debian/libimage-math-constrain-perl.docs Sun Jul 19 15:05:42 2009
@@ -1,0 +1,1 @@
+README

Added: trunk/libimage-math-constrain-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimage-math-constrain-perl/debian/rules?rev=40176&op=file
==============================================================================
--- trunk/libimage-math-constrain-perl/debian/rules (added)
+++ trunk/libimage-math-constrain-perl/debian/rules Sun Jul 19 15:05:42 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libimage-math-constrain-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libimage-math-constrain-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimage-math-constrain-perl/debian/watch?rev=40176&op=file
==============================================================================
--- trunk/libimage-math-constrain-perl/debian/watch (added)
+++ trunk/libimage-math-constrain-perl/debian/watch Sun Jul 19 15:05:42 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Image-Math-Constrain/   .*/Image-Math-Constrain-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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