r31588 - in /trunk/libdata-flow-perl/debian: ./ changelog compat control copyright rules watch

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sat Mar 7 02:01:53 UTC 2009


Author: ryan52-guest
Date: Sat Mar  7 02:01:49 2009
New Revision: 31588

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

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

Added: trunk/libdata-flow-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-flow-perl/debian/changelog?rev=31588&op=file
==============================================================================
--- trunk/libdata-flow-perl/debian/changelog (added)
+++ trunk/libdata-flow-perl/debian/changelog Sat Mar  7 02:01:49 2009
@@ -1,0 +1,52 @@
+libdata-flow-perl (0.09-1) unstable; urgency=low
+
+  * QA upload.
+  * New upstream release.  Closes: #329528.
+
+ -- Matej Vela <vela at debian.org>  Fri, 10 Aug 2007 11:42:29 +0200
+
+libdata-flow-perl (0.05-6) unstable; urgency=low
+
+  * QA upload.
+  * Package is orphaned (#430978); set maintainer to Debian QA Group.
+  * Switch to debhelper 5.
+  * Move debhelper from Build-Depends-Indep to Build-Depends.
+  * Drop pre-sarge build dependency on perl (>= 5.6.0-17).
+  * debian/changelog: Remove obsolete Emacs local variables.
+  * debian/watch: Add.
+  * Conforms to Standards version 3.7.2.
+
+ -- Matej Vela <vela at debian.org>  Thu, 19 Jul 2007 10:35:59 +0200
+
+libdata-flow-perl (0.05-5) unstable; urgency=low
+
+  * Changed from builds-depends to build-depends-indep
+  * Changed section to perl
+
+ -- Elie Rosenblum <fnord at debian.org>  Tue, 26 Aug 2003 16:03:16 -0400
+
+libdata-flow-perl (0.05-4) unstable; urgency=low
+
+  * Changed build from binary-arch to binary-indep (closes: #157473)
+  * Moved maint info to copyright file (closes: #157516)
+
+ -- Elie Rosenblum <fnord at debian.org>  Sun, 22 Sep 2002 14:20:53 -0400
+
+libdata-flow-perl (0.05-3) unstable; urgency=low
+
+  * Fixed description. (Closes: #111809)
+
+ -- Elie Rosenblum <fnord at debian.org>  Sun,  9 Sep 2001 21:03:36 -0400
+
+libdata-flow-perl (0.05-2) unstable; urgency=low
+
+  * Clarification of license terms by upstream author
+
+ -- Elie Rosenblum <fnord at cosanostra.net>  Thu, 30 Aug 2001 10:54:11 -0400
+
+libdata-flow-perl (0.05-1) unstable; urgency=low
+
+  * Accepted RFP. Closes #108430
+  * Initial Release.
+
+ -- Elie Rosenblum <fnord at debian.org>  Wed, 22 Aug 2001 16:16:16 -0400

Added: trunk/libdata-flow-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-flow-perl/debian/compat?rev=31588&op=file
==============================================================================
--- trunk/libdata-flow-perl/debian/compat (added)
+++ trunk/libdata-flow-perl/debian/compat Sat Mar  7 02:01:49 2009
@@ -1,0 +1,1 @@
+5

Added: trunk/libdata-flow-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-flow-perl/debian/control?rev=31588&op=file
==============================================================================
--- trunk/libdata-flow-perl/debian/control (added)
+++ trunk/libdata-flow-perl/debian/control Sat Mar  7 02:01:49 2009
@@ -1,0 +1,19 @@
+Source: libdata-flow-perl
+Section: perl
+Priority: optional
+Maintainer: Debian QA Group <packages at qa.debian.org>
+Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 5)
+
+Package: libdata-flow-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description:  Perl extension for simple-minded recipe-controlled build of data
+ Data::Flow allows you to define recipes for building data. A recipe 
+ contains all of the rules for determining the value of the data involved
+ based on a set of defaults and/or interreactions with other pieces of
+ data in an automated fashion. You can define any or all of:
+  - default values
+  - prerequisites (other fields that must have values before the field
+    in question can be determined)
+  - subroutines to build the field data given all requirements

Added: trunk/libdata-flow-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-flow-perl/debian/copyright?rev=31588&op=file
==============================================================================
--- trunk/libdata-flow-perl/debian/copyright (added)
+++ trunk/libdata-flow-perl/debian/copyright Sat Mar  7 02:01:49 2009
@@ -1,0 +1,24 @@
+This is the debian package for the Data::Flow module.
+It was created by Elie Rosenblum <fnord at debian.org> using dh-make-perl.
+
+The upstream author is: 
+
+Ilya Zakharevich, ilya at math.ohio-state.edu.
+
+Ilya has stated:
+All the stuff I release is distributed on the "same as Perl" basis, so                              
+this holds.                                                                                         
+
+This means:
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of either:
+
+    a) the GNU General Public License as published by the Free Software
+       Foundation; either version 1, or (at your option) any later
+       version, or
+
+    b) the "Artistic License" which comes with Perl.
+
+    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/libdata-flow-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-flow-perl/debian/rules?rev=31588&op=file
==============================================================================
--- trunk/libdata-flow-perl/debian/rules (added)
+++ trunk/libdata-flow-perl/debian/rules Sat Mar  7 02:01:49 2009
@@ -1,0 +1,53 @@
+#!/usr/bin/make -f
+# This file is public domain software, originally written by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+PERL ?= /usr/bin/perl
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE)
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+
+	[ ! -f Makefile ] || $(MAKE) distclean
+
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	$(MAKE) DESTDIR=$(CURDIR)/debian/libdata-flow-perl install
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs Changes
+	dh_installdocs
+	dh_installman
+	dh_link
+	dh_compress
+	dh_fixperms
+	dh_perl
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary-arch: build install
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install

Propchange: trunk/libdata-flow-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libdata-flow-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-flow-perl/debian/watch?rev=31588&op=file
==============================================================================
--- trunk/libdata-flow-perl/debian/watch (added)
+++ trunk/libdata-flow-perl/debian/watch Sat Mar  7 02:01:49 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Data-Flow/ .*/Data-Flow-(.*)\.tar\.gz




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