r21455 - in /trunk/libspoon-perl/debian: ./ changelog compat control copyright rules watch

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


Author: gregoa
Date: Sun Jun 15 15:13:58 2008
New Revision: 21455

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

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

Added: trunk/libspoon-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspoon-perl/debian/changelog?rev=21455&op=file
==============================================================================
--- trunk/libspoon-perl/debian/changelog (added)
+++ trunk/libspoon-perl/debian/changelog Sun Jun 15 15:13:58 2008
@@ -1,0 +1,40 @@
+libspoon-perl (0.23-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules: Don't FTBFS when perl is smart enough not to create
+    empty dirs. (Closes: #467962)
+
+ -- Marc 'HE' Brockschmidt <he at debian.org>  Sat, 05 Apr 2008 19:13:47 +0200
+
+libspoon-perl (0.23-2) unstable; urgency=low
+
+  * Added liburi-perl to Build-Depends-Indep (Closes: #351813).
+
+ -- Florian Ragwitz <rafl at debian.org>  Thu,  9 Feb 2006 05:14:29 +0100
+
+libspoon-perl (0.23-1) unstable; urgency=low
+
+  * New maintainer with acknowledgement from the former one.
+  * New upstream release (Closes: #317123).
+  * Bumped up Standards-Version.
+  * Cleaned up debian/rules.
+  * Run the test suite on build.
+  * Don't install the README. It only contains parts of the POD docs.
+
+ -- Florian Ragwitz <rafl at debian.org>  Tue, 24 Jan 2006 22:16:02 +0100
+
+libspoon-perl (0.20-1) unstable; urgency=low
+
+  * New upstream release, minor changes only
+
+ -- Nick Phillips <nwp at debian.org>  Sun, 19 Dec 2004 18:43:34 +1300
+
+libspoon-perl (0.19-1) unstable; urgency=low
+
+  * Initial Release.
+  * Only set libtemplate-perl dep to 2.10 despite alleged dep on 2.13;
+    there is no known reason for 2.13 over 2.10 but it will be less
+    tested elsewhere. Up the dep when 2.13 is in debian.
+
+ -- Nick Phillips <nwp at debian.org>  Fri, 17 Dec 2004 21:37:33 +1300
+

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

Added: trunk/libspoon-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspoon-perl/debian/control?rev=21455&op=file
==============================================================================
--- trunk/libspoon-perl/debian/control (added)
+++ trunk/libspoon-perl/debian/control Sun Jun 15 15:13:58 2008
@@ -1,0 +1,21 @@
+Source: libspoon-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 4.0.2)
+Build-Depends-Indep: perl (>= 5.8.0-7), libspiffy-perl (>= 0.22), libio-all-perl (>= 0.33), libtemplate-perl (>= 2.10), liburi-perl
+Maintainer: Florian Ragwitz <rafl at debian.org>
+Standards-Version: 3.6.2
+
+Package: libspoon-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libspiffy-perl (>= 0.22), libio-all-perl (>= 0.33), libtemplate-perl (>= 2.10)
+Description: A Spiffy Application Building Framework
+ Spoon is an Application Framework that is designed primarily for
+ building Social Software web applications. The Kwiki wiki software is
+ built on top of Spoon.
+ .
+ Spoon::Base is the primary base class for all the Spoon::* modules.
+ Spoon.pm inherits from Spiffy.pm.
+ .
+ Spoon is not an application in and of itself. (As compared to Kwiki)
+ You need to build your own applications from it.

Added: trunk/libspoon-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspoon-perl/debian/copyright?rev=21455&op=file
==============================================================================
--- trunk/libspoon-perl/debian/copyright (added)
+++ trunk/libspoon-perl/debian/copyright Sun Jun 15 15:13:58 2008
@@ -1,0 +1,20 @@
+This is the debian package for the Spoon module.
+It was created by Nick Phillips <nwp at debian.org> with help from
+dh-make-perl.
+
+The upstream author is: 
+
+Brian Ingerson <INGY at cpan.org>.
+
+
+Copyright (c) 2004. Brian Ingerson. All rights reserved.
+
+This program is free software; you can redistribute it and/or modify it
+under the same terms as Perl itself.
+
+See http://www.perl.com/perl/misc/Artistic.html
+
+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/libspoon-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspoon-perl/debian/rules?rev=21455&op=file
==============================================================================
--- trunk/libspoon-perl/debian/rules (added)
+++ trunk/libspoon-perl/debian/rules Sun Jun 15 15:13:58 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="$(CFLAGS)"
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	-$(MAKE) distclean
+	dh_clean build-stamp install-stamp
+
+install: install-stamp
+install-stamp: build-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 --verbose $(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
+	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/libspoon-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libspoon-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspoon-perl/debian/watch?rev=21455&op=file
==============================================================================
--- trunk/libspoon-perl/debian/watch (added)
+++ trunk/libspoon-perl/debian/watch Sun Jun 15 15:13:58 2008
@@ -1,0 +1,3 @@
+version=2
+
+ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-authors/id/I/IN/INGY/Spoon-([\d.]+)\.tar\.gz debian uupdate




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