Verified Commit 0e1800f1 authored by Michael R. Crusoe's avatar Michael R. Crusoe 🏳️‍🌈
Browse files

test simplyfing depends

parent a88ca2d3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@ gatb-core (1.4.1+git20191209.9398f28+dfsg-2) UNRELEASED; urgency=medium
  * Team upload.
  * Add -latomic where needed to fix the build on armel, mipsel & powerpc.
  * new patch to avoid "-msse2" on build hosts that use qemu
  * Simplify library dependencies. Closes: #947964.

 -- Michael R. Crusoe <michael.crusoe@gmail.com>  Thu, 02 Jan 2020 15:33:41 +0100

+2 −6
Original line number Diff line number Diff line
@@ -22,8 +22,6 @@ Package: gatb-core
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         libhdf5-103,
         libcppunit-1.14-0
Description: Genome Analysis Toolbox with de-Bruijn graph
 The GATB-CORE project provides a set of highly efficient
 algorithms to analyse NGS data sets. These methods enable
@@ -60,8 +58,7 @@ Description: dynamic library of the Genome Analysis Toolbox
Package: libgatbcore-dev
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends},
         ${misc:Depends},
Depends: ${misc:Depends},
         libgatbcore3 (= ${binary:Version})
Description: development library of the Genome Analysis Toolbox
 The GATB-CORE project provides a set of highly efficient
@@ -81,8 +78,7 @@ Description: development library of the Genome Analysis Toolbox

Package: gatb-core-testdata
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
Depends: ${misc:Depends},
         gatb-core
Description: Genome Analysis Toolbox with de-Bruijn graph (test data)
 The GATB-CORE project provides a set of highly efficient
+4 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

ifneq (,$(filter $(DEB_HOST_ARCH),armel mipsel powerpc))
ifneq (,$(filter $(DEB_HOST_ARCH),armel mipsel powerpc sh4))
  EXTRA=-DCMAKE_CXX_STANDARD_LIBRARIES=-latomic
endif

@@ -14,6 +14,9 @@ pkgtestdata=$(DEB_SOURCE)-testdata
%:
	dh $@ --sourcedirectory=gatb-core

override_dh_auto_configure:
	dh_auto_configure -- $(EXTRA)

override_dh_auto_build-arch:
	dh_auto_build -a