[mate-tweak] 02/03: debian/patches: Add 1001_python3-shebangs.patch. Make sure python3 gets used with mate-tweak.

Mike Gabriel sunweaver at debian.org
Mon Aug 24 10:48:22 UTC 2015


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

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

commit a026115712a943fd7daf8dcee4a99a7533ad2470
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Aug 24 12:43:13 2015 +0200

    debian/patches: Add 1001_python3-shebangs.patch. Make sure python3 gets used with mate-tweak.
---
 debian/patches/1001_python3-shebangs.patch | 35 ++++++++++++++++++++++++++++++
 debian/patches/README                      |  3 +++
 debian/patches/series                      |  1 +
 3 files changed, 39 insertions(+)

diff --git a/debian/patches/1001_python3-shebangs.patch b/debian/patches/1001_python3-shebangs.patch
new file mode 100644
index 0000000..b265fef
--- /dev/null
+++ b/debian/patches/1001_python3-shebangs.patch
@@ -0,0 +1,35 @@
+Description: Make sure python3 gets launched for mate-tweak and its utils
+Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+
+--- a/mate-tweak
++++ b/mate-tweak
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python3
+ 
+ # Copyright (C) 2007-2014 by Clement Lefebvre <root at linuxmint.com>
+ # Copyright (C) 2015 Martin Wimpress <code at ubuntu-mate.org>
+--- a/util/disable-mate-volume-applet
++++ b/util/disable-mate-volume-applet
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python3
+ # -*- coding: utf-8 -*-
+ 
+ # Copyright (C) 2007-2014 by Clement Lefebvre <root at linuxmint.com>
+--- a/util/install-mate-panel-layout
++++ b/util/install-mate-panel-layout
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python3
+ # -*- coding: utf-8 -*-
+ 
+ # Copyright (C) 2015 Martin Wimpress <code at ubuntu-mate.org>
+--- a/util/mate-panel-backup
++++ b/util/mate-panel-backup
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python3
+ # -*- coding: utf-8 -*-
+ 
+ # Copyright (C) 2015 Martin Wimpress <code at ubuntu-mate.org>
diff --git a/debian/patches/README b/debian/patches/README
new file mode 100644
index 0000000..80c1584
--- /dev/null
+++ b/debian/patches/README
@@ -0,0 +1,3 @@
+0xxx: Grabbed from upstream development.
+1xxx: Possibly relevant for upstream adoption.
+2xxx: Only relevant for official Debian release.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..6f88755
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+1001_python3-shebangs.patch

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



More information about the pkg-mate-commits mailing list