Gert Wollny pushed to branch master at Debian Med / insighttoolkit


Commits:
a783dd5c by Gert Wollny at 2020-04-25T16:04:35+02:00
d/rules: Use python module path from version Closes: #956834

- - - - -
ff480fec by Gert Wollny at 2020-04-25T16:04:59+02:00
d/changelog: Make new release

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+insighttoolkit4 (4.13.2-dfsg1-9) unstable; urgency=medium
+
+  * d/rules: Use python module path from version Closes: #956834
+
+ -- Gert Wollny <[email protected]>  Sat, 25 Apr 2020 16:04:42 +0200
+
 insighttoolkit4 (4.13.2-dfsg1-8) unstable; urgency=medium
 
   [ Steve Robbins ]


=====================================
debian/rules
=====================================
@@ -5,6 +5,7 @@ VER_MINOR = 13
 VER_REVISION = 2
 VERSION = $(VER_MAJOR).$(VER_MINOR).$(VER_REVISION)
 SOVERSION = $(VER_MAJOR).$(VER_MINOR)
+PYVER    := $(shell py3versions -dv)
 
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
@@ -135,7 +136,7 @@ endif
         #
         # pkg_python 
 ifeq ($(ENABLE_PYTHON),1)
-       dh_install -p$(pkg_python) debian/tmp/usr/lib/python*/* 
usr/lib/python3.7/
+       dh_install -p$(pkg_python) debian/tmp/usr/lib/python*/* 
usr/lib/python$(PYVER)/
 endif 
        # remove build directory to save space
        rm -rf BUILD debian/tmp



View it on GitLab: 
https://salsa.debian.org/med-team/insighttoolkit/-/compare/fac2b6e81c654d9a2038d6ce6f9db5a2b2eb2bad...ff480fecfc573965c1b0e10efb35d360dd979ebc

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/insighttoolkit/-/compare/fac2b6e81c654d9a2038d6ce6f9db5a2b2eb2bad...ff480fecfc573965c1b0e10efb35d360dd979ebc
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to