On Sun, Feb 3, 2019 at 2:36 PM Robert Arkiletian wrote: > The package used to be in debian before but has been orphaned.
When reintroducing packages, there are some extra steps to perform in addition to the ones done when adding new packages: https://www.debian.org/doc/manuals/developers-reference/ch05.html#reintroducing-pkgs > The package is python-fltk That is the binary package name, the source package name is pyfltk. Removed packaging should be retrieved from the VCS for the package, failing that, from the Debian snapshot archive. In this case the repository was SVN on alioth, which is now archived, so you'll have to get the python-modules tarball, unpack it and convert the pyfltk part of the repository to git and continue from there. You can also skip the conversion and just checkout the latest svn revision and continue from there. https://tracker.debian.org/pkg/pyfltk https://alioth-archive.debian.org/svn/python-modules.tar.xz https://snapshot.debian.org/package/pyfltk/ -- bye, pabs https://wiki.debian.org/PaulWise

