r38964 - in /trunk/libtime-progress-perl/debian: ./ changelog compat control copyright rules watch

nhandler-guest at users.alioth.debian.org nhandler-guest at users.alioth.debian.org
Tue Jun 30 02:31:25 UTC 2009


Author: nhandler-guest
Date: Tue Jun 30 02:31:19 2009
New Revision: 38964

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

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

Added: trunk/libtime-progress-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-progress-perl/debian/changelog?rev=38964&op=file
==============================================================================
--- trunk/libtime-progress-perl/debian/changelog (added)
+++ trunk/libtime-progress-perl/debian/changelog Tue Jun 30 02:31:19 2009
@@ -1,0 +1,5 @@
+libtime-progress-perl (1.5-1) unstable; urgency=low
+
+  * Initial Release. (closes: #535137) (LP: #318626)
+
+ -- Nathan Handler <nhandler at ubuntu.com>  Tue, 30 Jun 2009 02:26:39 +0000

Added: trunk/libtime-progress-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-progress-perl/debian/compat?rev=38964&op=file
==============================================================================
--- trunk/libtime-progress-perl/debian/compat (added)
+++ trunk/libtime-progress-perl/debian/compat Tue Jun 30 02:31:19 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libtime-progress-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-progress-perl/debian/control?rev=38964&op=file
==============================================================================
--- trunk/libtime-progress-perl/debian/control (added)
+++ trunk/libtime-progress-perl/debian/control Tue Jun 30 02:31:19 2009
@@ -1,0 +1,18 @@
+Source: libtime-progress-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.0-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Nathan Handler <nhandler at ubuntu.com>
+Standards-Version: 3.8.2
+Homepage: http://search.cpan.org/dist/Time-Progress/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtime-progress-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtime-progress-perl/
+
+Package: libtime-progress-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: perl module for elapsed and estimated finish time reporting
+ Time::Progress is a perl module that provides several methods for reporting
+ elapsed and estimated finish times.

Added: trunk/libtime-progress-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-progress-perl/debian/copyright?rev=38964&op=file
==============================================================================
--- trunk/libtime-progress-perl/debian/copyright (added)
+++ trunk/libtime-progress-perl/debian/copyright Tue Jun 30 02:31:19 2009
@@ -1,0 +1,29 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Vladi Belperchinov-Shabanski <cade at biscom.net>
+Upstream-Source: http://search.cpan.org/dist/Time-Progress/
+Upstream-Name: Time-Progress
+
+Files: *
+Copyright: 2001-2009, Vladi Belperchinov-Shabanski <cade at biscom.net>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Nathan Handler <nhandler at ubuntu.com>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+License: Artistic
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the Artistic License, which comes with Perl.
+    On Debian GNU/Linux systems, the complete text of the Artistic License
+    can be found in /usr/share/common-licenses/Artistic
+
+License: GPL-1+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by 
+    the Free Software Foundation; either version 1, or (at your option)
+    any later version.
+    On Debian GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libtime-progress-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-progress-perl/debian/rules?rev=38964&op=file
==============================================================================
--- trunk/libtime-progress-perl/debian/rules (added)
+++ trunk/libtime-progress-perl/debian/rules Tue Jun 30 02:31:19 2009
@@ -1,0 +1,23 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	dh build
+	touch $@
+
+clean:
+	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+binary-arch:
+
+binary-indep: install
+	dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

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

Added: trunk/libtime-progress-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-progress-perl/debian/watch?rev=38964&op=file
==============================================================================
--- trunk/libtime-progress-perl/debian/watch (added)
+++ trunk/libtime-progress-perl/debian/watch Tue Jun 30 02:31:19 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Time-Progress/   .*/Time-Progress-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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