r21462 - in /trunk/libspork-perl/debian: ./ changelog compat control copyright rules watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jun 15 15:16:44 UTC 2008


Author: gregoa
Date: Sun Jun 15 15:16:44 2008
New Revision: 21462

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

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

Added: trunk/libspork-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspork-perl/debian/changelog?rev=21462&op=file
==============================================================================
--- trunk/libspork-perl/debian/changelog (added)
+++ trunk/libspork-perl/debian/changelog Sun Jun 15 15:16:44 2008
@@ -1,0 +1,30 @@
+libspork-perl (0.20-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules: 
+    + Don't fail when perl is smart enough not to create 
+      empty dirs. (Closes: #467758)
+    + Don't ignore make distclean errors.
+
+ -- Marc 'HE' Brockschmidt <he at debian.org>  Sat, 05 Apr 2008 17:08:12 +0200
+
+libspork-perl (0.20-1) unstable; urgency=low
+
+  * New upstream release.
+  * New Maintainer with acknowledgement from the former one.
+  * Bumped up Standards-Version.
+  * Removed libtemplate-perl from dependencies. libspoon-perl pulls that in.
+  * (Build-)Depend on libkwiki-perl (>= 0.38), libkwiki-cache-perl and
+    libspoon-perl (>= 0.22).
+  * Don't install the README. It contains the same things as the POD docs.
+  * Cleaned up debian/rules.
+  * Run the testsuite on build.
+
+ -- Florian Ragwitz <rafl at debian.org>  Tue, 24 Jan 2006 23:28:00 +0100
+
+libspork-perl (0.18-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Nick Phillips <nwp at debian.org>  Sat, 18 Dec 2004 12:32:14 +1300
+

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

Added: trunk/libspork-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspork-perl/debian/control?rev=21462&op=file
==============================================================================
--- trunk/libspork-perl/debian/control (added)
+++ trunk/libspork-perl/debian/control Sun Jun 15 15:16:44 2008
@@ -1,0 +1,18 @@
+Source: libspork-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 4.0.2)
+Build-Depends-Indep: perl (>= 5.8.0-7), libspoon-perl (>= 0.22), libkwiki-perl (>= 0.38), libkwiki-cache-perl
+Maintainer: Florian Ragwitz <rafl at debian.org>
+Standards-Version: 3.6.2
+
+Package: libspork-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libspoon-perl (>= 0.22), libkwiki-perl (>= 0.38), libkwiki-cache-perl
+Description: Slide Presentations
+ Spork lets you create HTML slideshow presentations easily. It comes with a
+ sample slideshow. All you need is a text editor, a browser and a topic.
+ .
+ Spork allows you create an entire slideshow by editing a single file called
+ Spork.slides (by default). Each slide is created using a minimal markup
+ language similar to the syntax used in Kwiki wikis.

Added: trunk/libspork-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspork-perl/debian/copyright?rev=21462&op=file
==============================================================================
--- trunk/libspork-perl/debian/copyright (added)
+++ trunk/libspork-perl/debian/copyright Sun Jun 15 15:16:44 2008
@@ -1,0 +1,20 @@
+This is the debian package for the Spork 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/libspork-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspork-perl/debian/rules?rev=21462&op=file
==============================================================================
--- trunk/libspork-perl/debian/rules (added)
+++ trunk/libspork-perl/debian/rules Sun Jun 15 15:16:44 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
+	[ ! -f Makefile ] || $(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/libspork-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

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




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