diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-03-29 20:36:46 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-03-29 20:36:46 +0200 |
commit | 9e93ed31d00c13a1e179816f9ff8c6d5a163162d (patch) | |
tree | 8a67494dd0bb740df9e04d1fbf747bf8740809b7 | |
parent | 896e52d1e75fe8f4b7a2c1dbc55a7c6413dee78d (diff) | |
download | impressive-display-9e93ed31d00c13a1e179816f9ff8c6d5a163162d.tar.gz impressive-display-9e93ed31d00c13a1e179816f9ff8c6d5a163162d.tar.bz2 impressive-display-9e93ed31d00c13a1e179816f9ff8c6d5a163162d.zip |
debian/control: Various adjustment in Depends:, Recommends: and Suggests:. Modifications of LONG_DESCRIPTION.
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 27 |
2 files changed, 14 insertions, 16 deletions
diff --git a/debian/changelog b/debian/changelog index 7092f03..83de67a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,9 @@ impressive-display (0.2.1) UNRELEASED; urgency=medium exists. * Drop using redundant variable $pdffile. * Avoid cleanup() function being called twice. + * debian/control: + + Various adjustment in Depends:, Recommends: and Suggests:. + + Modifications of LONG_DESCRIPTION. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 29 Mar 2016 20:14:17 +0200 diff --git a/debian/control b/debian/control index c4d6f86..ab06900 100644 --- a/debian/control +++ b/debian/control @@ -17,33 +17,28 @@ Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, - psmisc, impressive, - matchbox-window-manager, - xinit, - locales, - nodm, pulseaudio-utils, + psmisc, + xinit, Recommends: + debian-faq, + matchbox-window-manager, + poppler-utils, pulseaudio, + texlive-extra-utils, unclutter, x11-xserver-utils, - debian-faq, + wmctrl, Suggests: - vim, - mc, - acpid, - memtest86, - memtest86+, - openssh-server, - plymouth, - plymouth-themes-all, + nodm, Description: Impressive based PDF display Provide an X11 session manager script that launches a minimal window - manager and than launches the impressive PDF viewer in fullscreen. + manager and then launches the impressive PDF viewer in fullscreen. . 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. + intervals. Alternatively (or for testing purposes) you can also + display a local static PDF file. |