Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Improve cross building: Don't force the build architecture compiler
· 69dcbc77
Andreas Tille
authored
Sep 09, 2018
69dcbc77
Standards-Version: 4.2.1
· 517ef95d
Andreas Tille
authored
Sep 09, 2018
517ef95d
cme fix dpkg-control
· 3e19f563
Andreas Tille
authored
Sep 09, 2018
3e19f563
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
3e19f563
ncbi-tools6 (6.1.20170106-5) UNRELEASED; urgency=medium
* Team upload.
* Improve cross building: Don't force the build architecture compiler
(Thanks for the patch to Helmut Grohne)
Closes: #908353
* Standards-Version: 4.2.1
* cme fix dpkg-control
-- Andreas Tille <tille@debian.org> Sun, 09 Sep 2018 16:35:00 +0200
ncbi-tools6 (6.1.20170106-4) unstable; urgency=medium
* debian/compat: Advance to Debhelper 11.
...
...
debian/control
View file @
3e19f563
...
...
@@ -4,8 +4,6 @@ Uploaders: Aaron M. Ucko <ucko@debian.org>
Section: libdevel
Priority: optional
Build-Depends: debhelper (>= 11~)
Build-Depends-Indep: icoutils,
imagemagick
Build-Depends-Arch: csh | c-shell,
libglu1-mesa-dev | libglu-dev,
libgnutls28-dev | gnutls-dev,
...
...
@@ -13,7 +11,9 @@ Build-Depends-Arch: csh | c-shell,
libpcre3-dev,
libpng-dev,
libxmu-dev
Standards-Version: 4.1.4
Build-Depends-Indep: icoutils,
imagemagick
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/ncbi-tools6
Vcs-Git: https://salsa.debian.org/med-team/ncbi-tools6.git
Homepage: http://www.ncbi.nlm.nih.gov/IEB/ToolBox/
...
...
@@ -83,10 +83,8 @@ Depends: libncbi6 (<< ${source:Upstream-Version}.1),
Suggests: libvibrant6b,
ncbi-blast+,
ncbi-tools-x11
Breaks: blast2 (<< 1:2.2.26.20160908),
libncbi6-dev (<< 6.1.20110713-3~)
Replaces: blast2 (<< 1:2.2.26.20160908),
libncbi6-dev (<< 6.1.20110713-3~)
Breaks: blast2 (<< 1:2.2.26.20160908)
Replaces: blast2 (<< 1:2.2.26.20160908)
Description: NCBI libraries for biology applications (text-based utilities)
This package includes various utilities distributed with the NCBI C SDK,
including the development tools asntool and errhdr (formerly of
...
...
debian/rules
View file @
3e19f563
...
...
@@ -12,7 +12,7 @@ testversions:
# Set these here, rather than using the csh hackage that passes for an
# upstream build system. Mostly taken from ../platform/{ppc,}linux.ncbi.mk.
CC = gcc # -pipe
include /usr/share/dpkg/buildtools.mk
VIBFLAG = -DWIN_MOTIF
VIBLIBS = -lXm -lXmu -lXt -lX11 # -lXext # -lXp
OTHERLIBS = -lm
...
...