Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Add libfastahack to pkg-config input file
· cfdfe825
Andreas Tille
authored
Sep 14, 2018
cfdfe825
Depends: libfastahack-dev
· 3a2e501e
Andreas Tille
authored
Sep 14, 2018
3a2e501e
Upload to unstable
· db939ff0
Andreas Tille
authored
Sep 14, 2018
db939ff0
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
db939ff0
libvcflib (1.0.0~rc2+dfsg-2) unstable; urgency=medium
* Add libfastahack to pkg-config input file
* Depends: libfastahack-dev
-- Andreas Tille <tille@debian.org> Fri, 14 Sep 2018 13:56:52 +0200
libvcflib (1.0.0~rc2+dfsg-1) unstable; urgency=medium
[ Steffen Moeller ]
...
...
debian/control
View file @
db939ff0
...
...
@@ -46,6 +46,7 @@ Depends: ${shlibs:Depends},
${misc:Depends},
libvcflib1 (= ${binary:Version}),
libdisorder-dev,
libfastahack-dev,
libtabixpp-dev,
libsmithwaterman-dev,
libssw-dev
...
...
debian/patches/pkg-config.patch
View file @
db939ff0
...
...
@@ -13,6 +13,6 @@ Description: Add pkg-config file to simplify building of freebayes
+Name: libvcflib
+Version: 1.0
+Description: C++ library for parsing and manipulating VCF files
+Libs: -L${libdir} -lvcflib -lsmithwaterman -ldisorder
+Cflags: -I${includedir} -I/usr/include/smithwaterman
+Libs: -L${libdir} -lvcflib -lsmithwaterman -ldisorder
-lfastahack
+Cflags: -I${includedir} -I/usr/include/smithwaterman
-I/usr/include/fastahack
+