1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Do not install COPYING (GPL License text) and README.md to extensions directory.
Author: Tobias Frost <tobi@debian.org>
Forwarded: mot-needed
Last-Update: 2016-09-10
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
# Retrieve the UUID from ``metadata.json``
UUID = $(shell grep -E '^[ ]*"uuid":' ./metadata.json | sed 's@^[ ]*"uuid":[ ]*"\(.\+\)",[ ]*@\1@')
-BASE_MODULES = extension.js metadata.json COPYING README.md
+BASE_MODULES = extension.js metadata.json
EXTRA_MODULES = lib.js prefs.js
MSGSRC = $(wildcard locale/*/*/*.po)
|