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

« back to all changes in this revision

Viewing changes to debian/changelog

  • 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
logrotate (3.7.1-3) unstable; urgency=low
 
2
 
 
3
  * Patch debian/control to fix FTBFS on kfreebsd-amd64. Perhaps we need
 
4
    a build-depends macro for !kfreebsd. (Closes: #361465)
 
5
  * Use and depend on debhelper version 5.
 
6
  * Switch from dpatch to quilt.
 
7
  * cpp-crossbuild.patch: change from using $(CPP) to $(CC) -E.
 
8
    Thanks to NIIBE Yutaka. (Closes: #284040)
 
9
  * dst.patch: fix mktime initialisation so that daylight savings is
 
10
    taken into account. Thanks to Holger Weiss. (Closes: #278591)
 
11
  * man-333996.patch: fix typos in logrotate.8 where "then" should be
 
12
    "than". Thanks to Adrian Knoth. (Closes: #333996)
 
13
  * manpage.patch: Apply missed fixes from #101272. Thanks to J S Bygott.
 
14
    (Closes: #335060)
 
15
  * script-argument.patch: Allow the use of $1 in scripts again.
 
16
    (Closes: #330783)
 
17
  * README.Debian: Document that sysklogd does its own log rotation.
 
18
    (Closes: #308963)
 
19
  * README.Debian: Document how scripts are called. (Closes: #308920)
 
20
  * Update the copyright file.
 
21
  * debian/control: remove versioned dependency on cron. The version of
 
22
    cron forbidden pre-dates woody (currently "oldstable") by several
 
23
    years. This versioned dependency is preventing logrotate being
 
24
    installed with bcron. (Closes: #304038, #349150)
 
25
  * debian/rules: Fix backports, allowing them to use selinux.
 
26
    (Closes: #340363)
 
27
  * uncompressChild-warning.patch: Fix a "might be used uninitialised" 
 
28
    warning from gcc.
 
29
 
 
30
 -- Paul Martin <pm@debian.org>  Sat,  8 Apr 2006 23:02:19 +0100
 
31
 
 
32
logrotate (3.7.1-2) unstable; urgency=low
 
33
 
 
34
  * Patches:
 
35
    + 40-compressutime: Preserve mtime/atime on compression.
 
36
      (Closes: #286957)
 
37
    + 40-scripterrors: Give error messages identifying log file on
 
38
      script errors. (Closes: #122691, #195790, #222050, #306020)
 
39
 
 
40
  * Patch debian/control to fix FTBFS on kfreebsd-i386. (Closes:
 
41
    #320331).
 
42
 
 
43
 -- Paul Martin <pm@debian.org>  Sat,  3 Sep 2005 13:37:53 +0100
 
44
 
 
45
logrotate (3.7.1-1) unstable; urgency=low
 
46
 
 
47
  * New upstream release (based on upstream 3.7.1-11)
 
48
 
 
49
  * This upload enables selinux code. (Closes: #193601, #315514)
 
50
 
 
51
  * Updated dpatches:
 
52
    + 30-config-h: upstream has changed to using "/bin/mail" instead of
 
53
      "/bin/mail -s"
 
54
    + No need for 41-execlp-fix or 42-execlp-bin-sh.
 
55
    + Upstream fix obsoletes 60-compressowner.
 
56
 
 
57
  * Upstream uses a patch system, too. Patches from upstream:
 
58
    + 01-rh-dateext (logrotate-3.7.1-dateext.patch)
 
59
    + 01-rh-maxage (logrotate-3.7.1-maxage.patch)
 
60
      dateext and maxage (Closes: #178526, #188198, #226061, #257685,
 
61
      #306304)
 
62
    + 01-rh-noTMPDIR (logrotate-3.7.1-noTMPDIR.patch)
 
63
      This has the effect of never requiring a tempdir for scripts.
 
64
      There's the possibility of large scripts running into stack
 
65
      limits.
 
66
    + 01-rh-selinux (logrotate-3.7.1-selinux.patch)
 
67
      Updates to selinux code.
 
68
    + 52-man-rh-1 (based on logrotate-3-man.patch)
 
69
      Explains a bit more about postrotate scripts and updates the
 
70
      sharedscripts entry.
 
71
 
 
72
  * Update Standards-Version (no changes needed).
 
73
  * Update copyright file with current upstream location.
 
74
 
 
75
 -- Paul Martin <pm@debian.org>  Mon, 25 Jul 2005 22:15:18 +0100
 
76
 
1
77
logrotate (3.7-5) unstable; urgency=high
2
78
 
3
79
  Brown paper bag upload.