diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 00000000..5c819df6 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +python-nidaqmx (1.2.0) unstable; urgency=medium + + * Starting debian packaging + + -- Cedric Boudinet Mon, 06 Jan 2025 12:47:31 +0100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 00000000..48082f72 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +12 diff --git a/debian/control b/debian/control new file mode 100644 index 00000000..4ecc5cac --- /dev/null +++ b/debian/control @@ -0,0 +1,22 @@ +Source: python-nidaqmx +Section: python +Priority: optional +Maintainer: "Cedric Boudinet" +Build-Depends: + python3-all, + dh-python, + pybuild-plugin-pyproject, + python3-deprecation, + python3-pytest-mock, + python3-pykka, + python3-tzlocal, + python3-decouple, + python3-hightime, + python3-poetry, + +Package: python3-nidaqmx +Architecture: all +Depends: + python3-numpy +Description: NI-DAQmx Python API + diff --git a/debian/rules b/debian/rules new file mode 100755 index 00000000..7a443409 --- /dev/null +++ b/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + + +%: + dh $@ --with python3 --buildsystem=pybuild