[med-svn] [Git][med-team/libedlib][master] 3 commits: Typo

Andreas Tille gitlab at salsa.debian.org
Sat Jun 9 23:15:15 BST 2018


Andreas Tille pushed to branch master at Debian Med / libedlib


Commits:
0d28eb1e by Andreas Tille at 2018-06-09T23:55:05+02:00
Typo

- - - - -
403f08bc by Andreas Tille at 2018-06-10T00:13:29+02:00
Fix installation

- - - - -
8548d4e0 by Andreas Tille at 2018-06-10T00:14:32+02:00
Add ITP bug

- - - - -


4 changed files:

- debian/changelog
- debian/control
- debian/edlib-aligner.install
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 libedlib (1.2.3-1) UNRELEASED; urgency=medium
 
-  * Initial release (Closes: #???)
+  * Initial release (Closes: #901184)
 
  -- Andreas Tille <tille at debian.org>  Fri, 08 Jun 2018 13:20:51 +0200


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -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/libiedlib-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: all
+Architecture: any
 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: all
+Architecture: any
 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: all
+Architecture: any
 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
=====================================
--- a/debian/edlib-aligner.install
+++ b/debian/edlib-aligner.install
@@ -1 +1 @@
-bin/edlib-aligner	usr/bin
+*/bin/edlib-aligner	usr/bin


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -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



View it on GitLab: https://salsa.debian.org/med-team/libedlib/compare/00b390bcbbc51ae32cb5f4cb8b3ba33aa3a279e2...8548d4e08bb996c9759c863096f60843b41b4fbf

-- 
View it on GitLab: https://salsa.debian.org/med-team/libedlib/compare/00b390bcbbc51ae32cb5f4cb8b3ba33aa3a279e2...8548d4e08bb996c9759c863096f60843b41b4fbf
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20180609/c77337e9/attachment-0001.html>


More information about the debian-med-commit mailing list