~ubuntu-branches/ubuntu/raring/autofs5/raring

« back to all changes in this revision

Viewing changes to debian/patches/01UPSTREAM_autofs-5.0.4-add-missing-changelog-entries.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Jan Christoph Nordholz
  • Date: 2009-03-09 01:16:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090309011648-gjynlid883f0s2c4
Tags: 5.0.4-1
* New upstream version (5.0.4 plus patchset as of 2009/03/09).
  * Closes: #518728.
  * Remove dpatch 14, applied upstream.
* New dpatch 14 to avoid using the relatively young SOCK_CLOEXEC
  feature.
* Only invoke 'make clean' on clean target so ./configure isn't
  purged.
* Fix a typo in the postinst regarding the ucf conffile handling.
* Add 'set -e' to package maintenance scripts.
* Drop unnecessary /var/run/autofs from package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 01UPSTREAM_autofs-5.0.4-add-missing-changelog-entries.dpatch
 
3
##
 
4
## DP: Upstream patch.
 
5
 
 
6
@DPATCH@
 
7
autofs-5.0.4 - add missing changelog entries
 
8
 
 
9
From: Ian Kent <raven@themaw.net>
 
10
 
 
11
Add changelog entries inadvertantly missed in last commit.
 
12
---
 
13
 
 
14
 CHANGELOG |    5 +++++
 
15
 1 files changed, 5 insertions(+), 0 deletions(-)
 
16
 
 
17
 
 
18
diff --git a/CHANGELOG b/CHANGELOG
 
19
index 417a001..3ff3daa 100644
 
20
--- a/CHANGELOG
 
21
+++ b/CHANGELOG
 
22
@@ -16,6 +16,11 @@
 
23
   use of 5.0.3 strartup behavior if required.
 
24
 - always read entire file map into cache to speed lookups.
 
25
 - make MAX_ERR_BUF and PARSE_MAX_BUF use easier to audit.
 
26
+- make some easy alloca replacements (Valerie Aurora Henson).
 
27
+- update to configure libtirpc if present.
 
28
+- update to provide ipv6 name and address support.
 
29
+- update to provide ipv6 address parsing.
 
30
+
 
31
 
 
32
 4/11/2008 autofs-5.0.4
 
33
 -----------------------