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

Fix AutoPkgTests. Miscellaneous cleanups of debian/rules.

parent 7c5c8fa0
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
seqan2 (2.4.0+dfsg-8) unstable; urgency=medium

  * Fix AutoPkgTests. Miscellaneous cleanups of debian/rules.
  * Use seperate build directory for the -dev package so we can run cmake with
    -DSEQAN_BUILD_SYSTEM=SEQAN_RELEASE_LIBRARY

 -- Michael R. Crusoe <michael.crusoe@gmail.com>  Mon, 19 Feb 2018 02:15:18 -0800

seqan2 (2.4.0+dfsg-7) unstable; urgency=medium

  * Split override_dh_install into -arch and -indep
+1 −0
Original line number Diff line number Diff line
fakehome/
debian/files
build/
+3 −3
Original line number Diff line number Diff line
@@ -6,9 +6,9 @@ Uploaders: Andreas Tille <tille@debian.org>,
Section: science
Priority: optional
Build-Depends: debhelper (>= 10),
               python
Build-Depends-Arch: cmake,
                    zlib1g-dev,
               python,
               cmake
Build-Depends-Arch: zlib1g-dev,
                    libbz2-dev,
                    libbam-dev,
                    libboost-dev,
+1 −0
Original line number Diff line number Diff line
README.rst

debian/libseqan2-dev.install

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
include/seqan			usr/include
util/cmake/seqan-config.cmake	usr/share/cmake/seqan
seqan-2.pc			usr/share/pkgconfig
Loading