Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
Fix dankling symlink
· 02513ff0
Andreas Tille
authored
Jan 17, 2019
02513ff0
debhelper 12
· 682ecb78
Andreas Tille
authored
Jan 17, 2019
682ecb78
Standards-Version: 4.3.0
· d9e1be29
Andreas Tille
authored
Jan 17, 2019
d9e1be29
Fix expression to obtain lib file
· 94305801
Andreas Tille
authored
Jan 17, 2019
94305801
Upload to unstable
· cd6f5444
Andreas Tille
authored
Jan 17, 2019
cd6f5444
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
cd6f5444
libhmsbeagle (3.1.2+dfsg-3) unstable; urgency=medium
* Fix dankling symlink
Closes: #919582
* debhelper 12
* Standards-Version: 4.3.0
-- Andreas Tille <tille@debian.org> Thu, 17 Jan 2019 18:36:10 +0100
libhmsbeagle (3.1.2+dfsg-2) unstable; urgency=medium
* Fix broken symlink
...
...
debian/compat
View file @
cd6f5444
1
1
1
2
debian/control
View file @
cd6f5444
...
...
@@ -4,7 +4,7 @@ Uploaders: Tim Booth <tbooth@ceh.ac.uk>,
Andreas Tille <tille@debian.org>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 1
1
~),
Build-Depends: debhelper (>= 1
2
~),
doxygen,
graphviz,
javahelper,
...
...
@@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 11~),
ocl-icd-opencl-dev | opencl-dev,
pocl-opencl-icd [amd64] | opencl-icd [amd64],
clinfo
Standards-Version: 4.
2.1
Standards-Version: 4.
3.0
Vcs-Browser: https://salsa.debian.org/med-team/libhmsbeagle
Vcs-Git: https://salsa.debian.org/med-team/libhmsbeagle.git
Homepage: https://github.com/beagle-dev/beagle-lib
...
...
debian/rules
View file @
cd6f5444
...
...
@@ -9,7 +9,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
include
/usr/share/dpkg/default.mk
lib
:=
$(
DEB_SOURCE
)
1v5
lib
:=
$(
shell
grep
Package: debian/control |
grep
-v
-e
"
$(
DEB_SOURCE
)
-"
|
sed
's/Package: \+//'
)
use_sse
:=
$(
shell
if
[
`
dpkg-architecture
-qDEB_BUILD_ARCH
`
=
amd64
]
;
then
echo yes
;
else
echo
no
;
fi
)
BUILDGNUTYPE
:=
$(
shell dpkg-architecture
-qDEB_BUILD_GNU_TYPE
)
BUILDARCH
:=
$(
shell dpkg-architecture
-qDEB_BUILD_ARCH
)
...
...
@@ -68,4 +68,5 @@ endif
override_dh_link
:
dh_link
dh_link
-plibhmsbeagle-dev
usr/lib/
$(
BUILDGNUTYPE
)
/libhmsbeagle-opencl.so.21 usr/lib/
$(
BUILDGNUTYPE
)
/libhmsbeagle-opencl.so
opencllib
=
`
find debian/
$(
lib
)
/usr/lib
-name
"libhmsbeagle-opencl.so.*"
|
sed
's?debian/
$(
lib
)
/??'
|
grep
-v
'\.0$$'
`
;
\
dh_link
-plibhmsbeagle-dev
$${
opencllib
}
usr/lib/
$(
BUILDGNUTYPE
)
/libhmsbeagle-opencl.so