r6066 - in /trunk/libtime-human-perl/debian: ./ changelog compat control copyright rules watch

joeyh at users.alioth.debian.org joeyh at users.alioth.debian.org
Mon Jul 30 05:25:58 UTC 2007


Author: joeyh
Date: Mon Jul 30 05:25:58 2007
New Revision: 6066

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

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

Added: trunk/libtime-human-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtime-human-perl/debian/changelog?rev=6066&op=file
==============================================================================
--- trunk/libtime-human-perl/debian/changelog (added)
+++ trunk/libtime-human-perl/debian/changelog Mon Jul 30 05:25:58 2007
@@ -1,0 +1,31 @@
+libtime-human-perl (1.03-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Joey Hess <joeyh at debian.org>  Sun, 14 Jan 2007 04:45:14 -0500
+
+libtime-human-perl (1.02-4) unstable; urgency=low
+
+  * Current standards version.
+  * New version of build tools fixes lintian warning about man page section.
+
+ -- Joey Hess <joeyh at debian.org>  Sun, 18 Dec 2005 17:10:01 -0500
+
+libtime-human-perl (1.02-3) unstable; urgency=low
+
+  * Rebuilt to meet current policy, including no /usr/doc link.
+  * Architecture is all, not any.
+
+ -- Joey Hess <joeyh at debian.org>  Fri,  5 Dec 2003 17:32:13 -0500
+
+libtime-human-perl (1.02-2) unstable; urgency=low
+
+  * Don't call dh_installmanpages.
+
+ -- Joey Hess <joeyh at debian.org>  Sat, 16 Nov 2002 22:14:34 -0500
+
+libtime-human-perl (1.02-1) unstable; urgency=low
+
+  * First release, after getting a copyright.
+
+ -- Joey Hess <joeyh at debian.org>  Thu, 30 May 2002 01:53:25 -0400

Added: trunk/libtime-human-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libtime-human-perl/debian/compat?rev=6066&op=file
==============================================================================
--- trunk/libtime-human-perl/debian/compat (added)
+++ trunk/libtime-human-perl/debian/compat Mon Jul 30 05:25:58 2007
@@ -1,0 +1,1 @@
+4

Added: trunk/libtime-human-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libtime-human-perl/debian/control?rev=6066&op=file
==============================================================================
--- trunk/libtime-human-perl/debian/control (added)
+++ trunk/libtime-human-perl/debian/control Mon Jul 30 05:25:58 2007
@@ -1,0 +1,15 @@
+Source: libtime-human-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 4), dpkg-dev (>= 1.9)
+Maintainer: Joey Hess <joeyh at debian.org>
+Standards-Version: 3.7.2
+XS-Vcs-Svn: svn://svn.kitenet.net/joey/trunk/src/packages/libtime-human-perl
+
+Package: libtime-human-perl
+Architecture: all
+Depends: ${shlibs:Depends}, ${perl:Depends}
+Description: convert localtime() format to "speaking clock" time
+ This module provides a "vague" rendering of the time into natural
+ language; it's useful for text-to-speech applications and other
+ speech-based interfaces.

Added: trunk/libtime-human-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libtime-human-perl/debian/copyright?rev=6066&op=file
==============================================================================
--- trunk/libtime-human-perl/debian/copyright (added)
+++ trunk/libtime-human-perl/debian/copyright Mon Jul 30 05:25:58 2007
@@ -1,0 +1,15 @@
+This is a Debian prepackaged version of Time::Human.
+
+This package was put together by Joey Hess <joeyh at debian.org>, using
+sources from CPAN, http://www.cpan.org/
+
+Time::Human is copyright by Simon Cozens <simon at cpan.org>
+
+The following license applies to this package:
+
+  This module may be distributed under the same terms as Perl itself, that
+  is, GPL or Artistic license at your choice. This software is a gift, not
+  a burden, and as such is totally unsupported. I'll take patches gladly
+  but reserve the right to ignore support email about it.
+
+Both licenses can be found in full in /usr/share/common-licenses/

Added: trunk/libtime-human-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libtime-human-perl/debian/rules?rev=6066&op=file
==============================================================================
--- trunk/libtime-human-perl/debian/rules (added)
+++ trunk/libtime-human-perl/debian/rules Mon Jul 30 05:25:58 2007
@@ -1,0 +1,44 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	perl Makefile.PL INSTALLDIRS=vendor
+	$(MAKE)
+	$(MAKE) test
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+	-$(MAKE) realclean
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs usr/lib
+	$(MAKE) install PREFIX=$(PWD)/debian/`dh_listpackages`/usr
+
+binary-arch: build install
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installchangelogs Changes
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_perl
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install

Propchange: trunk/libtime-human-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libtime-human-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libtime-human-perl/debian/watch?rev=6066&op=file
==============================================================================
--- trunk/libtime-human-perl/debian/watch (added)
+++ trunk/libtime-human-perl/debian/watch Mon Jul 30 05:25:58 2007
@@ -1,0 +1,2 @@
+version=2
+http://search.cpan.org/search?dist=Time-Human .*/Time-Human-(.*).tar.gz




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