r22185 - in /trunk/libtest-mockobject-perl/debian: changelog compat control patches/ patches/MockObject.pm.patch patches/series rules

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Thu Jun 26 11:02:27 UTC 2008


Author: eloy
Date: Thu Jun 26 11:02:27 2008
New Revision: 22185

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=22185
Log:
  * debian/control:
   + Build-Depends: changed debhelper version to 7, added quilt as dependency
   + Standards-Version: bumped to 3.8.0 (no changes)
   + Uploaders: added me
  * debian/compat: bumbed to 7 (no changes)
  * debian/rules: used rules.simple from debhelper 7


Added:
    trunk/libtest-mockobject-perl/debian/patches/
    trunk/libtest-mockobject-perl/debian/patches/MockObject.pm.patch
    trunk/libtest-mockobject-perl/debian/patches/series
Modified:
    trunk/libtest-mockobject-perl/debian/changelog
    trunk/libtest-mockobject-perl/debian/compat
    trunk/libtest-mockobject-perl/debian/control
    trunk/libtest-mockobject-perl/debian/rules

Modified: trunk/libtest-mockobject-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-mockobject-perl/debian/changelog?rev=22185&op=diff
==============================================================================
--- trunk/libtest-mockobject-perl/debian/changelog (original)
+++ trunk/libtest-mockobject-perl/debian/changelog Thu Jun 26 11:02:27 2008
@@ -1,5 +1,13 @@
 libtest-mockobject-perl (1.09-1) UNRELEASED; urgency=low
 
+  [ Krzysztof Krzyżaniak (eloy) ]
+  * debian/control:
+   + Build-Depends: changed debhelper version to 7, added quilt as dependency
+   + Standards-Version: bumped to 3.8.0 (no changes)
+   + Uploaders: added me
+  * debian/compat: bumbed to 7 (no changes)
+  * debian/rules: used rules.simple from debhelper 7
+  
   [ gregor herrmann ]
   * debian/rules: delete /usr/lib/perl5 only if it exists.
 

Modified: trunk/libtest-mockobject-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-mockobject-perl/debian/compat?rev=22185&op=diff
==============================================================================
--- trunk/libtest-mockobject-perl/debian/compat (original)
+++ trunk/libtest-mockobject-perl/debian/compat Thu Jun 26 11:02:27 2008
@@ -1,1 +1,1 @@
-4
+7

Modified: trunk/libtest-mockobject-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-mockobject-perl/debian/control?rev=22185&op=diff
==============================================================================
--- trunk/libtest-mockobject-perl/debian/control (original)
+++ trunk/libtest-mockobject-perl/debian/control Thu Jun 26 11:02:27 2008
@@ -3,9 +3,10 @@
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybonci at debian.org>, Gunnar Wolf <gwolf at debian.org>
-Build-Depends: debhelper (>> 4.0.0), libmodule-build-perl
+ Krzysztof Krzyżaniak (eloy) <eloy at debian.org>
+Build-Depends: debhelper (>= 7), libmodule-build-perl, quilt
 Build-Depends-Indep: perl (>= 5.6.0-16), libtest-exception-perl, libtest-warn-perl, libuniversal-isa-perl, libuniversal-can-perl
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/Test-MockObject/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-mockobject-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-mockobject-perl/

Added: trunk/libtest-mockobject-perl/debian/patches/MockObject.pm.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-mockobject-perl/debian/patches/MockObject.pm.patch?rev=22185&op=file
==============================================================================
--- trunk/libtest-mockobject-perl/debian/patches/MockObject.pm.patch (added)
+++ trunk/libtest-mockobject-perl/debian/patches/MockObject.pm.patch Thu Jun 26 11:02:27 2008
@@ -1,0 +1,13 @@
+--- MockObject.pm	2008-05-27 08:16:32.000000000 +0200
++++ MockObject.pm.new	2008-06-26 12:53:27.000000000 +0200
+@@ -558,8 +558,8 @@
+ before a use or require or place it before a C<use_ok()> or C<require_ok()>
+ call.
+ 
+-You can optionally add functions to the mocked module by passing them as name
+-=> coderef pairs to C<fake_module()>.  This is handy if you want to test an
++You can optionally add functions to the mocked module by passing them as 
++name => coderef pairs to C<fake_module()>.  This is handy if you want to test an
+ C<import()>:
+ 
+     my $import;

Added: trunk/libtest-mockobject-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-mockobject-perl/debian/patches/series?rev=22185&op=file
==============================================================================
--- trunk/libtest-mockobject-perl/debian/patches/series (added)
+++ trunk/libtest-mockobject-perl/debian/patches/series Thu Jun 26 11:02:27 2008
@@ -1,0 +1,1 @@
+MockObject.pm.patch

Modified: trunk/libtest-mockobject-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-mockobject-perl/debian/rules?rev=22185&op=diff
==============================================================================
--- trunk/libtest-mockobject-perl/debian/rules (original)
+++ trunk/libtest-mockobject-perl/debian/rules Thu Jun 26 11:02:27 2008
@@ -1,53 +1,24 @@
 #!/usr/bin/make -f
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+include /usr/share/quilt/quilt.make
 
-# This is the debhelper compatibility version to use.
-# export DH_COMPAT=4
+build: build-stamp
+build-stamp: $(QUILT_STAMPFN)
+	dh build
+	touch build-stamp
 
-PACKAGE=`pwd | sed -e "s/.*\/\\(.*\\)-.*/\\1/"`
+clean:
+	dh clean
 
+install: build install-stamp
+install-stamp:
+	dh install
+	touch install-stamp
 
-build:
-	dh_testdir
-	# Add here commands to compile the package.
-	perl Makefile.PL verbose INSTALLDIRS=vendor
-clean:
-	dh_testdir
-	dh_testroot
+binary-arch: install
+	dh binary-arch
 
-	[ ! -f Makefile ] || $(MAKE) clean
-	rm -f Makefile.old
-	dh_clean
+binary-indep: install
+	dh binary-indep
 
-install:
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
-
-	$(MAKE) PREFIX=$(CURDIR)/debian/$(PACKAGE)/usr OPTIMIZE="-O2 -g -Wall" test install
-	[ ! -d $(CURDIR)/debian/$(shell dh_listpackages)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(CURDIR)/debian/$(shell dh_listpackages)/usr/lib/perl5
-
-binary-arch:;
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installman
-	dh_installchangelogs Changes
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_perl
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+binary: binary-arch binary-indep




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