File: 02-do-not-install-COPYING-and-README.patch

package info (click to toggle)
gnome-shell-extension-suspend-button 0~git20160525-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 188 kB
  • ctags: 40
  • sloc: makefile: 83; xml: 17
file content (17 lines) | stat: -rw-r--r-- 619 bytes parent folder | download | duplicates (2)
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)