]> git.0d.be Git - django-panik-agendas.git/commitdiff
debian: add basic packaging
authorFrédéric Péters <fpeters@0d.be>
Thu, 11 Feb 2021 10:43:49 +0000 (11:43 +0100)
committerFrédéric Péters <fpeters@0d.be>
Thu, 11 Feb 2021 11:00:12 +0000 (12:00 +0100)
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..73154df
--- /dev/null
@@ -0,0 +1,5 @@
+django-panik-agendas (0-0) stable; urgency=low
+
+  * Initial version.
+
+ -- Frederic Peters <fred@radiopanik.org>  Thu, 11 Feb 2021 11:42:16 +0100
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..979829b
--- /dev/null
@@ -0,0 +1,20 @@
+Source: django-panik-agendas
+Section: python
+Priority: optional
+Maintainer: Frederic Peters <fred@radiopanik.org>
+Build-Depends: debhelper (>= 10),
+               python3-all,
+               python3-django,
+               python3-setuptools,
+               dh-python,
+               sassc
+Standards-Version: 3.9.1
+
+Package: python3-django-panik-agendas
+Architecture: all
+Depends: ${python3:Depends}, python3-django
+Description: Agendas (Python 3)
+ django-panik-agendas is a custom-built agendas system to manage
+ studio bookings and more.
+ .
+ This is the Python 3 version of the package.
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..e163f40
--- /dev/null
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=agendas
+export PYBUILD_DISABLE=test
+
+%:
+       dh $@ --with python3 --buildsystem=pybuild