~ubuntu-branches/debian/wheezy/netatalk/wheezy

« back to all changes in this revision

Viewing changes to etc/uams/uams_krb4/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2011-06-05 21:04:21 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20110605210421-19gag2srevj0ocxh
Tags: 2.2~beta4-1
* New upstream release.
  + Fixes "Internal Error" after ad_open on sparc.
    Closes: bug#606005. Thanks to Alfredo Sola.
* Adjust references to unofficial packages in README.Debian.
* Use dversionmangle (not uversionmangle) in watch file. Fix add
  leading dash (-) to upstream version in mangling.
* Update patches:
  + Drop patches 107 and 294 (Zeroconf support): Implemented
    (differently) upstream now.
  + Drop patches 109 and 112 (avoid broken XFS linkage) obsolete.
  + Drop patch 200 (hostname resolving): adopted upstream.
  + Refresh patch 205.
* Rewrite copyright file using draft 174 of DEP-5 format.
* Build-depend on and recommend unversioned (i.e. default) BerkeleyDB
  packages.
  Closes: bug#621413. Thanks to Ondřej Surý.
  Simplify suggestions on older versioned BerkeleyDB packages.
* Stop installing some documentation dropped upstream, and let CDBS
  automagically handle some of the remains.
* Update control file:
  + Bump policy compliance to standards-version 3.9.2.
  + Shorten Vcs-* URLs.
* Add patches 115 and (for automade file) 214 to avoid installing
  unneeded /default dir.
  Closes: bug#628119. Thanks to Russell Muetzelfeldt and Luk Claes.
* Don't ship .la files. Closes: bug#621849. Thanks to Andreas Metzler
  and Luk Claes.
* Stop renaming afile and achfile, dropped upstream.
* Explicitly enable DDP (AppleTalk), now disabled by default.
* Enable Zeroconf, should be stable now.
* Simplify package relations:
  + Drop (build-)dependency fallback unneeded even for oldstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
        $(top_srcdir)/macros/summary.m4 \
58
58
        $(top_srcdir)/macros/tcp-wrappers.m4 \
59
59
        $(top_srcdir)/macros/util.m4 $(top_srcdir)/macros/webmin.m4 \
60
 
        $(top_srcdir)/configure.in
 
60
        $(top_srcdir)/macros/zeroconf.m4 $(top_srcdir)/configure.in
61
61
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62
62
        $(ACLOCAL_M4)
63
63
mkinstalldirs = $(install_sh) -d
98
98
CTAGS = ctags
99
99
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
100
100
ACLOCAL = @ACLOCAL@
 
101
ACL_LIBS = @ACL_LIBS@
101
102
AFS_CFLAGS = @AFS_CFLAGS@
102
103
AFS_LIBS = @AFS_LIBS@
103
104
AMTAR = @AMTAR@
105
106
AUTOCONF = @AUTOCONF@
106
107
AUTOHEADER = @AUTOHEADER@
107
108
AUTOMAKE = @AUTOMAKE@
 
109
AVAHI_CFLAGS = @AVAHI_CFLAGS@
 
110
AVAHI_LIBS = @AVAHI_LIBS@
 
111
AVAHI_TPOLL_CFLAGS = @AVAHI_TPOLL_CFLAGS@
 
112
AVAHI_TPOLL_LIBS = @AVAHI_TPOLL_LIBS@
108
113
AWK = @AWK@
109
114
BDB_BIN = @BDB_BIN@
110
115
BDB_CFLAGS = @BDB_CFLAGS@
154
159
KRB5_CONFIG = @KRB5_CONFIG@
155
160
LDFLAGS = @LDFLAGS@
156
161
LIBADD_DL = @LIBADD_DL@
157
 
LIBATALK_ACLS = @LIBATALK_ACLS@
158
162
LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
159
163
LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
160
164
LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
186
190
PATH_SEPARATOR = @PATH_SEPARATOR@
187
191
PERL = @PERL@
188
192
PKGCONFDIR = @PKGCONFDIR@
 
193
PKG_CONFIG = @PKG_CONFIG@
189
194
PS = @PS@
 
195
PTHREAD_LIBS = @PTHREAD_LIBS@
190
196
QUOTA_LIBS = @QUOTA_LIBS@
191
197
RANLIB = @RANLIB@
192
198
SED = @SED@
207
213
WEBMIN_USER = @WEBMIN_USER@
208
214
WEBMIN_VERSION = @WEBMIN_VERSION@
209
215
WRAP_LIBS = @WRAP_LIBS@
 
216
ZEROCONF_CFLAGS = @ZEROCONF_CFLAGS@
 
217
ZEROCONF_LIBS = @ZEROCONF_LIBS@
210
218
abs_builddir = @abs_builddir@
211
219
abs_srcdir = @abs_srcdir@
212
220
abs_top_builddir = @abs_top_builddir@