[med-svn] [Git][med-team/gffread][master] Attempt to build against libgclib (not working yet)
Andreas Tille
gitlab at salsa.debian.org
Thu Jun 13 17:46:12 BST 2019
Andreas Tille pushed to branch master at Debian Med / gffread
Commits:
ba0cb22d by Andreas Tille at 2019-06-13T16:45:58Z
Attempt to build against libgclib (not working yet)
- - - - -
4 changed files:
- debian/control
- + debian/patches/gclib.patch
- + debian/patches/series
- debian/rules
Changes:
=====================================
debian/control
=====================================
@@ -3,7 +3,8 @@ Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Andreas Tille <tille at debian.org>
-Build-Depends: debhelper (>= 12~)
+Build-Depends: debhelper (>= 12~),
+ libgclib-dev
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/gffread
Vcs-Git: https://salsa.debian.org/med-team/gffread.git
=====================================
debian/patches/gclib.patch
=====================================
@@ -0,0 +1,13 @@
+--- a/Makefile
++++ b/Makefile
+@@ -82,8 +82,8 @@ gffread.o : gff_utils.h $(GCLDIR)/GBase.
+ gff_utils.o : gff_utils.h $(GCLDIR)/gff.h
+ ${GCLDIR}/gff.o : ${GCLDIR}/gff.h ${GCLDIR}/GFaSeqGet.h ${GCLDIR}/GList.hh ${GCLDIR}/GHash.hh
+ ${GCLDIR}/GFaSeqGet.o : ${GCLDIR}/GFaSeqGet.h
+-gffread: $(OBJS) gffread.o
+- ${LINKER} ${LDFLAGS} -o $@ ${filter-out %.a %.so, $^} ${LIBS}
++gffread: gffread.o
++ ${LINKER} ${LDFLAGS} -o $@ ${filter-out %.a %.so, $^} -lgclib ${LIBS}
+ # @echo
+ # ${DBG_WARN}
+
=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+gclib.patch
=====================================
debian/rules
=====================================
@@ -17,6 +17,8 @@ include /usr/share/dpkg/default.mk
# for hardening you might like to uncomment this:
# export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+export GCLDIR=/usr/include/gclib
+
%:
dh $@
View it on GitLab: https://salsa.debian.org/med-team/gffread/commit/ba0cb22d975eb977489e495d9c586e875e274b9f
--
View it on GitLab: https://salsa.debian.org/med-team/gffread/commit/ba0cb22d975eb977489e495d9c586e875e274b9f
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190613/75311cfc/attachment-0001.html>
More information about the debian-med-commit
mailing list