[Po4a-commits] r2593 - /trunk/Po4aBuilder.pm
barbier at users.alioth.debian.org
barbier at users.alioth.debian.org
Mon Sep 24 22:06:29 UTC 2012
Author: barbier
Date: Mon Sep 24 22:06:29 2012
New Revision: 2593
URL: http://svn.debian.org/wsvn/po4a/?sc=1&rev=2593
Log:
Do not call po4a-build when running the 'dist' target
Modified:
trunk/Po4aBuilder.pm
Modified: trunk/Po4aBuilder.pm
URL: http://svn.debian.org/wsvn/po4a/trunk/Po4aBuilder.pm?rev=2593&op=diff
==============================================================================
--- trunk/Po4aBuilder.pm (original)
+++ trunk/Po4aBuilder.pm Mon Sep 24 22:06:29 2012
@@ -144,9 +144,8 @@
$self->depends_on('test');
$self->depends_on('binpo');
+ $self->depends_on('manpo');
$self->depends_on('distdir');
-
- system("./share/po4a-build --pot-only -f ./po4a-build.conf") and die;
my $dist_dir = $self->dist_dir;
@@ -163,6 +162,7 @@
my $self = shift;
my $cmd = "PERL5LIB=lib perl po4a "; # Use this version of po4a
+ $cmd .= "--force ";
$cmd .= "--previous ";
$cmd .= "--no-translations ";
$cmd .= "--msgid-bugs-address po4a-devel\@lists.alioth.debian.org ";
More information about the Po4a-commits
mailing list