r27581 - /trunk/dh-make-perl/t/dists.t

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Dec 1 19:07:35 UTC 2008


Author: dmn
Date: Mon Dec  1 19:07:32 2008
New Revision: 27581

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27581
Log:
dists.t: give --data-dir so that rules can be found

Modified:
    trunk/dh-make-perl/t/dists.t

Modified: trunk/dh-make-perl/t/dists.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/t/dists.t?rev=27581&op=diff
==============================================================================
--- trunk/dh-make-perl/t/dists.t (original)
+++ trunk/dh-make-perl/t/dists.t Mon Dec  1 19:07:32 2008
@@ -54,7 +54,8 @@
     my $dist = "$Bin/dists/$dist_dir";
 
     system( "$Bin/../dh-make-perl", "--no-verbose",
-            "--home-dir", "$Bin/contents", "--sources-list",
+            "--home-dir", "$Bin/contents", "--data-dir", "$Bin/../share",
+            "--sources-list",
             "$Bin/contents/sources.list", "--email", "joemaint\@test.local",
             $dist );
 




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