~ubuntu-branches/ubuntu/edgy/logrotate/edgy

« back to all changes in this revision

Viewing changes to debian/patches/00list

  • Committer: Bazaar Package Importer
  • Author(s): Paul Martin
  • Date: 2004-06-11 13:51:34 UTC
  • mfrom: (1.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20040611135134-xwwlztb186794ikt
Tags: 3.7-2
* Added commented out stuff in debian/rules to build a 
  logrotate-selinux package should Russell's move to get libselinux1 
  made "base" fail.
* Patch: 21-taboo-to-debug, reduces the "Ignoring..." messages of
  the taboo filter from ERROR to DEBUG. (Closes: #249073)
* Patch: 30-config-h, changed to fix upstream bug with mailing
  logs. (Closes: #253837)

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
# Manpage fixes.
 
20
50-manpage
 
21
51-man-189243
 
22
 
 
23
# Security patch (from Trustix)
 
24
#  retains owner and mode of compressed logs
 
25
60-compressowner