[debian-edu-commits] debian-edu/pkg-team/ 01/02: upload to unstable (debian/0.2.2-1)
Mike Gabriel
sunweaver at debian.org
Tue Mar 29 19:39:53 UTC 2016
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository impressive-display.
commit e9cb386406a1c6798a0e0df386d15db55e38413d
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Tue Mar 29 21:36:53 2016 +0200
upload to unstable (debian/0.2.2-1)
---
debian/changelog | 5 ++++
debian/compat | 1 +
debian/control | 44 +++++++++++++++++++++++++++++++
debian/copyright | 37 ++++++++++++++++++++++++++
debian/impressive-display.default | 53 ++++++++++++++++++++++++++++++++++++++
debian/impressive-display.install | 2 ++
debian/impressive-display.manpages | 1 +
debian/impressive-display.postinst | 42 ++++++++++++++++++++++++++++++
debian/impressive-display.prerm | 44 +++++++++++++++++++++++++++++++
debian/rules | 6 +++++
debian/source/format | 1 +
debian/watch | 3 +++
12 files changed, 239 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..34a58b8
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+impressive-display (0.2.2-1) unstable; urgency=medium
+
+ * Initial release. (Closes: #819502).
+
+ -- Mike Gabriel <sunweaver at debian.org> Tue, 29 Mar 2016 21:22:31 +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..b5b82ed
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,44 @@
+Source: impressive-display
+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: 3.9.7
+Homepage: http://wiki.it-zukunft-schule.de
+Vcs-Git: https://code.it-zukunft-schule.de/cgit/impressive-display.git
+Vcs-Browser: https://code.it-zukunft-schule.de/cgit/impressive-display/
+
+Package: impressive-display
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${perl:Depends},
+ impressive,
+ pulseaudio-utils,
+ psmisc,
+ xinit,
+Recommends:
+ debian-faq,
+ matchbox-window-manager,
+ poppler-utils,
+ pulseaudio,
+ texlive-extra-utils,
+ unclutter,
+ x11-xserver-utils,
+ wmctrl,
+Suggests:
+ nodm,
+Description: Impressive based PDF display
+ Provide an X11 session manager script that launches a minimal window
+ manager and then launches the impressive PDF viewer in fullscreen mode.
+ .
+ In combination with the nodm display manager you can provide an
+ easy-to-setup display screen based on regulary updated PDF files.
+ .
+ The viewed PDF file can be obtained from a given URL in regular
+ intervals. Alternatively (or for testing purposes) you can also
+ display a local static PDF file.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..5ebced1
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,37 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Impressive PDF Display
+Upstream-Contact: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+Source: https://code.it-zukunft-schule.de/cgit/impressive-display/
+
+Files: bin/*
+ data/*
+ ChangeLog
+ VERSION
+Copyright: 2012-2016, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2016, 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/impressive-display.default b/debian/impressive-display.default
new file mode 100644
index 0000000..208582c
--- /dev/null
+++ b/debian/impressive-display.default
@@ -0,0 +1,53 @@
+# Impressive PDF Display: Wrap around impressive PDF viewer and turn your
+# system into a PDF display screen.
+
+# There can be (a) primary terminal(s) and secondary terminals.
+# All terminals not listed here are secondary terminals...
+#
+# If you have more than one primary display, put the hostnames
+# in this variable separated by blanks.
+PRIMARY_DISPLAYS="$(hostname -f)"
+
+# Login credentials for PDF download URLs
+# Credentials can be put here, but we recommend putting them
+# into $HOME/.impressive-display-secrets.
+# Don't forget to set 0600 permissions for the credentials' file.
+#PDF_URL_PRIMARIES_CREDS="<username>:<password>"
+#PDF_URL_SECONDARIES_CREDS="<username>:<password>"
+
+# Primary and secondary PDF displays can have different download URLs.
+#PDF_URL_PRIMARIES="https://web.server.com/path/to/pdffile.pdf"
+#PDF_URL_SECONDARIES="https://web.server.com/path/to/otherpdf.pdf"
+
+# HTTP proxy URL, if needed.
+#HTTP_PROXY_URL="http://webcache:3128"
+
+# Idle interval between PDF downloads.
+DOWNLOAD_INTERVAL=600
+
+# Or different static PDF documents (downloadable PDFs get preferred by
+# the impressive-display script...).
+PDF_FILE_PRIMARIES="/usr/share/doc/debian/FAQ/debian-faq.pdf.gz"
+PDF_FILE_SECONDARIES="/usr/share/doc/debian/FAQ/debian-faq.pdf.gz"
+
+# Show each slide for <n> seconds.
+SLIDE_DURATION=20
+
+# Launch pulseaudio daemon if not already running.
+WITH_PULSEAUDIO="yes"
+
+# Hide idle mouse pointer.
+HIDE_IDLE_POINTER="yes"
+
+# Enforce fixed resolution for displays:
+# PRIMARIES_RESOLUTION="1920x1080"
+# SLAVE_RESOLUTION="1920x1080"
+PRIMARIES_RESOLUTION=
+SLAVE_RESOLUTION=
+
+# screensaver settings, see "man 1 xset" for possible options
+SCREENSAVER_SETTINGS=
+
+# Put impressive's fading options in the below variable...
+# On GL systems use: --supersample -k --transition PagePeel
+IMPRESSIVE_OPTIONS="--transition None"
diff --git a/debian/impressive-display.install b/debian/impressive-display.install
new file mode 100644
index 0000000..ae920c3
--- /dev/null
+++ b/debian/impressive-display.install
@@ -0,0 +1,2 @@
+bin/impressive-display usr/bin/
+data/impressive-display.desktop usr/share/xsessions/
diff --git a/debian/impressive-display.manpages b/debian/impressive-display.manpages
new file mode 100644
index 0000000..26cabd5
--- /dev/null
+++ b/debian/impressive-display.manpages
@@ -0,0 +1 @@
+data/impressive-display.1
\ No newline at end of file
diff --git a/debian/impressive-display.postinst b/debian/impressive-display.postinst
new file mode 100755
index 0000000..18ec1d9
--- /dev/null
+++ b/debian/impressive-display.postinst
@@ -0,0 +1,42 @@
+#!/bin/sh
+# postinst script for impressive-display
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+# * <postinst> `configure' <most-recently-configured-version>
+# * <old-postinst> `abort-upgrade' <new version>
+# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
+# <new-version>
+# * <postinst> `abort-remove'
+# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
+# <failed-install-package> <version> `removing'
+# <conflicting-package> <version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+
+case "$1" in
+ configure)
+ update-alternatives --install /usr/bin/x-session-manager \
+ x-session-manager /usr/bin/impressive-display 20 \
+ --slave /usr/share/man/man1/x-session-manager.1.gz \
+ x-session-manager.1.gz /usr/share/man/man1/impressive-display.1.gz
+
+ ;;
+ abort-upgrade|abort-remove|abort-deconfigure)
+ ;;
+
+ *)
+ echo "postinst called with unknown argument \`$1'" >&2
+ exit 1
+ ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
diff --git a/debian/impressive-display.prerm b/debian/impressive-display.prerm
new file mode 100755
index 0000000..c1cb9f6
--- /dev/null
+++ b/debian/impressive-display.prerm
@@ -0,0 +1,44 @@
+#! /bin/sh
+
+# prerm script for impressive-display
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+# * <prerm> `remove'
+# * <old-prerm> `upgrade' <new-version>
+# * <new-prerm> `failed-upgrade' <old-version>
+# * <conflictor's-prerm> `remove' `in-favour' <package> <new-version>
+# * <deconfigured's-prerm> `deconfigure' `in-favour'
+# <package-being-installed> <version> `removing'
+# <conflicting-package> <version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+
+if [ "$1" = "remove" -o "$1" = "deconfigure" ]; then
+
+ update-alternatives --remove x-session-manager /usr/bin/impressive-display
+
+fi
+
+
+case "$1" in
+ remove)
+ :
+ ;;
+ deconfigure|upgrade|failed-upgrade)
+ :
+ ;;
+ *) echo "$0: didn't understand being called with \`$1'" 1>&2
+ exit 1
+ ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..bebc16e
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+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/watch b/debian/watch
new file mode 100644
index 0000000..9e54c46
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+http://code.it-zukunft-schule.de/cgit/impressive-display/ \
+ snapshot/impressive-display-(\d\.\d\.\d)\.tar\.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/impressive-display.git
More information about the debian-edu-commits
mailing list