[Pkg-mozext-commits] [adblock-plus] 55/464: Updating to new directory structure

David Prévot taffit at moszumanska.debian.org
Tue Jul 22 20:44:02 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository adblock-plus.

commit bd3530586c4c2961fc2a808aeab5c180acdb2302
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Mon Nov 16 09:01:26 2009 +0100

    Updating to new directory structure
---
 create_xpi.pl    | 2 +-
 make_devbuild.pl | 2 +-
 make_release.pl  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/create_xpi.pl b/create_xpi.pl
index 3d4ed2e..3715b91 100644
--- a/create_xpi.pl
+++ b/create_xpi.pl
@@ -7,7 +7,7 @@
 
 use strict;
 use warnings;
-use lib qw(..);
+use lib qw(buildtools);
 use Packager;
 
 my $manifest = readFile("chrome.manifest");
diff --git a/make_devbuild.pl b/make_devbuild.pl
index 8286181..a02922a 100644
--- a/make_devbuild.pl
+++ b/make_devbuild.pl
@@ -43,7 +43,7 @@ my $build = sprintf("%04i%02i%02i%02i", $year+1900, $mon+1, $day, $hour);
 
 my $locale = (@ARGV ? "-" . join("-", @ARGV) : "");
 @ARGV = ("$baseName-$version+.$build$locale.xpi", "+.$build", @ARGV);
-do '../create_xpi.pl';
+do 'buildtools/create_xpi.pl';
 die $@ if $@;
 
 sub readFile
diff --git a/make_release.pl b/make_release.pl
index e200da8..7f74eda 100644
--- a/make_release.pl
+++ b/make_release.pl
@@ -38,7 +38,7 @@ print VERSION $ARGV[0];
 close(VERSION);
 
 @ARGV = ("../downloads/$baseName-$version.xpi");
-do '../create_xpi.pl';
+do 'buildtools/create_xpi.pl';
 die $@ if $@;
 
 die "Failed to determine current directory name" unless cwd() =~ /([^\\\/]+)[\\\/]?$/;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus.git



More information about the Pkg-mozext-commits mailing list