r33025 - in /trunk/libend-perl/debian: changelog compat control copyright rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sat Apr 11 04:58:41 UTC 2009


Author: ryan52-guest
Date: Sat Apr 11 04:58:36 2009
New Revision: 33025

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

Modified:
    trunk/libend-perl/debian/changelog
    trunk/libend-perl/debian/compat
    trunk/libend-perl/debian/control
    trunk/libend-perl/debian/copyright
    trunk/libend-perl/debian/rules

Modified: trunk/libend-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libend-perl/debian/changelog?rev=33025&op=diff
==============================================================================
--- trunk/libend-perl/debian/changelog (original)
+++ trunk/libend-perl/debian/changelog Sat Apr 11 04:58:36 2009
@@ -8,8 +8,10 @@
   * New upstream release
   * Add myself to Uploaders
   * Debian Policy 3.8.1
+  * machine readable copyright format
+  * dh 7
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Fri, 10 Apr 2009 21:34:16 -0700
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Fri, 10 Apr 2009 21:58:08 -0700
 
 libend-perl (1.2-7) unstable; urgency=low
 

Modified: trunk/libend-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libend-perl/debian/compat?rev=33025&op=diff
==============================================================================
--- trunk/libend-perl/debian/compat (original)
+++ trunk/libend-perl/debian/compat Sat Apr 11 04:58:36 2009
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libend-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libend-perl/debian/control?rev=33025&op=diff
==============================================================================
--- trunk/libend-perl/debian/control (original)
+++ trunk/libend-perl/debian/control Sat Apr 11 04:58:36 2009
@@ -1,7 +1,7 @@
 Source: libend-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.8.0-7)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Gunnar Wolf <gwolf at debian.org>, Damyan Ivanov <dmn at debian.org>,

Modified: trunk/libend-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libend-perl/debian/copyright?rev=33025&op=diff
==============================================================================
--- trunk/libend-perl/debian/copyright (original)
+++ trunk/libend-perl/debian/copyright Sat Apr 11 04:58:36 2009
@@ -1,30 +1,39 @@
-This is the debian package for the End module.
-It was created by Marc Brockschmidt <marc at dch-faq.de> using dh-make-perl.
-It is currently maintained by the Debian Perl Group. For further
-information see http://pkg-perl.alioth.debian.org/
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Abigail <cpan at abigail.be>
+Upstream-Source: http://search.cpan.org/dist/End/
+Upstream-Name: End
 
-The sources were downloaded from CPAN:
-http://www.cpan.org/modules/by-module/End/
+Files: *
+Copyright: 2000 - 2009, Abigail <cpan at abigail.be>
+License: MIT
 
-The upstream author is: Abigail <abigail at delanet.com>
+Files: debian/*
+Copyright: 2003, Marc Brockschmidt <marc at dch-faq.de>
+ 2004, Marc 'HE' Brockschmidt <he at debian.org>
+ 2005, Andrew Pollock <apollock at debian.org>
+ 2006, David Moreno Garza <damog at debian.org>
+ 2006, Gunnar Wolf <gwolf at debian.org>
+ 2007, Damyan Ivanov <dmn at debian.org>
+ 2008, gregor herrmann <gregor+debian at comodo.priv.at>
+ 2009, Ryan Niebur <ryanryan52 at gmail.com>
+License: MIT
 
-This program is copyright 2000 by Abigail.
+License: MIT
+    Permission is hereby granted, free of charge, to any person obtaining a
+    copy of this software and associated documentation files (the "Software"),
+    to deal in the Software without restriction, including without limitation
+    the rights to use, copy, modify, merge, publish, distribute, sublicense,
+    and/or sell copies of the Software, and to permit persons to whom the
+    Software is furnished to do so, subject to the following conditions:
 
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
+    The above copyright notice and this permission notice shall be included
+    in all copies or substantial portions of the Software.
 
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
-THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT
-OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+    THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+    WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT
+    OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+    THE SOFTWARE.

Modified: trunk/libend-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libend-perl/debian/rules?rev=33025&op=diff
==============================================================================
--- trunk/libend-perl/debian/rules (original)
+++ trunk/libend-perl/debian/rules Sat Apr 11 04:58:36 2009
@@ -1,74 +1,23 @@
 #!/usr/bin/make -f
-#-*- makefile -*-
-# Made with the aid of dh_make, by Craig Small
-# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
-# Some lines taken from debmake, by Christoph Lameter.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP     =$(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
 build-stamp:
-	dh_testdir
-
-	# Add here commands to compile the package.
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
-
+	dh build
 	touch $@
 
 clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp install-stamp
-
-	# Add here commands to clean up after the build process.
-	[ ! -f Makefile ] || $(MAKE) realclean
-
-	dh_clean
+	dh $@
 
 install: install-stamp
 install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-
-	# Add here commands to install the package into debian/tmp.
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
-
+	dh install
 	touch $@
 
+binary-arch:
 
-# Build architecture-dependent files here.
-binary-arch: build install
-# We have nothing to do by default.
+binary-indep: install
+	dh $@
 
-# Build architecture-independent files here.
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs
-	dh_installdocs
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_perl
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+binary: binary-arch binary-indep
 
-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
+.PHONY: binary binary-arch binary-indep install clean build




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