r22660 - in /trunk/libtest-nowarnings-perl/debian: changelog compat control copyright rules

tincho at users.alioth.debian.org tincho at users.alioth.debian.org
Wed Jul 2 04:01:54 UTC 2008


Author: tincho
Date: Wed Jul  2 04:01:51 2008
New Revision: 22660

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=22660
Log:
* debian/rules: synced with current templates for dh7.
* debian/control: increased debhelper dependency to 7, added myself to
  Uploaders, bumped Standards-Version with no changes.
* debian/copyright: new format.

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

Modified: trunk/libtest-nowarnings-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-nowarnings-perl/debian/changelog?rev=22660&op=diff
==============================================================================
--- trunk/libtest-nowarnings-perl/debian/changelog (original)
+++ trunk/libtest-nowarnings-perl/debian/changelog Wed Jul  2 04:01:51 2008
@@ -13,6 +13,10 @@
 
   [ Martín Ferrari ]
   * New upstream release.
+  * debian/rules: synced with current templates for dh7.
+  * debian/control: increased debhelper dependency to 7, added myself to
+    Uploaders, bumped Standards-Version with no changes.
+  * debian/copyright: new format.
 
  -- Martín Ferrari <tincho at debian.org>  Wed, 02 Jul 2008 00:07:08 -0300
 

Modified: trunk/libtest-nowarnings-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-nowarnings-perl/debian/compat?rev=22660&op=diff
==============================================================================
--- trunk/libtest-nowarnings-perl/debian/compat (original)
+++ trunk/libtest-nowarnings-perl/debian/compat Wed Jul  2 04:01:51 2008
@@ -1,1 +1,1 @@
-4
+7

Modified: trunk/libtest-nowarnings-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-nowarnings-perl/debian/control?rev=22660&op=diff
==============================================================================
--- trunk/libtest-nowarnings-perl/debian/control (original)
+++ trunk/libtest-nowarnings-perl/debian/control Wed Jul  2 04:01:51 2008
@@ -2,10 +2,11 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Florian Ragwitz <rafl at debian.org>
-Build-Depends: debhelper (>= 4.0.0)
+Uploaders: Florian Ragwitz <rafl at debian.org>,
+ Martín Ferrari <tincho at debian.org>
+Build-Depends: debhelper (>= 7.0.0)
 Build-Depends-Indep: perl, libtest-tester-perl (>= 0.103)
-Standards-Version: 3.6.2
+Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/Test-NoWarnings/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-nowarnings-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-nowarnings-perl/

Modified: trunk/libtest-nowarnings-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-nowarnings-perl/debian/copyright?rev=22660&op=diff
==============================================================================
--- trunk/libtest-nowarnings-perl/debian/copyright (original)
+++ trunk/libtest-nowarnings-perl/debian/copyright Wed Jul  2 04:01:51 2008
@@ -1,12 +1,25 @@
-This package was debianized by Florian Ragwitz <florian at mookooh.org> on
-Tue, 12 Jul 2005 15:20:23 +0200.
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+Upstream-Author: 
+Packaged-By: Florian Ragwitz <florian at mookooh.org>
+Packaged-Date: Tue, 12 Jul 2005 15:20:23 +0200.
+Original-Source-Location: http://search.cpan.org/dist/Test-NoWarnings/
+Original-Source-Command: uscan --force-download
+Original-Source-Depends: devscripts
 
-It was downloaded from http://search.cpan.org/~fdaly/Test-NoWarnings/
+Files: *
+Copyright: © 2003 Fergal Daly <fergal at esatclear.ie>
+License: LGPL
+ This program is free software and comes with no warranty. It is distributed
+ under the LGPL license.
 
-Copyright Holder: Copyright 2003 by Fergal Daly <fergal at esatclear.ie>
+Files: debian/*
+Copyright: © 2008 Debian Perl Group <debian-perl at lists.debian.org>
+           © 2008 Marc 'HE' Brockschmidt <he at debian.org>
+	   © 2005-2006 Florian Ragwitz <rafl at debian.org>
+License: other
+ It is being assumed that all previous maintainers did choose a license
+ compatible with the license used by upstream.
 
-License:
+On Debian GNU/Linux systems you can find the full text of the LGPL license in
+/usr/share/common-licenses/LGPL.
 
-This program is free software and comes with no warranty. It is distributed
-under the LGPL license. On Debian GNU/Linux systems you can find the full text
-of the LGPL license in /usr/share/common-licenses/LGPL.

Modified: trunk/libtest-nowarnings-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-nowarnings-perl/debian/rules?rev=22660&op=diff
==============================================================================
--- trunk/libtest-nowarnings-perl/debian/rules (original)
+++ trunk/libtest-nowarnings-perl/debian/rules Wed Jul  2 04:01:51 2008
@@ -1,56 +1,26 @@
 #!/usr/bin/make -f
 
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP     =$(CURDIR)/debian/$(PACKAGE)
+#export DH_VERBOSE=1
+export PERL_MM_USE_DEFAULT=1
 
 build: build-stamp
 build-stamp:
-	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	touch build-stamp
+	dh build
+	touch $@
 
 clean:
-	dh_testdir
-	dh_testroot
-	-$(MAKE) distclean
-	dh_clean build-stamp install-stamp
+	dh $@
 
 install: install-stamp
 install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	$(MAKE) test
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5/
-	touch install-stamp
+	dh install
+	touch $@
 
 binary-arch:
-# We have nothing to do by default.
 
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_perl
-	dh_installchangelogs CHANGES
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+binary-indep: install
+	dh $@
 
-source diff:                                                                  
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+binary: binary-arch binary-indep
 
-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