Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Typo
· 0d28eb1e
Andreas Tille
authored
Jun 09, 2018
0d28eb1e
Fix installation
· 403f08bc
Andreas Tille
authored
Jun 10, 2018
403f08bc
Add ITP bug
· 8548d4e0
Andreas Tille
authored
Jun 10, 2018
8548d4e0
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
8548d4e0
libedlib (1.2.3-1) UNRELEASED; urgency=medium
* Initial release (Closes: #
???
)
* Initial release (Closes: #
901184
)
-- Andreas Tille <tille@debian.org> Fri, 08 Jun 2018 13:20:51 +0200
debian/control
View file @
8548d4e0
...
...
@@ -5,16 +5,18 @@ Section: science
Priority: optional
Build-Depends: debhelper (>= 11~),
cmake,
d-shlibs
d-shlibs,
rename
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/med-team/lib
i
edlib-dev
Vcs-Browser: https://salsa.debian.org/med-team/libedlib-dev
Vcs-Git: https://salsa.debian.org/med-team/libedlib-dev.git
Homepage: https://github.com/Martinsos/edlib
Package: libedlib0
Architecture: a
ll
Architecture: a
ny
Section: libs
Depends: ${misc:Depends}
Depends: ${misc:Depends},
${shlibs:Depends}
Description: library for sequence alignment using edit distance
A lightweight and super fast C/C++ library for sequence alignment using
edit distance.
...
...
@@ -43,9 +45,10 @@ Description: library for sequence alignment using edit distance
This package contains the shared library.
Package: libedlib-dev
Architecture: a
ll
Architecture: a
ny
Section: libdevel
Depends: ${misc:Depends},
${shlibs:Depends},
libedlib0 (= ${binary:Version})
Description: library for sequence alignment using edit distance (devel)
A lightweight and super fast C/C++ library for sequence alignment using
...
...
@@ -75,8 +78,9 @@ Description: library for sequence alignment using edit distance (devel)
This package contains the static library and the header files.
Package: edlib-aligner
Architecture: a
ll
Architecture: a
ny
Depends: ${misc:Depends},
${shlibs:Depends},
libedlib0 (= ${binary:Version})
Description: edlib sequence alignment tool using edit distance
Edlib is a lightweight and super fast C/C++ library for sequence
...
...
debian/edlib-aligner.install
View file @
8548d4e0
bin
/
edlib
-
aligner
usr
/
bin
*/
bin
/
edlib
-
aligner
usr
/
bin
debian/rules
View file @
8548d4e0
...
...
@@ -20,5 +20,4 @@ override_dh_install:
--devunversioned \
--exclude-la \
--movedev debian/tmp/usr/include/* usr/include \
--movedev debian/tmp/usr/lib/*/pkgconfig usr/lib/$(DEB_HOST_MULTIARCH) \
debian/tmp/usr/lib/*/*.so
debian/tmp/usr/lib/*.so