Add reminder for package dependency

Signed-off-by: Osamu Aoki <osamu@debian.org>
This commit is contained in:
Osamu Aoki 2021-01-10 15:46:26 +09:00
parent ca5211a02c
commit 0090ff88db

View file

@ -456,4 +456,12 @@ master branch. You need to run script in buster environment where python2 is
available. We may convert this XML source to easier format such as Sphinx in
future.
## Reminder
Updating the `*.ent` files in the source tree require you to install `wget`
and `dctrl-tools` and run "make entity". This must be done before the source
package upload in manual process. This part of code can't be run as a part of
automatic package build process since package build should not access remote
data by Debian Policy.
Osamu