Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (7)
Depends idle-python2.7 only
· dbe7f34a
Andreas Tille
authored
Dec 19, 2018
dbe7f34a
debhelper 11
· fe0461df
Andreas Tille
authored
Dec 19, 2018
fe0461df
Point Vcs fields to salsa.debian.org
· cc2464f2
Andreas Tille
authored
Dec 19, 2018
cc2464f2
Standards-Version: 4.2.1
· 42dbef35
Andreas Tille
authored
Dec 19, 2018
42dbef35
Remove trailing whitespace in debian/copyright
· 336dabd9
Andreas Tille
authored
Dec 19, 2018
336dabd9
Do not parse d/changelog
· b0ffe2db
Andreas Tille
authored
Dec 19, 2018
b0ffe2db
Upload to unstable
· 92508e50
Andreas Tille
authored
Dec 19, 2018
92508e50
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
92508e50
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
...
...
debian/compat
View file @
92508e50
1
0
1
1
debian/control
View file @
92508e50
...
...
@@ -5,13 +5,13 @@ Uploaders: Steffen Moeller <moeller@debian.org>,
Section: non-free/science
XS-Autobuild: yes
Priority: optional
Build-Depends: debhelper (>= 1
0
),
Build-Depends: debhelper (>= 1
1~
),
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
...
...
debian/copyright
View file @
92508e50
debian/rules
View file @
92508e50
...
...
@@ -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/
$(
DEB
PKGNAM
E
)
/usr/share/
$(
DEB
PKGNAM
E
)
mkdir
-p
debian/
$(
DEB
_SOURC
E
)
/usr/share/
$(
DEB
_SOURC
E
)
for
dir
in
Icons doc icons
;
do
\
mv
debian/
$(
DEB
PKGNAM
E
)
/
$(
DISTDIR
)
/
$${
dir
}
debian/
$(
DEB
PKGNAM
E
)
/usr/share/
$(
DEB
PKGNAM
E
)
;
\
ln
-sf
../../../../share/
$(
DEB
PKGNAM
E
)
/
$${
dir
}
debian/
$(
DEB
PKGNAM
E
)
/
$(
DISTDIR
)
/
$${
dir
}
;
\
mv
debian/
$(
DEB
_SOURC
E
)
/
$(
DISTDIR
)
/
$${
dir
}
debian/
$(
DEB
_SOURC
E
)
/usr/share/
$(
DEB
_SOURC
E
)
;
\
ln
-sf
../../../../share/
$(
DEB
_SOURC
E
)
/
$${
dir
}
debian/
$(
DEB
_SOURC
E
)
/
$(
DISTDIR
)
/
$${
dir
}
;
\
done
cp
-a
debian/lena-replacement/lena.jpg debian/
$(
DEB
PKGNAM
E
)
/usr/share/
$(
DEB
PKGNAM
E
)
/doc/Examples
cp
-a
debian/lena-replacement/lena.jpg debian/
$(
DEB
PKGNAM
E
)
/usr/share/
$(
DEB
PKGNAM
E
)
/doc/Examples/matplotlib/Data
cp
-a
debian/lena-replacement/lena.jpg debian/
$(
DEB
_SOURC
E
)
/usr/share/
$(
DEB
_SOURC
E
)
/doc/Examples
cp
-a
debian/lena-replacement/lena.jpg debian/
$(
DEB
_SOURC
E
)
/usr/share/
$(
DEB
_SOURC
E
)
/doc/Examples/matplotlib/Data
get-orig-source
:
./debian/get-orig-source/get-orig-source
$(
SRC
)
$(
BRANCH
)
$(
RCVERSION
)