Skip to content
Commits on Source (7)
mgltools-vision (1.5.7+dfsg-2) UNRELEASED; urgency=medium
mgltools-vision (1.5.7+dfsg-2) unstable; urgency=medium
* Team upload
[ Jelmer Vernooij ]
* Remove unnecessary X-Python{,3}-Version field in debian/control.
-- Jelmer Vernooij <jelmer@debian.org> Thu, 25 Oct 2018 00:03:58 +0000
[ Andreas Tille ]
* Depends idle-python2.7 only (not idle any more)
Closes: #890134
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
* Remove trailing whitespace in debian/copyright
* Do not parse d/changelog
-- Andreas Tille <tille@debian.org> Wed, 19 Dec 2018 11:34:12 +0100
mgltools-vision (1.5.7+dfsg-1) unstable; urgency=medium
......
......@@ -5,13 +5,13 @@ Uploaders: Steffen Moeller <moeller@debian.org>,
Section: non-free/science
XS-Autobuild: yes
Priority: optional
Build-Depends: debhelper (>= 10),
Build-Depends: debhelper (>= 11~),
python-all,
python-numpy,
dh-python
Standards-Version: 4.1.2
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/mgltools-vision.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/mgltools-vision.git
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/mgltools-vision
Vcs-Git: https://salsa.debian.org/med-team/mgltools-vision.git
Homepage: http://mgltools.scripps.edu/
Package: mgltools-vision
......@@ -19,7 +19,7 @@ Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
${python:Depends},
idle|idle-python2.7,
idle-python2.7,
mgltools-networkeditor,
mgltools-mglutil,
mgltools-support
......
......@@ -5,7 +5,7 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
include /usr/share/dpkg/default.mk
BRANCH=`cat debian/get-orig-source/current-branch`
RCVERSION=`cat debian/get-orig-source/rc-version`
......@@ -20,13 +20,13 @@ override_dh_install:
dh_numpy
find debian -name "runVision" | xargs -r chmod +x
find debian -name *.jpg -o -name *.png -o -name *.pdb -o -name *.gif | xargs -r chmod 644
mkdir -p debian/$(DEBPKGNAME)/usr/share/$(DEBPKGNAME)
mkdir -p debian/$(DEB_SOURCE)/usr/share/$(DEB_SOURCE)
for dir in Icons doc icons ; do \
mv debian/$(DEBPKGNAME)/$(DISTDIR)/$${dir} debian/$(DEBPKGNAME)/usr/share/$(DEBPKGNAME) ; \
ln -sf ../../../../share/$(DEBPKGNAME)/$${dir} debian/$(DEBPKGNAME)/$(DISTDIR)/$${dir} ; \
mv debian/$(DEB_SOURCE)/$(DISTDIR)/$${dir} debian/$(DEB_SOURCE)/usr/share/$(DEB_SOURCE) ; \
ln -sf ../../../../share/$(DEB_SOURCE)/$${dir} debian/$(DEB_SOURCE)/$(DISTDIR)/$${dir} ; \
done
cp -a debian/lena-replacement/lena.jpg debian/$(DEBPKGNAME)/usr/share/$(DEBPKGNAME)/doc/Examples
cp -a debian/lena-replacement/lena.jpg debian/$(DEBPKGNAME)/usr/share/$(DEBPKGNAME)/doc/Examples/matplotlib/Data
cp -a debian/lena-replacement/lena.jpg debian/$(DEB_SOURCE)/usr/share/$(DEB_SOURCE)/doc/Examples
cp -a debian/lena-replacement/lena.jpg debian/$(DEB_SOURCE)/usr/share/$(DEB_SOURCE)/doc/Examples/matplotlib/Data
get-orig-source:
./debian/get-orig-source/get-orig-source $(SRC) $(BRANCH) $(RCVERSION)