[med-svn] [Git][med-team/odil][master] Fix python interpreter path

Nilesh Patra gitlab at salsa.debian.org
Wed Jan 13 20:45:00 GMT 2021



Nilesh Patra pushed to branch master at Debian Med / odil


Commits:
94297652 by Nilesh Patra at 2021-01-13T20:44:23+00:00
Fix python interpreter path

- - - - -


2 changed files:

- + debian/patches/fix-interpreter-path.patch
- debian/patches/series


Changes:

=====================================
debian/patches/fix-interpreter-path.patch
=====================================
@@ -0,0 +1,27 @@
+Description: Fix python interpreter path
+Author: Nilesh Patra <npatra974 at gmail.com>
+Last-Update: 2021-01-14
+--- a/documentation/conf.py
++++ b/documentation/conf.py
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python3
++#!/usr/bin/python3
+ # -*- coding: utf-8 -*-
+ #
+ # Odil documentation build configuration file, created by
+--- a/generate_registry
++++ b/generate_registry
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python3
++#!/usr/bin/python3
+ 
+ import argparse
+ import os
+--- a/applications/odil
++++ b/applications/odil
+@@ -1,4 +1,4 @@
+-#!${PYTHON_EXECUTABLE}
++#!/usr/bin/python3
+ 
+ import argparse
+ import logging


=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
 remove-soname-in-wrappers.patch
 remove_boost_exception.patch
+fix-interpreter-path.patch



View it on GitLab: https://salsa.debian.org/med-team/odil/-/commit/9429765298cfd07899758a4168c69874efa14c16

-- 
View it on GitLab: https://salsa.debian.org/med-team/odil/-/commit/9429765298cfd07899758a4168c69874efa14c16
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20210113/c17b0034/attachment-0001.html>


More information about the debian-med-commit mailing list