Commit 34ed36ad authored by Andreas Tille's avatar Andreas Tille
Browse files

Add TODO

parent 21b29a28
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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@debian.org>  Mon, 05 Aug 2019 10:29:37 +0200

+1 −0
Original line number Diff line number Diff line
compiler-flags.patch
2to3.patch
# fix_syntax.patch
+2 −0
Original line number Diff line number Diff line
@@ -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