[debian-edu-commits] debian-edu/pkg-team/ 01/04: initial packaging draft

Mike Gabriel sunweaver at debian.org
Tue Jun 27 14:26:27 UTC 2017


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository standardskriver.

commit 12882ccc13939312a89df72d495293460b12d36f
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Jun 27 14:38:00 2017 +0200

    initial packaging draft
---
 debian/changelog                |  5 +++++
 debian/compat                   |  1 +
 debian/control                  | 34 ++++++++++++++++++++++++++++++++++
 debian/copyright                | 41 +++++++++++++++++++++++++++++++++++++++++
 debian/files                    |  1 +
 debian/rules                    | 12 ++++++++++++
 debian/source/format            |  1 +
 debian/standardskriver.docs     |  1 +
 debian/standardskriver.examples |  1 +
 debian/watch                    |  3 +++
 10 files changed, 100 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..9f6d371
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+standardskriver (0.0.2-1) UNRELEASED; urgency=medium
+
+  * Initial release to Debian. (Closes: #866111).
+
+ -- Mike Gabriel <sunweaver at debian.org>  Wed, 07 Jun 2017 00:08:42 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..b21260c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,34 @@
+Source: standardskriver
+Section: admin
+Priority: extra
+Maintainer: Debian Edu Packaging Team <debian-edu-pkg-team at lists.alioth.debian.org>
+Uploaders:
+ Mike Gabriel <sunweaver at debian.org>
+Build-Depends:
+ debhelper (>= 9),
+ cdbs,
+Standards-Version: 4.0.0
+Homepage: https://code.it-zukunft-schule.de/cgit/standardskriver/
+Vcs-Git: https://anonscm.debian.org/git/debian-edu/pkg-team/standardskriver.git
+Vcs-Browser: https://anonscm.debian.org/git/debian-edu/pkg-team/standardskriver.git
+
+Package: standardskriver
+Architecture: all
+Depends:
+ ${misc:Depends},
+ cups-client,
+ net-tools,
+ python3,
+ python3-netaddr,
+Description: Tool for dynamically setting a user's default printer at desktop session logon
+ The Standard Skriver Tool ('standardskriver' is Norwegian, i.e. Bokmål,
+ for "default printer") allows the site admin to dynamically update
+ a user's default printer setting at logon time.
+ .
+ At desktop session startup, a new default printer gets automatically
+ configured based on the localation of the client host in use and/or also
+ based on POSIX group memberships of the current user.
+ .
+ Standard Skriver uses an easy-to-setup INI configuration file. The
+ configuration syntax also supports for configuring of multiple sites, so
+ one configuration file can be deployed to multiple sites.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..0db4885
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,41 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Standard Skriver Tool
+Upstream-Contact: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+Source: https://code.it-zukunft-schule.de/cgit/standardskriver/
+
+Files: standardskriver
+ data/*
+ examples/*
+ ChangeLog
+ Makefile
+ README.md
+ VERSION
+Copyright: 2013, Linnea Skogtvedt <linnea at linuxavdelingen.no>
+  2015-2017, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2017, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+License: GPL-2+
+
+License: GPL-2+
+ This program is free software; you can redistribute it
+ and/or modify it under the terms of the GNU General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later
+ version.
+ .
+ This program is distributed in the hope that it will be
+ useful, but WITHOUT ANY WARRANTY; without even the implied
+ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+ PURPOSE.  See the GNU General Public License for more
+ details.
+ .
+ You should have received a copy of the GNU General Public
+ License along with this package; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA  02110-1301 USA
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
diff --git a/debian/files b/debian/files
new file mode 100644
index 0000000..3cdf4e9
--- /dev/null
+++ b/debian/files
@@ -0,0 +1 @@
+standardskriver_0.0.2-1_source.buildinfo admin extra
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..b4e7a38
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+
+export PREFIX=/usr
+export DESTDIR=$(DEB_DESTDIR)
+
+include /usr/share/cdbs/1/class/makefile.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+DEB_MAKE_INSTALL_TARGET=install
+
+get-orig-source:
+	uscan --noconf --force-download --rename --download-current-version --destdir=..
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/standardskriver.docs b/debian/standardskriver.docs
new file mode 100644
index 0000000..42061c0
--- /dev/null
+++ b/debian/standardskriver.docs
@@ -0,0 +1 @@
+README.md
\ No newline at end of file
diff --git a/debian/standardskriver.examples b/debian/standardskriver.examples
new file mode 100644
index 0000000..4cd66f8
--- /dev/null
+++ b/debian/standardskriver.examples
@@ -0,0 +1 @@
+examples/*
\ No newline at end of file
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..8622ec7
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+http://code.it-zukunft-schule.de/cgit/standardskriver/ \
+    snapshot/standardskriver-(\d\.\d\.\d)\.tar\.gz$

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/standardskriver.git



More information about the debian-edu-commits mailing list