r36942 - in /trunk/libmocked-perl/debian: changelog compat control copyright libmocked-perl.docs rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun May 31 13:57:59 UTC 2009


Author: gregoa
Date: Sun May 31 13:57:53 2009
New Revision: 36942

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=36942
Log:
* Minimize debian/rules, bump debhelper build dependency and debian/compat.
* Add /me to Uploaders.
* debian/copyright: switch to new format.

Added:
    trunk/libmocked-perl/debian/libmocked-perl.docs
Modified:
    trunk/libmocked-perl/debian/changelog
    trunk/libmocked-perl/debian/compat
    trunk/libmocked-perl/debian/control
    trunk/libmocked-perl/debian/copyright
    trunk/libmocked-perl/debian/rules

Modified: trunk/libmocked-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmocked-perl/debian/changelog?rev=36942&op=diff
==============================================================================
--- trunk/libmocked-perl/debian/changelog (original)
+++ trunk/libmocked-perl/debian/changelog Sun May 31 13:57:53 2009
@@ -1,7 +1,13 @@
 libmocked-perl (0.09-3) UNRELEASED; urgency=low
 
+  [ Ryan Niebur ]
   * Add myself to Uploaders
   * add missing build dep on liburi-perl (Closes: #531234)
+
+  [ gregor herrmann ]
+  * Minimize debian/rules, bump debhelper build dependency and debian/compat.
+  * Add /me to Uploaders.
+  * debian/copyright: switch to new format.
 
  -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 31 May 2009 00:03:25 -0700
 

Modified: trunk/libmocked-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmocked-perl/debian/compat?rev=36942&op=diff
==============================================================================
--- trunk/libmocked-perl/debian/compat (original)
+++ trunk/libmocked-perl/debian/compat Sun May 31 13:57:53 2009
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libmocked-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmocked-perl/debian/control?rev=36942&op=diff
==============================================================================
--- trunk/libmocked-perl/debian/control (original)
+++ trunk/libmocked-perl/debian/control Sun May 31 13:57:53 2009
@@ -1,10 +1,12 @@
 Source: libmocked-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: perl (>= 5.8.8-12), libtest-exception-perl, liburi-perl
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libtest-exception-perl, liburi-perl, perl (>= 5.8.8-12)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Christoph Berg <myon at debian.org>, Ryan Niebur <ryanryan52 at gmail.com>
+Uploaders: Christoph Berg <myon at debian.org>,
+ Ryan Niebur <ryanryan52 at gmail.com>,
+ gregor herrmann <gregoa at debian.org>
 Standards-Version: 3.8.1
 Homepage: http://search.cpan.org/dist/mocked/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmocked-perl/
@@ -12,8 +14,8 @@
 
 Package: libmocked-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}
-Description: use real libraries from within mocked libraries
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: module to use real libraries from within mocked libraries
  When mocking modules using 'mocked', you are certain that no extra "real"
  libraries are being loaded.  But sometimes you don't want to use real
  libraries from within your mocked library.  This module allows you to load

Modified: trunk/libmocked-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmocked-perl/debian/copyright?rev=36942&op=diff
==============================================================================
--- trunk/libmocked-perl/debian/copyright (original)
+++ trunk/libmocked-perl/debian/copyright Sun May 31 13:57:53 2009
@@ -1,18 +1,38 @@
-This is the debian package for the Perl mocked module.
-It was created by Christoph Berg <myon at debian.org> using dh-make-perl.
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Luke Closs, <cpan at 5thplane.com>
+Upstream-Source: http://search.cpan.org/dist/mocked/
+Upstream-Name: mocked
 
-It was downloaded from http://search.cpan.org/dist/mocked/
+Files: *
+Copyright: Luke Closs, <cpan at 5thplane.com>,
+ Scott McWhirter <kungfuftr at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-The upstream authors are:
-  Luke Closs <cpan at 5thplane.com>
-  Scott McWhirter <kungfuftr at cpan.org>
+Files: inc/Module/*
+Copyright: 2002-2009, Adam Kennedy <adamk at cpan.org>
+ 2002-2009, Audrey Tang <autrijus at autrijus.org>
+ 2002-2009, Brian Ingerson <ingy at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-License:
+Files: debian/*
+Copyright: 2009, Christoph Berg <myon at debian.org>
+ 2009, Ryan Niebur <ryanryan52 at gmail.com>
+ 2009, gregor herrmann <gregoa at debian.org>
+License: Artistic | GPL-1+
 
-This program is free software; you can redistribute it and/or modify it
-under the same terms as Perl itself.
+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'
 
-Perl is distributed under your choice of the GNU General Public License or
-the Artistic License.  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'.
+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/libmocked-perl/debian/libmocked-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmocked-perl/debian/libmocked-perl.docs?rev=36942&op=file
==============================================================================
--- trunk/libmocked-perl/debian/libmocked-perl.docs (added)
+++ trunk/libmocked-perl/debian/libmocked-perl.docs Sun May 31 13:57:53 2009
@@ -1,0 +1,1 @@
+README

Modified: trunk/libmocked-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmocked-perl/debian/rules?rev=36942&op=diff
==============================================================================
--- trunk/libmocked-perl/debian/rules (original)
+++ trunk/libmocked-perl/debian/rules Sun May 31 13:57:53 2009
@@ -1,81 +1,4 @@
 #!/usr/bin/make -f
-# This debian/rules file is provided as a template for normal perl
-# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
-# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
-# be used freely wherever it is useful.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
-export PERL_MM_USE_DEFAULT=1
-
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP     =$(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-
-	# As this is a architecture independent package, we are not
-	# supposed to install stuff to /usr/lib. MakeMaker creates
-	# the dirs, we prevent this by setting the INSTALLVENDORARCH
-	# and VENDORARCHEXP environment variables.
-
-	# Add commands to compile the package here
-	$(PERL) Makefile.PL INSTALLDIRS=vendor \
-		INSTALLVENDORARCH=/usr/share/perl5/ \
-		VENDORARCHEXP=/usr/share/perl5/
-	$(MAKE)
-	$(MAKE) test
-
-	touch $@
-
-clean:
-	dh_testdir
-	dh_testroot
-
-	dh_clean build-stamp install-stamp
-
-	# Add commands to clean up after the build process here
-	[ ! -f Makefile ] || $(MAKE) realclean
-
-install: build install-stamp
-install-stamp:
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-
-	# Add commands to install the package into debian/$PACKAGE_NAME here
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-
-	touch $@
-
-binary-arch:
-# We have nothing to do here for an architecture-independent package
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installexamples
-	dh_installdocs README
-	dh_installchangelogs Changes
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-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
+%:
+	dh $@




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