[med-svn] [Git][med-team/pbdagcon][master] Add TODO
Andreas Tille
gitlab at salsa.debian.org
Mon Aug 5 15:00:21 BST 2019
Andreas Tille pushed to branch master at Debian Med / pbdagcon
Commits:
34ed36ad by Andreas Tille at 2019-08-05T14:00:09Z
Add TODO
- - - - -
3 changed files:
- debian/changelog
- debian/patches/series
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -7,6 +7,15 @@ pbdagcon (0.3+git20180411.c14c422+ds-1) UNRELEASED; urgency=medium
* debhelper-compat 12
* Standards-Version: 4.4.0
* Build-Depends: s/python/python3/
+ TODO:
+ In file included from DazAlnProvider.cpp:10:
+ DazAlnProvider.hpp:97:19: error: expected ')' before '&' token
+ Target(DAZZ_DB& db, int tspace, int small);
+ ~ ^
+ )
+ DazAlnProvider.hpp:122:5: error: 'DAZZ_DB' does not name a type
+ DAZZ_DB db_;
+ ^~~~~~~
-- Andreas Tille <tille at debian.org> Mon, 05 Aug 2019 10:29:37 +0200
=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
compiler-flags.patch
2to3.patch
+# fix_syntax.patch
=====================================
debian/rules
=====================================
@@ -3,6 +3,8 @@
#DH_VERBOSE = 1
include /usr/share/dpkg/default.mk
+export DEB_CFLAGS_MAINT_APPEND=-std=c++11
+
GTEST = /usr/src/googletest/googletest
export GTEST_INCLUDE := $(GTEST)/include
export GTEST_SRC := $(GTEST)/src
View it on GitLab: https://salsa.debian.org/med-team/pbdagcon/commit/34ed36ad87b6953f405be1ed5f7233c033d32859
--
View it on GitLab: https://salsa.debian.org/med-team/pbdagcon/commit/34ed36ad87b6953f405be1ed5f7233c033d32859
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/20190805/55098804/attachment-0001.html>
More information about the debian-med-commit
mailing list