~ubuntu-branches/ubuntu/vivid/lyskom-server/vivid

« back to all changes in this revision

Viewing changes to debian/lyskom-server.copyright

  • Committer: Package Import Robot
  • Author(s): Magnus Holmgren
  • Date: 2012-11-15 09:26:58 UTC
  • mfrom: (4.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20121115092658-8yjy66dbovmvx2ao
Tags: 2.1.2-13
* New maintainer.
* Rename debian/lyskom-server.copyright debian/copyright as a source
  package should have a debian/copyright file.
* Create /var/run/lyskom-server in the init script instead of shipping
  it with the package (Closes: #689898). Thanks Thomas Goirand.
* Drop the $startonboot variable, which is rather pointless since
  lyskomd is actually started via cron, is disabled there by default,
  and will start regardless of $startonboot because the status file
  won't exist.
* Fix LSB header in the init script: add $remote_fs and move $local_fs
  to Required-Start/Required-Stop; delete commas.
* Add dependency on rsyslog | system-log-daemon, since the LSB header
  indicates that lyskomd requires a syslog facility.
* Rework and simplify lyskom-server.postinst:
  * Use dpkg-statoverride to set ownership of data and log directories.
  * Don't nullify errors; the package should be left in an unconfigured
    state in such cases. Remove sanity checks.
  * Simply call adduser with --quiet instead of checking whether the
    lyskom user already exists.
  * Set stricter modes on the directories.
* Don't delete /var/run/lyskom-server/status in the init script. It is
  created by komrunning when shutting down lyskomd to keep updateLysKOM
  from starting lyskomd again.
* lyskom-server.postrm: As recommended by policy, don't delete log files
  until on purge. Also, simply rm -rf /var/lib/lyskom-server
  /var/log/lyskom-server.
* Add dependendy on cron | cron-daemon, since that's how lyskomd is
  started.
* debian/rules: Add build-indep and build-arch targets.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Package: lyskom-server
2
 
Obtained from: ftp://ftp.lysator.liu.se/pub/lyskom/server
3
 
Packaged for Debian by: Peter Krefting <peterk@debian.org>
4
 
 
5
 
Copyright (C) 1991-2003 Lysator Academic Computer Association.
6
 
The LysKOM server was written by Lars Aronsson, Thomas Bellman, David Byers,
7
 
Per Cederqvist, Pär Emanuelsson, Peter Eriksson, Linus Tolke, Inge Wallin,
8
 
Lars Willför et.al. Please the AUTHORS file for more information.
9
 
 
10
 
   LysKOM is free software; you can redistribute it and/or modify it
11
 
   under the terms of the GNU General Public License as published by
12
 
   the Free Software Foundation; either version 1, or (at your
13
 
   option) any later version.
14
 
 
15
 
   LysKOM is distributed in the hope that it will be useful, but
16
 
   WITHOUT ANY WARRANTY; without even the implied warranty of
17
 
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18
 
   General Public License for more details.
19
 
 
20
 
   You should have received a copy of the GNU General Public License
21
 
   along with LysKOM. If not, write to Lysator, c/o ISY, Linköping
22
 
   University, SE-581 83 Linköping, SWEDEN, or the Free Software
23
 
   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
24
 
   02110-1301, USA.
25
 
 
26
 
On Debian GNU/Linux systems, the complete text of the GNU General
27
 
Public License can be found in "/usr/share/common-licenses/GPL".