laforge submitted this change.
debian/control: Don't use misc:Package
dpkg-gencontrol: warning: package osmo-remsim-doc: substitution variable ${misc:Package} used, but is not defined
dpkg-gencontrol: warning: package osmo-remsim-doc: substitution variable ${misc:Package} used, but is not defined
and indeed, the variable seems to substitute to an empty string,
resulting in
$ apt-cache search osmo-remsim-doc
osmo-remsim-doc/unknown 1.0.0 all
PDF documentation
Change-Id: I58d267ea61dd9d71e7b9e630e71fd2f64f274569
---
M debian/control
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index b899b0f..a9e2e56 100644
--- a/debian/control
+++ b/debian/control
@@ -105,5 +105,5 @@
Section: doc
Priority: optional
Depends: ${misc:Depends}
-Description: ${misc:Package} PDF documentation
- User manual for ${misc:Package} in PDF format.
+Description: Osmocom Remote SIM documentation
+ User manual for Osmocom Remote SIM in PDF format.
To view, visit change 28588. To unsubscribe, or for help writing mail filters, visit settings.