[neon/neon-packaging/python3-pygdbmi/Neon/unstable] debian: initial packaging

Carlos De Maine null at kde.org
Wed Aug 23 03:09:39 BST 2023


Git commit ce75dbb4e011f83d6507b3115d7a03af9445d0fd by Carlos De Maine.
Committed on 23/08/2023 at 04:09.
Pushed by carlosdem into branch 'Neon/unstable'.

initial packaging

A  +5    -0    debian/changelog
A  +36   -0    debian/control
A  +20   -0    debian/copyright
A  +0    -0    debian/python3-pygdbmi.install
A  +15   -0    debian/rules
A  +1    -0    debian/source/format
A  +3    -0    debian/watch

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

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..9a61cc8
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python3-pygdbmi (0.11.0.0-0neon) unstable; urgency=medium
+
+  * Initial packaging.
+
+ -- KDE Neon <neon at kde.org>  Wed, 23 Aug 2023 11:49:24 +1000
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..ddd1878
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,36 @@
+Source: python3-pygdbmi
+Section: python
+Priority: optional
+Maintainer: KDE Neon <neon at kde.org>
+Build-Depends:
+ debhelper-compat (= 10),
+ dh-python,
+ python3-all,
+ python3-setuptools,
+Standards-Version: 4.1.3
+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: ANother Tool for Language Recognition - Python 3.x bindings
+ ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language
+ tool that provides a framework for constructing recognizers, compilers, and
+ translators from grammatical descriptions containing C++ or Java actions (You
+ can use PCCTS 1.xx to generate C-based parsers).
+ .
+ Computer language translation has become a common task. While compilers and
+ tools for traditional computer languages (such as C or Java) are still being
+ built, their number is dwarfed by the thousands of mini-languages for which
+ recognizers and translators are being developed. Programmers construct
+ translators for database formats, graphical data files (e.g., PostScript,
+ AutoCAD), text processing files (e.g., HTML, SGML).  ANTLR is designed to
+ handle all of your translation tasks.
+ .
+ Note that this package contains patches for OpenStack Congress.
+ .
+ This package provides the Python 3.x bindings.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..3859c91
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,20 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pygdbmi
+Source: https://github.com/cs01/pygdbmi
+
+Files: *
+Copyright: (c) 2016 Chad Smith <grassfedcode <at> gmail.com>
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: (c) 2023, KDE Neon <neon at kde.org>
+License: BSD-3-clause
+
+License: MIT License
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Join Us
diff --git a/debian/python3-pygdbmi.install b/debian/python3-pygdbmi.install
new file mode 100644
index 0000000..e69de29
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..16956b6
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,15 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --buildsystem=python_distutils --with python3
+
+override_dh_auto_clean:
+	rm -rf build
+
+override_dh_auto_build:
+#	echo "Do nothing..."
+
+#override_dh_auto_install:
+#	pkgos-dh_auto_install --no-py2 --in-tmp
+
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..7242604
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts="uversionmangle=s/\.(b|rc)/~$1/" \
+https://github.com/cs01/pygdbmi/tags .*/v(\d[\d\.]+)\.tar\.gz


More information about the Neon-commits mailing list