r12829 - in /trunk/libhtml-tagcloud-perl/debian: ./ changelog compat control copyright rules

emhn-guest at users.alioth.debian.org emhn-guest at users.alioth.debian.org
Wed Jan 16 13:29:49 UTC 2008


Author: emhn-guest
Date: Wed Jan 16 13:29:48 2008
New Revision: 12829

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

Added:
    trunk/libhtml-tagcloud-perl/debian/
    trunk/libhtml-tagcloud-perl/debian/changelog
    trunk/libhtml-tagcloud-perl/debian/compat
    trunk/libhtml-tagcloud-perl/debian/control
    trunk/libhtml-tagcloud-perl/debian/copyright
    trunk/libhtml-tagcloud-perl/debian/rules   (with props)

Added: trunk/libhtml-tagcloud-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libhtml-tagcloud-perl/debian/changelog?rev=12829&op=file
==============================================================================
--- trunk/libhtml-tagcloud-perl/debian/changelog (added)
+++ trunk/libhtml-tagcloud-perl/debian/changelog Wed Jan 16 13:29:48 2008
@@ -1,0 +1,5 @@
+libhtml-tagcloud-perl (0.32-1) unstable; urgency=low
+
+  * Initial release - closes: #345403
+
+ -- Ben Hutchings <ben at decadentplace.org.uk>  Sat, 31 Dec 2005 11:33:38 +0000

Added: trunk/libhtml-tagcloud-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libhtml-tagcloud-perl/debian/compat?rev=12829&op=file
==============================================================================
--- trunk/libhtml-tagcloud-perl/debian/compat (added)
+++ trunk/libhtml-tagcloud-perl/debian/compat Wed Jan 16 13:29:48 2008
@@ -1,0 +1,1 @@
+4

Added: trunk/libhtml-tagcloud-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libhtml-tagcloud-perl/debian/control?rev=12829&op=file
==============================================================================
--- trunk/libhtml-tagcloud-perl/debian/control (added)
+++ trunk/libhtml-tagcloud-perl/debian/control Wed Jan 16 13:29:48 2008
@@ -1,0 +1,20 @@
+Source: libhtml-tagcloud-perl
+Maintainer: Ben Hutchings <ben at decadentplace.org.uk>
+Section: perl
+Priority: extra
+Build-Depends-Indep: debhelper (>= 4), perl (>= 5.6.0-16), libmodule-build-perl, libtest-pod-perl, libtest-pod-coverage-perl
+Standards-Version: 3.6.2
+
+Package: libhtml-tagcloud-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description: HTML::TagCloud - Generate HTML indexes of popular tags
+ The HTML::TagCloud module enables you to generate "tag clouds" in HTML.
+ Tag clouds serve as a textual way to visualize terms and topics that are
+ used most frequently. The tags are sorted alphabetically and a larger
+ font is used to indicate more frequent term usage.
+ .
+ Example sites with tag clouds: <http://www.43things.com/>,
+ <http://www.astray.com/recipes/> and <http://www.flickr.com/photos/tags/>.
+ .
+ Homepage: http://search.cpan.org/~lbrocard/HTML-TagCloud/

Added: trunk/libhtml-tagcloud-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libhtml-tagcloud-perl/debian/copyright?rev=12829&op=file
==============================================================================
--- trunk/libhtml-tagcloud-perl/debian/copyright (added)
+++ trunk/libhtml-tagcloud-perl/debian/copyright Wed Jan 16 13:29:48 2008
@@ -1,0 +1,22 @@
+This is the Debian-packaged version of HTML::TagCloud, put
+together by Ben Hutchings <ben at decadentplace.org.uk> using source
+from:
+
+  http://search.cpan.org/~lbrocard/HTML-TagCloud/
+
+The author of HTML::TagCloud is Leon Brocard <acme at astray.com>.
+
+You may distribute this code under the same terms as Perl itself:
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of either:
+
+    a) the GNU General Public License as published by the Free Software
+       Foundation; either version 1, or (at your option) any later
+       version, or
+
+    b) the "Artistic License" which comes with Perl.
+
+On Debian systems, the complete text of the GNU General Public License
+can be found in `/usr/share/common-licenses/GPL' and the Artistic
+Licence in `/usr/share/common-licenses/Artistic'.

Added: trunk/libhtml-tagcloud-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libhtml-tagcloud-perl/debian/rules?rev=12829&op=file
==============================================================================
--- trunk/libhtml-tagcloud-perl/debian/rules (added)
+++ trunk/libhtml-tagcloud-perl/debian/rules Wed Jan 16 13:29:48 2008
@@ -1,0 +1,29 @@
+#!/usr/bin/make -f
+
+build : build-stamp
+
+build-stamp : Build.PL
+	perl Build.PL destdir=$(CURDIR)/debian/libhtml-tagcloud-perl installdirs=vendor
+	./Build test
+	touch build-stamp
+
+binary : binary-arch binary-indep
+
+binary-arch :
+
+binary-indep : build-stamp
+	dh_testroot
+	./Build install
+	dh_perl
+	dh_installchangelogs CHANGES
+	dh_installdocs README
+	dh_compress
+	dh_fixperms
+	dh_gencontrol
+	dh_builddeb
+
+clean : 
+	if [ -f Build ]; then ./Build realclean; fi
+	dh_clean build-stamp
+
+.PHONY : build binary binary-arch binary-dep clean

Propchange: trunk/libhtml-tagcloud-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




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