r21200 - in /trunk/libcss-tiny-perl/debian: ./ changelog compat control copyright rules watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jun 15 13:28:25 UTC 2008


Author: gregoa
Date: Sun Jun 15 13:28:25 2008
New Revision: 21200

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

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

Added: trunk/libcss-tiny-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcss-tiny-perl/debian/changelog?rev=21200&op=file
==============================================================================
--- trunk/libcss-tiny-perl/debian/changelog (added)
+++ trunk/libcss-tiny-perl/debian/changelog Sun Jun 15 13:28:25 2008
@@ -1,0 +1,31 @@
+libcss-tiny-perl (1.11-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS with Perl 5.10.  Closes: #467737
+
+ -- Mark Hymers <mhy at debian.org>  Sat, 05 Apr 2008 21:08:54 +0100
+
+libcss-tiny-perl (1.11-1) unstable; urgency=low
+
+  * New upstream release (Closes: #329505).
+  * New Maintainer with acknowledgement from the former one.
+  * Acknowledged NMU by Gunnar Wolf.
+  * Bumped up Standards-Version to 3.6.2 (no changes).
+  * Cleaned up debian/rules.
+
+ -- Florian Ragwitz <rafl at debian.org>  Thu,  9 Feb 2006 23:19:39 +0100
+
+libcss-tiny-perl (1.09-1.1) unstable; urgency=low
+
+  * Non-Maintainer Upload by Gunnar Wolf <gwolf at debian.org>
+  * Added missing dependencies on perl-modules, libsort-versions-perl,
+    libextutils-autoinstall-perl (Closes: #305776)
+
+ -- Gunnar Wolf <gwolf at debian.org>  Fri, 22 Apr 2005 18:51:24 -0500
+
+libcss-tiny-perl (1.09-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Chip Salzenberg <chip at debian.org>  Thu,  7 Apr 2005 22:26:20 -0400
+

Added: trunk/libcss-tiny-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcss-tiny-perl/debian/compat?rev=21200&op=file
==============================================================================
--- trunk/libcss-tiny-perl/debian/compat (added)
+++ trunk/libcss-tiny-perl/debian/compat Sun Jun 15 13:28:25 2008
@@ -1,0 +1,1 @@
+4

Added: trunk/libcss-tiny-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcss-tiny-perl/debian/control?rev=21200&op=file
==============================================================================
--- trunk/libcss-tiny-perl/debian/control (added)
+++ trunk/libcss-tiny-perl/debian/control Sun Jun 15 13:28:25 2008
@@ -1,0 +1,20 @@
+Source: libcss-tiny-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 4.0.2)
+Build-Depends-Indep: perl (>= 5.8.0-7), perl-modules, libsort-versions-perl, libextutils-autoinstall-perl
+Maintainer: Florian Ragwitz <rafl at debian.org>
+Standards-Version: 3.6.2
+
+Package: libcss-tiny-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, perl-modules, libsort-versions-perl
+Description:  Read/Write .css files with as little code as possible
+ CSS::Tiny is a perl class to read and write .css stylesheets with as 
+ little code as possible, reducing load time and memory overhead.
+ CSS.pm requires about 2.6M of memory to load, which is a large amount of 
+ overhead if you only want to do trivial things.
+ .
+ This module is primarily for reading and writing simple files, and anything
+ we write shouldn't need to have documentation/comments. If you need something
+ with more power, move up to CSS.pm.

Added: trunk/libcss-tiny-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcss-tiny-perl/debian/copyright?rev=21200&op=file
==============================================================================
--- trunk/libcss-tiny-perl/debian/copyright (added)
+++ trunk/libcss-tiny-perl/debian/copyright Sun Jun 15 13:28:25 2008
@@ -1,0 +1,17 @@
+This is the debian package for the CSS-Tiny module.
+It was created by Chip Salzenberg <chip at debian.org> using dh-make-perl.
+
+The upstream author is: 
+
+Adam Kennedy (Maintainer), http://ali.as/, cpan at ali.as.
+
+Copyright 2002 - 2005 Adam Kennedy. All rights reserved.
+
+This program is free software; you can redistribute it and/or modify
+it under the same terms as Perl itself.  The full text of the license
+can be found in the LICENSE file included with this module.
+
+Perl is distributed under your choice of the GNU General Public License or
+the Artistic License.  On Debian GNU/Linux 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/libcss-tiny-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcss-tiny-perl/debian/rules?rev=21200&op=file
==============================================================================
--- trunk/libcss-tiny-perl/debian/rules (added)
+++ trunk/libcss-tiny-perl/debian/rules Sun Jun 15 13:28:25 2008
@@ -1,0 +1,56 @@
+#!/usr/bin/make -f
+
+export PERL_MM_USE_DEFAULT=1
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+TMP     =$(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) OPTIMIZE="-Wall -O2 -g"
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	-$(MAKE) distclean
+	dh_clean build-stamp install-stamp
+
+install: build install-stamp
+install-stamp:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	$(MAKE) test
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
+	touch install-stamp
+
+binary-arch:
+# We have nothing to do by default.
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README
+	dh_installchangelogs Changes
+	dh_perl
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+source diff:                                                                  
+	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary

Propchange: trunk/libcss-tiny-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libcss-tiny-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcss-tiny-perl/debian/watch?rev=21200&op=file
==============================================================================
--- trunk/libcss-tiny-perl/debian/watch (added)
+++ trunk/libcss-tiny-perl/debian/watch Sun Jun 15 13:28:25 2008
@@ -1,0 +1,3 @@
+# format version number, currently 2; this line is compulsory!
+version=2
+http://www.cpan.org/modules/by-module/CSS/CSS-Tiny-(.*)(.tar.gz|.tar|.tgz)




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