This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
pespin gerrit-no-reply at lists.osmocom.orgpespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-gsm-manuals/+/16152 )
Change subject: Fix python-nwdiag dependency on new debian distros
......................................................................
Fix python-nwdiag dependency on new debian distros
Ass seen by https://packages.debian.org, python-nwdiag is only available
in buster and older stables, while python3-nwdiag is available in both
old and new releases as well as testing and unstable.
Related: OS#4246
Change-Id: Ia2c0c833329f8ecab1c427e0d2c002f17ab49a94
---
M INSTALL.txt
M debian/control
2 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-manuals refs/changes/52/16152/1
diff --git a/INSTALL.txt b/INSTALL.txt
index 3166bfa..3f4ef9f 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -10,7 +10,7 @@
mscgen \
graphviz \
python-pychart \
- python-nwdiag
+ python3-nwdiag
(Note that asciidoc-dblatex is required from debian 9 on and did not exist before.)
diff --git a/debian/control b/debian/control
index 0f89d0a..afd09a3 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@
libxml2-utils,
mscgen,
python,
- python-nwdiag,
+ python3-nwdiag,
python-pychart,
xsltproc
Standards-Version: 3.9.8
@@ -32,7 +32,7 @@
libxml2-utils,
mscgen,
python,
- python-nwdiag,
+ python3-nwdiag,
python-pychart,
xsltproc
Description: Osmocom manuals shared code
--
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-manuals/+/16152
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-gsm-manuals
Gerrit-Branch: master
Gerrit-Change-Id: Ia2c0c833329f8ecab1c427e0d2c002f17ab49a94
Gerrit-Change-Number: 16152
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191121/fb5711fc/attachment.htm>