r59180 - in /trunk/libgnupg-perl/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Jun 11 13:21:38 UTC 2010


Author: gregoa
Date: Fri Jun 11 13:21:11 2010
New Revision: 59180

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=59180
Log:
Backup and restore test/ directory before/after dh_auto_test.

Modified:
    trunk/libgnupg-perl/debian/changelog
    trunk/libgnupg-perl/debian/control
    trunk/libgnupg-perl/debian/rules

Modified: trunk/libgnupg-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnupg-perl/debian/changelog?rev=59180&op=diff
==============================================================================
--- trunk/libgnupg-perl/debian/changelog (original)
+++ trunk/libgnupg-perl/debian/changelog Fri Jun 11 13:21:11 2010
@@ -1,11 +1,4 @@
 libgnupg-perl (0.17-1) UNRELEASED; urgency=low
-
-  PROBLEM:
-  fails to build twice because of changes in
-  libgnupg-perl-0.17/test/random_seed
-  libgnupg-perl-0.17/test/secring.gpg
-  libgnupg-perl-0.17/test/trustdb.gpg
-  libgnupg-perl-0.17/test/pubring.gpg
 
   [ Salvatore Bonaccorso ]
   * debian/copyright: Fix License for debian/* packaging to Artistic or
@@ -15,6 +8,9 @@
   * New upstream release
     + Includes the patch from Niko Tyni fixing a hang during build
       (Closes: #583072)
+
+  [ gregor herrmann ]
+  * Backup and restore test/ directory before/after dh_auto_test.
 
  -- Damyan Ivanov <dmn at debian.org>  Tue, 25 May 2010 21:19:19 +0300
 

Modified: trunk/libgnupg-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnupg-perl/debian/control?rev=59180&op=diff
==============================================================================
--- trunk/libgnupg-perl/debian/control (original)
+++ trunk/libgnupg-perl/debian/control Fri Jun 11 13:21:11 2010
@@ -1,7 +1,7 @@
 Source: libgnupg-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.50~)
 Build-Depends-Indep: gnupg, perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>, Ryan Niebur <ryan at debian.org>,

Modified: trunk/libgnupg-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnupg-perl/debian/rules?rev=59180&op=diff
==============================================================================
--- trunk/libgnupg-perl/debian/rules (original)
+++ trunk/libgnupg-perl/debian/rules Fri Jun 11 13:21:11 2010
@@ -2,3 +2,8 @@
 
 %:
 	dh $@
+
+override_dh_auto_test:
+	cp -r $(CURDIR)/test $(CURDIR)/test.ori
+	dh_auto_test
+	rm -r $(CURDIR)/test && mv $(CURDIR)/test.ori $(CURDIR)/test




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