Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Use d-shlibs
· 05f3d9d8
Andreas Tille
authored
Jun 16, 2018
05f3d9d8
Bump library name according to soversion bump, unversioned dev package
· ad7ac1fc
Andreas Tille
authored
Jun 16, 2018
ad7ac1fc
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
ad7ac1fc
xmedcon (0.15.0-2) UNRELEASED; urgency=medium
* Use d-shlibs
* Bump library name according to soversion bump
Closes: #901634
* Unversioned dev package
-- Andreas Tille <tille@debian.org> Sat, 16 Jun 2018 14:27:43 +0200
xmedcon (0.15.0-1) unstable; urgency=medium
* New upstream version
...
...
debian/control
View file @
ad7ac1fc
...
...
@@ -5,6 +5,7 @@ Uploaders: Roland Marcus Rutschmann <rudi@debian.org>,
Section: graphics
Priority: optional
Build-Depends: debhelper (>= 11~),
d-shlibs,
libgtk2.0-dev,
zlib1g-dev,
libpng-dev,
...
...
@@ -14,7 +15,7 @@ Vcs-Browser: https://salsa.debian.org/med-team/xmedcon
Vcs-Git: https://salsa.debian.org/med-team/xmedcon.git
Homepage: http://xmedcon.sourceforge.net/
Package: libmdc
2
Package: libmdc
3
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
...
...
@@ -31,13 +32,14 @@ Description: Medical Image (DICOM, ECAT, ...) conversion tool (library)
This is the central library needed by medcon, xmedcon and derived
programs.
Package: libmdc
2
-dev
Package: libmdc-dev
Architecture: any
Section: libdevel
Depends: libmdc
2
(= ${binary:Version}),
Depends: libmdc
3
(= ${binary:Version}),
${misc:Depends}
Conflicts: libmdc-dev
Replaces: libmdc-dev
Conflicts: libmdc2-dev
Replaces: libmdc2-dev
Provides: libmdc2-dev
Description: Medical Image (DICOM, ECAT, ...) conversion tool (development)
This project stands for Medical Image Conversion. Released under the
(L)GPL, it comes with the full C-source code of the library, a
...
...
debian/libmdc
2
-dev.install
→
debian/libmdc-dev.install
View file @
ad7ac1fc
debian
/
tmp
/
usr
/
lib
/*/*.a
debian/tmp/usr/lib/*/
*.
so
debian
/
tmp
/
usr
/
include
debian
/
tmp
/
usr
/
share
/
man
/
man1
/
xmedcon
-
config
.1
debian
/
tmp
/
usr
/
share
/
man
/
man3
debian
/
tmp
/
usr
/
share
/
man
/
man4
...
...
debian/libmdc2.install
deleted
100644 → 0
View file @
ddd1d142
debian
/
tmp
/
usr
/
lib
/*/
libmdc
.
so
.
*
debian/rules
View file @
ad7ac1fc
...
...
@@ -20,3 +20,14 @@ override_dh_auto_install:
$(
CURDIR
)
/debian/xmedcon/usr/share/icons/hicolor/48x48/apps/
mkdir
-p
$(
CURDIR
)
/debian/tmp/etc
cp
-a
etc/xmedconrc.linux
$(
CURDIR
)
/debian/tmp/etc/xmedconrc
override_dh_install
:
dh_install
d-shlibmove
--commit
\
--multiarch
\
--devunversioned
\
--exclude-la
\
--override
s/libniftiio2-dev/libnifti-dev/
\
--override
s/libznz2-dev/libnifti-dev/
\
--movedev
debian/tmp/usr/include usr
\
debian/tmp/usr/lib/
*
/
*
.so