~ubuntu-branches/ubuntu/intrepid/logrotate/intrepid

« back to all changes in this revision

Viewing changes to debian/patches/00list

  • 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
 
# Fix the taboo list to avoid .dpkg-old, etc.
2
 
10-taboos
3
 
 
4
 
# Loosens the config syntax checking to allow more flexibility.
5
 
#  (Closes: #95617,#95630)
6
 
20-configparse
7
 
 
8
 
# Quietens the taboo list from ERROR to a DEBUG
9
 
#  (Closes: #249073)
10
 
21-taboo-to-debug
11
 
 
12
 
# Fix locations of STATEFILE and DEFAULT_MAIL_COMMAND
13
 
30-config-h
14
 
 
15
 
# No longer consider state file dates before 1996 as fatal errors.
16
 
# (Closes: #65534)
17
 
40-datehack
18
 
 
19
 
# Fix the execlp() call for scripts.
20
 
# (Closes: #276172) Fixed upstream.
21
 
41-execlp-fix
22
 
 
23
 
# Fix the execlp() call for /tmp mounted noexec, by calling /bin/sh
24
 
# directly.
25
 
# (Closes: #279965)
26
 
42-execlp-bin-sh
27
 
 
28
 
# Manpage fixes.
29
 
50-manpage
30
 
51-man-189243
31
 
52-man-sizetypo
32
 
52-man-lastaction
33
 
# Fixes #290628
34
 
52-man-startcount
35
 
# Fixes #310337
36
 
52-man-overriden
37
 
# Fixes #300644
38
 
52-man-mailtypo
39
 
 
40
 
# Security patch (from Trustix)
41
 
#  retains owner and mode of compressed logs
42
 
60-compressowner