[neon/extras/ktechlab] debian: suggest sdcc too
Pino Toscano
null at kde.org
Thu Sep 8 15:56:01 BST 2022
Git commit 3b64907610657780212d3ccfa848a6a44cbc14f5 by Pino Toscano.
Committed on 29/10/2020 at 21:11.
Pushed by jriddell into branch 'master'.
suggest sdcc too
M +1 -1 debian/changelog
M +2 -1 debian/control
https://invent.kde.org/neon/extras/ktechlab/commit/3b64907610657780212d3ccfa848a6a44cbc14f5
diff --git a/debian/changelog b/debian/changelog
index db32af8..1320b29 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,7 @@
ktechlab (0.50.0-2) UNRELEASED; urgency=medium
[ Pino Toscano ]
- * Suggest picprog as programmer that can be used by default.
+ * Suggest picprog, and sdcc, as they can be used by default.
-- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org> Thu, 29 Oct 2020 21:49:14 +0100
diff --git a/debian/control b/debian/control
index e60d236..d9e87d9 100644
--- a/debian/control
+++ b/debian/control
@@ -36,7 +36,8 @@ Package: ktechlab
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
-Suggests: picprog
+Suggests: picprog,
+ sdcc,
Description: IDE for microcontrollers and electronics
KTechLab is an IDE for microcontrollers and electronics.
.
More information about the Neon-commits
mailing list