[mate-dock-applet] 16/18: debian/patches: Add 1003_fix-shebangs.patch. Fix two flawed shebangs.

Mike Gabriel sunweaver at debian.org
Mon Feb 15 04:44:12 UTC 2016


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

sunweaver pushed a commit to branch master
in repository mate-dock-applet.

commit b309e56b7add56008995326d91ea71fa483f16b2
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Feb 15 04:33:11 2016 +0100

    debian/patches: Add 1003_fix-shebangs.patch. Fix two flawed shebangs.
---
 debian/patches/1003_fix-shebangs.patch | 20 ++++++++++++++++++++
 debian/patches/series                  |  1 +
 2 files changed, 21 insertions(+)

diff --git a/debian/patches/1003_fix-shebangs.patch b/debian/patches/1003_fix-shebangs.patch
new file mode 100644
index 0000000..eeb70b3
--- /dev/null
+++ b/debian/patches/1003_fix-shebangs.patch
@@ -0,0 +1,20 @@
+Description: Fix to flawed shebangs
+Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+Forwarded: https://github.com/robint99/dock-applet/issues/40
+
+--- a/src/docked_app.in
++++ b/src/docked_app.in
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env/ python3
++#!/usr/bin/env python3
+ """Provide functionality relating to an app in a dock.
+ 
+     Allow info relating to a running app (e.g. icon, command line,
+--- a/src/dom_color.in
++++ b/src/dom_color.in
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env/python3
++#!/usr/bin/env python3
+ """ Calculate the dominant color of an image
+ 
+     Code obtained from: https://stackoverflow.com/questions/34084142/python-3-most-common-color-in-image-kmeans-data-type-match
diff --git a/debian/patches/series b/debian/patches/series
index 3a98cca..932349e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 1001_proper-make-clean.patch
 1002_fix-typos.patch
+1003_fix-shebangs.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-dock-applet.git



More information about the pkg-mate-commits mailing list