~ubuntu-branches/ubuntu/hardy/logrotate/hardy-updates

« back to all changes in this revision

Viewing changes to debian/logrotate.copyright

  • Committer: Bazaar Package Importer
  • Author(s): Paul Martin
  • Date: 2006-04-08 23:02:19 UTC
  • mfrom: (3.1.1 dapper)
  • Revision ID: james.westby@ubuntu.com-20060408230219-7moi9qw2g42w1nye
Tags: 3.7.1-3
* Patch debian/control to fix FTBFS on kfreebsd-amd64. Perhaps we need
  a build-depends macro for !kfreebsd. (Closes: #361465)
* Use and depend on debhelper version 5.
* Switch from dpatch to quilt.
* cpp-crossbuild.patch: change from using $(CPP) to $(CC) -E.
  Thanks to NIIBE Yutaka. (Closes: #284040)
* dst.patch: fix mktime initialisation so that daylight savings is
  taken into account. Thanks to Holger Weiss. (Closes: #278591)
* man-333996.patch: fix typos in logrotate.8 where "then" should be
  "than". Thanks to Adrian Knoth. (Closes: #333996)
* manpage.patch: Apply missed fixes from #101272. Thanks to J S Bygott.
  (Closes: #335060)
* script-argument.patch: Allow the use of $1 in scripts again.
  (Closes: #330783)
* README.Debian: Document that sysklogd does its own log rotation.
  (Closes: #308963)
* README.Debian: Document how scripts are called. (Closes: #308920)
* Update the copyright file.
* debian/control: remove versioned dependency on cron. The version of
  cron forbidden pre-dates woody (currently "oldstable") by several
  years. This versioned dependency is preventing logrotate being
  installed with bcron. (Closes: #304038, #349150)
* debian/rules: Fix backports, allowing them to use selinux.
  (Closes: #340363)
* uncompressChild-warning.patch: Fix a "might be used uninitialised" 
  warning from gcc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
This package was originally debianized by Joseph Carter
2
2
<knghtbrd@debian.org> on Thu, 22 Apr 1999 15:33:04 -0700.
3
3
 
4
 
This version was downloaded from RedHat's CVS server using:
5
 
 
6
 
 cvs -z9 -d :pserver:anonymous@i18n.redhat.com:/cvs/rhl login
7
 
 # password is anoncvs
8
 
 cvs -z9 -d :pserver:anonymous@i18n.redhat.com:/cvs/rhl co logrotate
9
 
 
10
 
Though you'll find that it's now here instead:
11
 
 
12
 
 cvs -z9 -d :pserver:anonymous@cvs.fedora.redhat.com:/cvs/dist co logrotate
 
4
This version was downloaded from RedHat's server at:
 
5
 
 
6
http://download.fedora.redhat.com/pub/fedora/linux/core/development/SRPMS/
 
7
 
13
8
 
14
9
Upstream Authors are various RedHat people, including Erik Troan, 
15
 
Preston Brown, Elliot Lee and Dan Walsh.
16
 
 
17
 
Copyright: GNU GENERAL PUBLIC LICENSE (GPL)
 
10
Preston Brown, Elliot Lee, Miloslav Trmac, Dan Walsh and Peter Vrabec.
 
11
 
 
12
Copyright: GNU GENERAL PUBLIC LICENSE (GPL) Version 2
 
13
 
 
14
All modifications to the packaging and patches by Paul Martin 
 
15
<pm@debian.org> are also made available under the GPL:
 
16
 
 
17
    Copyright (C) 2001-2006  Paul Martin
 
18
 
 
19
    This program is free software; you can redistribute it and/or modify
 
20
    it under the terms of the GNU General Public License as published by
 
21
    the Free Software Foundation; either version 2 of the License, or
 
22
    (at your option) any later version.
 
23
 
 
24
    This program is distributed in the hope that it will be useful,
 
25
    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
26
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
27
    GNU General Public License for more details.
 
28
 
 
29
    You should have received a copy of the GNU General Public License
 
30
    along with this program; if not, write to the Free Software
 
31
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
18
32
 
19
33
On a Debian system, the GPL can be found in /usr/share/common-licenses/GPL