r3862 - in /packages/libtext-typography-perl/trunk/debian: ./ changelog compat control copyright rules watch

roktas at users.alioth.debian.org roktas at users.alioth.debian.org
Wed Sep 20 21:35:40 UTC 2006


Author: roktas
Date: Wed Sep 20 21:35:32 2006
New Revision: 3862

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3862
Log:
Load libtext-typography-perl-0.01 into
packages/libtext-typography-perl/trunk.

Added:
    packages/libtext-typography-perl/trunk/debian/
    packages/libtext-typography-perl/trunk/debian/changelog
    packages/libtext-typography-perl/trunk/debian/compat
    packages/libtext-typography-perl/trunk/debian/control
    packages/libtext-typography-perl/trunk/debian/copyright
    packages/libtext-typography-perl/trunk/debian/rules   (with props)
    packages/libtext-typography-perl/trunk/debian/watch

Added: packages/libtext-typography-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtext-typography-perl/trunk/debian/changelog?rev=3862&op=file
==============================================================================
--- packages/libtext-typography-perl/trunk/debian/changelog (added)
+++ packages/libtext-typography-perl/trunk/debian/changelog Wed Sep 20 21:35:32 2006
@@ -1,0 +1,5 @@
+libtext-typography-perl (0.01-1) unstable; urgency=low
+
+  * Initial Release.  Closes: #387846
+
+ -- Recai OktaÅŸ <roktas at debian.org>  Sun, 17 Sep 2006 03:06:29 +0300

Added: packages/libtext-typography-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtext-typography-perl/trunk/debian/compat?rev=3862&op=file
==============================================================================
--- packages/libtext-typography-perl/trunk/debian/compat (added)
+++ packages/libtext-typography-perl/trunk/debian/compat Wed Sep 20 21:35:32 2006
@@ -1,0 +1,1 @@
+4

Added: packages/libtext-typography-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtext-typography-perl/trunk/debian/control?rev=3862&op=file
==============================================================================
--- packages/libtext-typography-perl/trunk/debian/control (added)
+++ packages/libtext-typography-perl/trunk/debian/control Wed Sep 20 21:35:32 2006
@@ -1,0 +1,19 @@
+Source: libtext-typography-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Recai OktaÅŸ <roktas at debian.org>
+Build-Depends: debhelper (>= 5.0.0), cdbs, libmodule-build-perl
+Build-Depends-Indep: perl
+Standards-Version: 3.7.2
+
+Package: libtext-typography-perl
+Section: perl
+Priority: optional
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: markup ASCII text with correct typography for HTML
+ This module is a thin wrapper for John Gruber's SmartyPants plugin for
+ various CMSs. SmartyPants is a web publishing utility that translates
+ plain ASCII punctuation characters into "smart" typographic punctuation
+ HTML entities.

Added: packages/libtext-typography-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtext-typography-perl/trunk/debian/copyright?rev=3862&op=file
==============================================================================
--- packages/libtext-typography-perl/trunk/debian/copyright (added)
+++ packages/libtext-typography-perl/trunk/debian/copyright Wed Sep 20 21:35:32 2006
@@ -1,0 +1,38 @@
+This package was debianized by Recai OktaÅŸ <roktas at debian.org>.  It was
+downloaded from http://search.cpan.org/~tsibley/Text-Typography-0.01/
+
+SmartyPants was written by John Gruber.  Thomas Sibley <tsibley at cpan.org>
+is the Perl module's author.
+
+Copyright:
+
+   Copyright (c) 2003 John Gruber
+   (http://daringfireball.net/)
+   All rights reserved.
+
+   Redistribution and use in source and binary forms, with or without
+   modification, are permitted provided that the following conditions are
+   met:
+
+   * Redistributions of source code must retain the above copyright notice,
+   this list of conditions and the following disclaimer.
+
+   * Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+
+   * Neither the name "SmartyPants" nor the names of its contributors may
+   be used to endorse or promote products derived from this software
+   without specific prior written permission.
+
+   This software is provided by the copyright holders and contributors "as
+   is" and any express or implied warranties, including, but not limited
+   to, the implied warranties of merchantability and fitness for a
+   particular purpose are disclaimed. In no event shall the copyright owner
+   or contributors be liable for any direct, indirect, incidental, special,
+   exemplary, or consequential damages (including, but not limited to,
+   procurement of substitute goods or services; loss of use, data, or
+   profits; or business interruption) however caused and on any theory of
+   liability, whether in contract, strict liability, or tort (including
+   negligence or otherwise) arising in any way out of the use of this
+   software, even if advised of the possibility of such damage.

Added: packages/libtext-typography-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtext-typography-perl/trunk/debian/rules?rev=3862&op=file
==============================================================================
--- packages/libtext-typography-perl/trunk/debian/rules (added)
+++ packages/libtext-typography-perl/trunk/debian/rules Wed Sep 20 21:35:32 2006
@@ -1,0 +1,5 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/perlmodule.mk
+#include /usr/share/cdbs/1/rules/simple-patchsys.mk

Propchange: packages/libtext-typography-perl/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/libtext-typography-perl/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtext-typography-perl/trunk/debian/watch?rev=3862&op=file
==============================================================================
--- packages/libtext-typography-perl/trunk/debian/watch (added)
+++ packages/libtext-typography-perl/trunk/debian/watch Wed Sep 20 21:35:32 2006
@@ -1,0 +1,2 @@
+version=3
+http://www.cpan.org/modules/by-module/Text/Text-Typography-([0-9].*)\.tar.gz   debian




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