]> git.0d.be Git - django-panik-matos.git/commitdiff
debian: add packaging
authorFrédéric Péters <fpeters@0d.be>
Thu, 28 May 2020 16:29:30 +0000 (18:29 +0200)
committerFrédéric Péters <fpeters@0d.be>
Thu, 28 May 2020 16:29:30 +0000 (18:29 +0200)
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/rules [new file with mode: 0755]

diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..4374257
--- /dev/null
@@ -0,0 +1,5 @@
+django-panik-matos (0-0) stable; urgency=low
+
+  * Initial version.
+
+ -- Frederic Peters <fred@radiopanik.org>  Thu, 28 May 2020 17:30:03 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..f599e28
--- /dev/null
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..191b99c
--- /dev/null
@@ -0,0 +1,18 @@
+Source: django-panik-matos
+Section: python
+Priority: optional
+Maintainer: Frederic Peters <fred@radiopanik.org>
+Build-Depends: debhelper (>= 10),
+               python3-all,
+               python3-django
+               python3-setuptools,
+               dh-python
+Standards-Version: 3.9.1
+
+Package: python3-django-panik-matos
+Architecture: all
+Depends: ${python3:Depends}
+Description: Panik Matos (Python 3)
+ django-panik-matos holds models/views/etc. for hard stuff.
+ .
+ This is the Python 3 version of the package.
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..b040a4b
--- /dev/null
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=matos
+export PYBUILD_DISABLE=test
+
+%:
+       dh $@ --with python3 --buildsystem=pybuild