Commit 73ed357a authored by Andreas Tille's avatar Andreas Tille
Browse files

Updated todo

parent 216ad6fe
Loading
Loading
Loading
Loading
+1 −13
Original line number Diff line number Diff line
@@ -10,19 +10,7 @@ pdb2pqr (2.1.1+dfsg-6) UNRELEASED; urgency=medium
  * Remove trailing whitespace in debian/copyright
  * Remove obsolete field Name from debian/upstream/metadata.
  * Use Debian packaged scons
  TODO:
      scons: Building targets ...
      CopySubAction("pdb2pqr.py", "pdb2pqr.py.in")
      scons: *** [pdb2pqr.py] TypeError : a bytes-like object is required, not 'str'
      Traceback (most recent call last):
        File "/usr/lib/scons/SCons/Action.py", line 1209, in execute
          result = self.execfunction(target=target, source=rsources, env=env)
        File "/usr/lib/scons/SCons/Action.py", line 1371, in __call__
          return self.parent.actfunc(*args, **kw)
        File "./site_scons/site_init.py", line 123, in CopySubAction
          contents = contents.replace(k, v)
      TypeError: a bytes-like object is required, not 'str'
      scons: building terminated because of errors.
  TODO: convince scons to install do $(CURDIR)/debian/tmp

 -- Andreas Tille <tille@debian.org>  Thu, 12 Dec 2019 15:41:47 +0100