[debian-edu-commits] debian-edu/ 02/10: Add initial debian/ directory.
Dominik George
natureshadow-guest at moszumanska.debian.org
Mon Jan 15 22:04:36 UTC 2018
This is an automated email from the git hooks/post-receive script.
natureshadow-guest pushed a commit to branch master
in repository sdaps.
commit bb81e5e9808a74470c50a76c99eba90f71ec199b
Author: Dominik George <nik at naturalnet.de>
Date: Mon Jan 15 21:37:55 2018 +0100
Add initial debian/ directory.
---
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 32 ++++++++++++++++++++++++++++++++
debian/copyright | 12 ++++++++++++
debian/rules | 6 ++++++
debian/source/format | 1 +
6 files changed, 57 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..6dbde55
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+sdaps (1.2.1-1) unstable; urgency=medium
+
+ * Initial release (Closes: #887393)
+
+ -- Dominik George <nik at naturalnet.de> Sun, 03 Dec 2017 18:00:55 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..b4de394
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+11
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..81061cf
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,32 @@
+Source: sdaps
+Maintainer: Debian Edu Packaging Team <debian-edu-pkg-team at lists.alioth.debian.org>
+Uploaders:
+ Dominik George <nik at naturalnet.de>,
+Section: science
+Priority: optional
+Build-Depends:
+ debhelper (>= 10),
+ dh-python,
+ libcairo2-dev,
+ libglib2.0-dev,
+ libtiff5-dev,
+ python-all,
+ python-cairo-dev,
+ python-dev,
+ python-distutils,
+ python-distutils-extra,
+Standards-Version: 4.1.3
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-edu/pkg-team/sdaps.git
+Vcs-Git: https://anonscm.debian.org/cgit/debian-edu/pkg-team/sdaps.git
+Homepage: https://sdaps.org
+Testsuite: autopkgtest-pkg-python
+
+Package: sdaps
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+Description: scripts for data acquisition with paper-based surveys
+ SDAPS is an optical mark recognition (OMR) program. It is written in
+ Python and has an integrated workflow with both LibreOffice and LaTeX to
+ create questionnaires.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..48cb918
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,12 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: SDAPS
+Upstream-Contact: Benjamin Berg <benjamin at sipsolutions.net>
+Source: https://sdaps.org
+
+Files: *
+Copyright: xxx, Benjamin Berg <benjamin at sipsolutions.net>
+License: GPL-3+
+
+Files: debian/*
+Copyright: 2018, Dominik George <nik at naturalnet.de>
+License: GPL-2+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..eae217e
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=sdaps
+
+%:
+ dh $@ --with python2 --buildsystem=pybuild
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)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/sdaps.git
More information about the debian-edu-commits
mailing list