~ubuntu-branches/ubuntu/precise/netatalk/precise

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-29 13:57:28 UTC
  • mfrom: (7.1.6 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080629135728-ll66avwtcnq64pbs
Tags: 2.0.3-11
* Add patch 001 from upstream CVS to fix LFS test for cross
  compilation.
* Update cdbs tweaks:
  + Relax copyright-check.mk to only warn about its discoveries.
    Closes: bug#487061, thanks to Lucas Nussbaum.
  + Correct abbreviation of BSD licenses in copyright-check.mk.
  + Update dependency cleanup to strip cdbs 0.4.27 (not 0.4.27-1).
* Update debian/copyright-hints.
* Raise urgency to medium due to FTBFS bugfix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
netatalk (2.0.3-11) unstable; urgency=medium
 
2
 
 
3
  * Add patch 001 from upstream CVS to fix LFS test for cross
 
4
    compilation.
 
5
  * Update cdbs tweaks:
 
6
    + Relax copyright-check.mk to only warn about its discoveries.
 
7
      Closes: bug#487061, thanks to Lucas Nussbaum.
 
8
    + Correct abbreviation of BSD licenses in copyright-check.mk.
 
9
    + Update dependency cleanup to strip cdbs 0.4.27 (not 0.4.27-1).
 
10
  * Update debian/copyright-hints.
 
11
  * Raise urgency to medium due to FTBFS bugfix.
 
12
 
 
13
 -- Jonas Smedegaard <dr@jones.dk>  Sun, 29 jun 2008 13:57:28 +0200
 
14
 
 
15
netatalk (2.0.3-10) unstable; urgency=low
 
16
 
 
17
  * Update cdbs tweaks:
 
18
    + Strip any non-printable characters in copyright-check.mk.  Update
 
19
      copyright-hints.  This (and earlier updates) closes: bug#477967.
 
20
  * Bump debhelper compatibility level to 6 (was 4).
 
21
  * Semi-auto-update debian/control to update build-dependencies:
 
22
    DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean
 
23
 
 
24
 -- Jonas Smedegaard <dr@jones.dk>  Sun, 27 Apr 2008 13:35:04 +0200
 
25
 
 
26
netatalk (2.0.3-9) unstable; urgency=low
 
27
 
 
28
  * Update zeroconf patch (found in Gentoo bug#133575):
 
29
    + Enable zeroconf only if srvloc is not enabled.
 
30
    + Use Avahis threaded poll implementation only for Avahi >= 0.6.4,
 
31
      and fallback to handling it internally.
 
32
  * Add patch 113 to add LSB dependency info to sysV script, and leave
 
33
    shutdown process to core sendsigs routine. Closes: bug#459442.
 
34
  * Add patch 114 to fix macusers ps parsing bug. Closes: bug#462186.
 
35
  * Disable zeroconf support (enable by rebuilding with
 
36
    DEB_BUILD_OPTIONS=zeroconf).  Closes: bug#462082, #463544.
 
37
  * Packaging moved to collab-maint Git at Alioth. Update VCS-* hints.
 
38
  * Update local cdbs snippets:
 
39
    + Major improvements to copyright-check, including new versioned
 
40
      build-dependency on devscripts.  Update debian/copyright_hints.
 
41
    + Drop wget options broken with recent versions of wget in
 
42
      update-tarball.mk.
 
43
    + Update debian/README.cdbs-tweaks.
 
44
  * Semi-auto-update debian/control to apply changes contained in the above:
 
45
    DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean
 
46
 
 
47
 -- Jonas Smedegaard <dr@jones.dk>  Fri, 04 Apr 2008 23:08:59 +0200
 
48
 
 
49
netatalk (2.0.3-8) unstable; urgency=medium
 
50
 
 
51
  * Add patch 001 to sync with upstream CVS as of today.
 
52
  * Add rule to generate CVS snapshot patch.
 
53
  * Reduce patch 110 and unfuzz other patches to adapt to CVS snapshot.
 
54
  * Add patch 111 extending autotools macro resolving BerkeleyDB libs to
 
55
    check newest versions first, and check versions 4.5 and 4.6 too.
 
56
  * Explicitly disable SLP support and build-conflict against libavahi-
 
57
    compat-libdnssd-dev to not clash with AVAHI-based Zeroconf support.
 
58
    Closes: bug#459395, thanks to Gregory Oschwald.
 
59
  * Add patch 112 to fix assertion in zeroconf patch. Closes:
 
60
    bug#457246, thanks to Omar Siam.
 
61
  * Set urgency=medium as lack of the above zeroconf fix silently broke
 
62
    netatalk completely in some situations.
 
63
  * Update cdbs tweaks:
 
64
    + Support zip in upstream-tarball.mk
 
65
    + Use ~ as repackaging delimiter in upstream-tarball.mk to make room
 
66
      for point releases and cleaned up rerelease
 
67
    + Rename top srcdir in repackaged tarball to $pkg-$ver.orig to
 
68
      comply with Developers Reference 6.7.8.2.
 
69
    + Support mangling upstream version string in upstream-tarball.mk
 
70
    + Drop buildcore.mk override (set DEB_AUTO_UPDATE_DEBIAN_CONTROL
 
71
      manually when needed instead)
 
72
    (none of the above affect this package currently)
 
73
    + Add (and use) new variables DEB_COPYRIGHT_CHECK_IGNORE and
 
74
      DEB_COPYRIGHT_CHECK_IGNORE_REGEX to copyright-check.mk.
 
75
  * Fix safety check in debian/rules for compiling official packages
 
76
    with SSL support.
 
77
  * Update section in README.Debian on recompiling with SSL support.
 
78
 
 
79
 -- Jonas Smedegaard <dr@jones.dk>  Fri, 01 Feb 2008 02:44:53 +0100
 
80
 
 
81
netatalk (2.0.3-7) unstable; urgency=low
 
82
 
 
83
  * Friendly package maintainer takeover, with the consent of the
 
84
    previous maintainer. Thanks a lot for your excellent work with both
 
85
    packaging and upstream development, Sebastian Rittau!
 
86
  * Enable BDB transaction protection. Closes: bug#435210, thanks to
 
87
    Craig Ringer.
 
88
  * Fix bogus trailing space in logcheck rule. Closes: bug#381839,
 
89
    thanks to Bernhard Sadlowski.
 
90
  * Fix building with DEB_BUILD_OPTIONS=ssl by moving ssl_build_depends
 
91
    inclusion below other build-dependencies declared in debian/rules.
 
92
  * Add Vcs-Svn and Vcs-Browser fields to debian/control.
 
93
  * Move Homepage to own field (from pseudo-field in long description).
 
94
  * Update CDBS tweaks:
 
95
    + update-tarball needs cdbs 0.4.39 or newer (only relevant for
 
96
      backports).
 
97
    + Fix typo in update-tarball regarding gzip-recompressing tarballs.
 
98
    + Use uppercase variables in copyright-check.
 
99
  * Update build-dependency cosmetics in debian/rules, and semi-auto-
 
100
    update debian/control:
 
101
      DEB_BUILD_OPTIONS=cdbs-autoupdate fakeroot debian/rules pre-build
 
102
  * Support Zeroconf (instead of SLP:
 
103
    + Add patches 107 and 108 to support zeroconf, found at
 
104
      http://aur.archlinux.org/packages/netatalk/netatalk/ .
 
105
    + Enable zeroconf, and build-depend on recent version of libavahi-client-dev.
 
106
    + Drop SLP support, and drop build-depending on libslp-dev and recommending
 
107
      slpd.
 
108
    + Unfuzz zeroconf patches.
 
109
  * Generate autotools at build time (zeroconf patches change autobuilt files).
 
110
    + Disable patches to autobuilt files.
 
111
    + Adjust patch 210 to not indent comment hashes, thanks to automake 1.10.
 
112
    + Duplicate macros directory as m4, and touch AUTHORS, ChangeLog and INSTALL
 
113
      (as workaround for cdbs lacking support for passing options to autotools).
 
114
    + Suppress copyright-checking autobuilt files.
 
115
    + Build-depend on libltdl3-dev (seems to grow a dependency on that once the
 
116
      source has been rebuilt once).
 
117
  * Build-depend on libkrb5-dev (not heimdal-dev). Closes: bug#441520.
 
118
  * Add patch 109 to support explicitly avoiding XFS quota support. Patch found at
 
119
    http://aur.archlinux.org/packages/netatalk/netatalk/ . Use it - code is
 
120
    broken currently (complains about redefining __swabXXX in xfs/swab.h).
 
121
  * Only enable PGP UAM when SSL is enabled (didn't fail but was confusing).
 
122
  * Update BerkeleyDB linkage:
 
123
    + Add patch 110 to fix linking against newer versions of BerkeleyDB, found at
 
124
      http://aur.archlinux.org/packages/netatalk/netatalk/ .
 
125
    + Extend patch 110 to avoid deprecated DB_VERB_CHKPOINT.
 
126
    + build-depend on libdb-dev (not libdb4.2-dev).
 
127
 
 
128
 -- Jonas Smedegaard <dr@jones.dk>  Thu, 06 Dec 2007 01:42:44 +0100
 
129
 
 
130
netatalk (2.0.3-6) unstable; urgency=low
 
131
 
 
132
  * Update CDBS tweaks:
 
133
    + Replace auto-update.mk with overloading buildcore.mk.
 
134
    + Add debian/README.cdbs-tweaks and advertise it in debian/rules.
 
135
    + Fix applying buildinfo only once.
 
136
    + Fix race condition: check copyright strings in pre-build target
 
137
      (not clean target).
 
138
    + Add upstream-tarball.mk to implement get-orig-source target.
 
139
  * Declare (and cleanup) build-dependencies in debian/rules.
 
140
  * Semi-auto-update debian/control:
 
141
      DEB_BUILD_OPTIONS=cdbs-autoupdate fakeroot debian/rules pre-build
 
142
  * Add patch 212 to disable cnid_metad by default. This was the only
 
143
    major change in -5 initscript and thus hopefully closes: bug#384276.
 
144
 
 
145
 -- Jonas Smedegaard <dr@jones.dk>  Sun, 12 Aug 2007 22:59:12 +0200
 
146
 
 
147
netatalk (2.0.3-5) unstable; urgency=low
 
148
 
 
149
  * Change back to unversioned build-dependency on heimdal-dev again
 
150
    (it was only a temporary need, and prevented backporting to sarge).
 
151
  * Add patches to fix a few missed sed replacements:
 
152
    + 101_fix_manpage_sed_replacements.patch
 
153
    + 208_fix_manpage_sed_replacements_for_automade_file.patch
 
154
  * Add patches to make upstream sysv init-file behave sanely:
 
155
    + 102_rename_initscript.patch
 
156
    + 103_initscript_background_off_by_default.patch
 
157
    + 104_initscript_load_module_only_if_intended.patch
 
158
    + 105_initscript_config_in_etc-default.patch
 
159
    + 106_papd_needs_atalk_and_fix_bashism.patch
 
160
    + 209_rename_initscript_for_automade_file.patch
 
161
    + 210_avoid_update-rc-d.patch
 
162
    + 211_avoid_update-rc-d_for_automade_file.patch
 
163
  * Add debian/patches/README explaining the patch numbering scheme.
 
164
  * Enable the use of upstream Debian-compliant init-file:
 
165
    + SysV daemons honours locale defaults.
 
166
    + SysV script handles new cnid daemon.
 
167
  * Have debhelper reinstall init-file, adding maintainer script hooks.
 
168
  * Rename NEWS.Debian to NEWS in source to get recognized by debhelper
 
169
    (yes, seems odd, but that's how it works).
 
170
  * Recommend procps, needed by macusers.
 
171
  * Fix default UAM list (upstream assumes openssl is compiled in).
 
172
  * Improve use of cdbs:
 
173
    + Add local snippet copyright-check.mk: Scan source for (c) changes.
 
174
    + Add local snippet auto-update.mk: auto-update build-dependencies.
 
175
      (enabled only when environment includes DEB_BUILD_OPTIONS=update).
 
176
    + Add local snippet buildinfo.mk: Include env info with binary pkgs
 
177
    + (instead of invoking buildinfo directly within debian/rules).
 
178
    + Switch to using patchsys-quilt (instead of simple-patchsys).
 
179
  * Add comments documenting the various parts of debian/rules, and
 
180
    avoid indentation, to not show them during build.
 
181
  * Fix my entry as package uploader.
 
182
  * Add netatalk_update.sh (found on upstream wiki) as example script.
 
183
  * Support autobuilding of ssl-enabled packages when DEB_BUILD_OPTIONS
 
184
    contains "ssl":
 
185
    + Include ssl-related build-dependencies with cdbs auto-update (when
 
186
      environment contains DEB_BUILD_OPTIONS=update,ssl or similar).
 
187
    + Extend default UAM list handling to toggle SSL-enabled UAMs.
 
188
    + Safety-check: Refuse to build if build-depending on "libssl" but
 
189
      without "ssl" included in DEB_BUILD_OPTIONS (if auto-updated to
 
190
      use ssl but later incosistently built without it enabled).
 
191
  * Update note in README.Debian about unofficial ssl-enabled packages
 
192
    to refer to new netatalk-only repository:
 
193
    deb http://debian.jones.dk/ $DIST/netatalk main
 
194
  * Bump up standards-version to 3.7.2 (no changes needed).
 
195
  * Drop no longer relevant (pre-potato) dependencies:
 
196
    - Depended on libpam-runtime (>= 0.76-14).
 
197
    - Conflicted with libatalk1 and netatalk-dev.
 
198
    - Replaced libatalk1.
 
199
 
 
200
 -- Jonas Smedegaard <dr@jones.dk>  Sun, 13 Aug 2006 04:22:26 +0200
 
201
 
1
202
netatalk (2.0.3-4) unstable; urgency=low
2
203
 
3
204
  * Start cnid_metad when requested by user. (Patch stolen from Ubuntu.)