Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Install missing header file split.h
· 9c9711fa
Andreas Tille
authored
Sep 13, 2018
9c9711fa
Standards-Version: 4.2.1
· 272b3cec
Andreas Tille
authored
Sep 13, 2018
272b3cec
Upload to unstable
· 1560f4f8
Andreas Tille
authored
Sep 13, 2018
1560f4f8
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
1560f4f8
libfastahack (0.0+git20160702.bbc645f+dfsg-5)
UNRELEASED
; urgency=medium
libfastahack (0.0+git20160702.bbc645f+dfsg-5)
unstable
; urgency=medium
[ Gianfranco Costamagna ]
* Make some symbols on ppc64el as optional, when built with -O3
(e.g. Ubuntu)
-- Gianfranco Costamagna <locutusofborg@debian.org> Mon, 27 Aug 2018 09:48:21 +0200
[ Andreas Tille ]
* Install missing header file split.h
* Standards-Version: 4.2.1
-- Andreas Tille <tille@debian.org> Thu, 13 Sep 2018 19:29:30 +0200
libfastahack (0.0+git20160702.bbc645f+dfsg-4) unstable; urgency=medium
...
...
debian/control
View file @
1560f4f8
...
...
@@ -6,7 +6,7 @@ Priority: optional
Build-Depends: debhelper (>= 11~),
d-shlibs,
libdisorder-dev
Standards-Version: 4.2.
0
Standards-Version: 4.2.
1
Vcs-Browser: https://salsa.debian.org/med-team/libfastahack
Vcs-Git: https://salsa.debian.org/med-team/libfastahack.git
Homepage: https://github.com/ekg/fastahack
...
...
debian/patches/autoconf.patch
View file @
1560f4f8
...
...
@@ -9,7 +9,7 @@ Description: Add autoconf stuff to enable simple library creation
+lib_LTLIBRARIES = libfastahack.la
+
+libfastahackdir=$(includedir)/fastahack
+libfastahack_HEADERS=Fasta.h LargeFileSupport.h Region.h
+libfastahack_HEADERS=Fasta.h LargeFileSupport.h Region.h
split.h
+libfastahack_la_SOURCES = Fasta.cpp split.cpp
+libfastahack_la_LDFLAGS = -version-info @LIB_VERSION@
+
...
...