[Pkg-mozext-commits] [adblock-plus] 232/464: Include resources/ subdirectory in the package

David Prévot taffit at moszumanska.debian.org
Tue Jul 22 20:44:20 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 5defb550e1beaf4cf8bd636cde5d218774d9ea6f
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Fri Apr 27 12:12:22 2012 +0200

    Include resources/ subdirectory in the package
---
 packager.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packager.py b/packager.py
index 0eacf01..ee3c37b 100644
--- a/packager.py
+++ b/packager.py
@@ -48,7 +48,7 @@ def getChromeSubdirs(baseDir, locales):
   return result
 
 def getXPIFiles(baseDir):
-  for file in ('components', 'modules', 'defaults', 'chrome.manifest', 'icon.png', 'icon64.png'):
+  for file in ('components', 'modules', 'resources', 'defaults', 'chrome.manifest', 'icon.png', 'icon64.png'):
     yield os.path.join(baseDir, file)
   for file in os.listdir(baseDir):
     if file.endswith('.js') or file.endswith('.xml'):

-- 
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