dylan-hackers / mindy

Mindy - minimal compiler-interpreter for Dylan
Other
21 stars 9 forks source link

Clean up lintian warnings and errors on Debian packaging #44

Open waywardmonkeys opened 8 years ago

waywardmonkeys commented 8 years ago

We use cmake and cpack to build Debian packages.

This is done via:

  cmake .. -GNinja -DCMAKE_INSTALL_PREFIX=/usr
  ninja
  cpack -DCPACK_GENERATOR=DEB .

The packages are currently generated have a variety of warnings and errors from lintian that should be investigated and addressed where possible.