[neon/neon-packaging/python3-pygdbmi/Neon/release] /: make it bettererererer

Carlos De Maine null at kde.org
Wed Aug 23 05:53:05 BST 2023


Git commit e5bddfb5354785d1298722a1ae61169c87759c1f by Carlos De Maine.
Committed on 23/08/2023 at 06:53.
Pushed by carlosdem into branch 'Neon/release'.

make it bettererererer

A  +32   -0    control
A  +14   -0    rules

https://invent.kde.org/neon/neon-packaging/python3-pygdbmi/-/commit/e5bddfb5354785d1298722a1ae61169c87759c1f

diff --git a/control b/control
new file mode 100644
index 0000000..a3b003b
--- /dev/null
+++ b/control
@@ -0,0 +1,32 @@
+Source: python3-pygdbmi
+Section: python
+Priority: optional
+Maintainer: KDE Neon <neon at kde.org>
+Build-Depends:
+ debhelper-compat (= 13),
+ dh-python,
+ python3-all,
+ python3-setuptools,
+Standards-Version: 4.6.1
+Vcs-Browser: https://invent.kde.org/neon/neon-packaging/python3-pygdbmi/
+Vcs-Git: https://invent.kde.org/neon/neon-packaging/python3-pygdbmi/
+Homepage: https://github.com/cs01/pygdbmi
+
+Package: python3-pygdbmi
+Architecture: all
+Depends:
+  ${misc:Depends},
+ ${python3:Depends},
+Description: pygdbmi - Get Structured Output from GDB's Machine Interface
+ Python (py) gdb machine interface (mi)
+ .
+ GDB/MI is a line based machine oriented text interface to GDB and is activated by
+ specifying using the --interpreter command line option (see Mode Options). It is
+ specifically intended to support the development of systems which use the debugger
+ as just one small component of a larger system.
+ .
+ What's in the box?
+ * A function to parse gdb machine interface string output and return structured
+ data types (Python dicts) that are JSON serializable. Useful for writing the
+ backend to a gdb frontend. For example, gdbgui uses pygdbmi on the backend.
+ * A Python class to control and interact with gdb as a subprocess
diff --git a/rules b/rules
new file mode 100755
index 0000000..898ae69
--- /dev/null
+++ b/rules
@@ -0,0 +1,14 @@
+#!/usr/bin/make -f
+
+export DH_VERBOSE=1
+export PYBUILD_NAME= pygdbmi
+#export PYBUILD_SYSTEM= setuptools
+
+%:
+	dh $@ --buildsystem=pybuild --with python3
+
+override_dh_auto_clean:
+	rm -rf build
+
+override_dh_auto_test:
+	echo "no tests"


More information about the Neon-commits mailing list