r31613 - in /trunk/libdata-flow-perl/debian: changelog compat control copyright rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sat Mar 7 07:10:32 UTC 2009


Author: ryan52-guest
Date: Sat Mar  7 07:10:29 2009
New Revision: 31613

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=31613
Log:
* policy 3.8.0
* debhelper 7
* machine readable copyright format

Modified:
    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

Modified: trunk/libdata-flow-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-flow-perl/debian/changelog?rev=31613&op=diff
==============================================================================
--- trunk/libdata-flow-perl/debian/changelog (original)
+++ trunk/libdata-flow-perl/debian/changelog Sat Mar  7 07:10:29 2009
@@ -3,8 +3,11 @@
   * Take over for the Debian Perl Group; Closes: #430978 -- RFA
   * add myself to Uploaders
   * New upstream release
+  * policy 3.8.0
+  * debhelper 7
+  * machine readable copyright format
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Fri, 06 Mar 2009 23:04:03 -0800
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Fri, 06 Mar 2009 23:05:16 -0800
 
 libdata-flow-perl (0.09-1) unstable; urgency=low
 

Modified: trunk/libdata-flow-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-flow-perl/debian/compat?rev=31613&op=diff
==============================================================================
--- trunk/libdata-flow-perl/debian/compat (original)
+++ trunk/libdata-flow-perl/debian/compat Sat Mar  7 07:10:29 2009
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libdata-flow-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-flow-perl/debian/control?rev=31613&op=diff
==============================================================================
--- trunk/libdata-flow-perl/debian/control (original)
+++ trunk/libdata-flow-perl/debian/control Sat Mar  7 07:10:29 2009
@@ -3,17 +3,17 @@
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
-Standards-Version: 3.7.2
+Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/Data-Flow/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdata-flow-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdata-flow-perl/
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 7)
 
 Package: libdata-flow-perl
 Architecture: all
 Depends: ${misc: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 
+ 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:

Modified: trunk/libdata-flow-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-flow-perl/debian/copyright?rev=31613&op=diff
==============================================================================
--- trunk/libdata-flow-perl/debian/copyright (original)
+++ trunk/libdata-flow-perl/debian/copyright Sat Mar  7 07:10:29 2009
@@ -1,24 +1,30 @@
-This is the debian package for the Data::Flow module.
-It was created by Elie Rosenblum <fnord at debian.org> using dh-make-perl.
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Ilya Zakharevich <cpan at ilyaz.org>
+Upstream-Source: http://search.cpan.org/dist/Data-Flow/
+Upstream-Name: Data-Flow
 
-The upstream author is: 
+Files: *
+Copyright: 1996-2008 Ilya Zakharevich <cpan at ilyaz.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-Ilya Zakharevich, ilya at math.ohio-state.edu.
+Files: debian/*
+Copyright: 2001-2003, Elie Rosenblum <fnord at debian.org>
+ 2007, Matej Vela <vela at debian.org>
+ 2009, Ryan Niebur <ryanryan52 at gmail.com>
+License: Artistic | GPL-1+
 
-Ilya has stated:
-All the stuff I release is distributed on the "same as Perl" basis, so                              
-this holds.                                                                                         
+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'
 
-This means:
+License: GPL-1+
     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.
-
+    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' and
-    the Artistic Licence in `/usr/share/common-licenses/Artistic'.
+    Public License can be found in `/usr/share/common-licenses/GPL'

Modified: trunk/libdata-flow-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-flow-perl/debian/rules?rev=31613&op=diff
==============================================================================
--- trunk/libdata-flow-perl/debian/rules (original)
+++ trunk/libdata-flow-perl/debian/rules Sat Mar  7 07:10:29 2009
@@ -1,53 +1,23 @@
 #!/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
+	dh build
+	touch $@
 
 clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp
+	dh $@
 
-	[ ! -f Makefile ] || $(MAKE) distclean
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
 
-	dh_clean
+binary-arch:
 
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
+binary-indep: install
+	dh $@
 
-	$(MAKE) DESTDIR=$(CURDIR)/debian/libdata-flow-perl install
+binary: binary-arch binary-indep
 
-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
+.PHONY: binary binary-arch binary-indep install clean build




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