Age | Commit message (Collapse) | Author |
|
|
|
Seems like this has been our intent but was not updated that much recently.
|
|
The makecd handler checks if those tools are installed, sure, but it actually
does not use these. Since its development has been stalled for years, we can
safely ignore the possibility of this handler starting to use such tools in the
near future.
|
|
This makes it easier to track and understand changes using Git
(i.e. git blame for the masses).
Sort Suggests lexically while I'm at it.
|
|
This makes it clear what package(s) one must install in order to use any given
handler.
The devscript package's long description served as an example of how we can deal
with shipping that many tools and only suggesting their individual dependencies,
without going through the overhead of shipping every single handler in its own
binary package.
|
|
... after having carefully read the upgrading checklist.
|
|
... after having carefully read the upgrading checklist.
|
|
|
|
recommended practice is to always declare an explicit versioned dependency on debhelper equal to or greater than the compatibility level used by the package. We are using compat level 5
|
|
debhelper-but-no-misc-depends
|
|
adding a depends on bsd-mailx which is the real package that mailx transition depends on
|
|
|
|
|
|
|