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

« back to all changes in this revision

Viewing changes to contrib/shell_utils/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:
37
37
target_triplet = @target@
38
38
subdir = contrib/shell_utils
39
39
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
40
 
        $(srcdir)/afpd-mtab.pl.in $(srcdir)/apple_cp.in \
41
 
        $(srcdir)/apple_dump.in $(srcdir)/apple_mv.in \
42
 
        $(srcdir)/apple_rm.in $(srcdir)/asip-status.pl.in
 
40
        $(srcdir)/afpd-mtab.pl.in $(srcdir)/apple_dump.in \
 
41
        $(srcdir)/asip-status.pl.in
43
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44
43
am__aclocal_m4_deps = $(top_srcdir)/macros/afs-check.m4 \
45
44
        $(top_srcdir)/macros/cnid-backend.m4 \
60
59
        $(top_srcdir)/macros/summary.m4 \
61
60
        $(top_srcdir)/macros/tcp-wrappers.m4 \
62
61
        $(top_srcdir)/macros/util.m4 $(top_srcdir)/macros/webmin.m4 \
63
 
        $(top_srcdir)/configure.in
 
62
        $(top_srcdir)/macros/zeroconf.m4 $(top_srcdir)/configure.in
64
63
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
65
64
        $(ACLOCAL_M4)
66
65
mkinstalldirs = $(install_sh) -d
67
66
CONFIG_HEADER = $(top_builddir)/config.h
68
 
CONFIG_CLEAN_FILES = afpd-mtab.pl apple_cp apple_dump apple_mv \
69
 
        apple_rm asip-status.pl
 
67
CONFIG_CLEAN_FILES = afpd-mtab.pl apple_dump asip-status.pl
70
68
am__installdirs = "$(DESTDIR)$(bindir)"
71
69
binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
72
70
SCRIPTS = $(bin_SCRIPTS)
74
72
DIST_SOURCES =
75
73
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
76
74
ACLOCAL = @ACLOCAL@
 
75
ACL_LIBS = @ACL_LIBS@
77
76
AFS_CFLAGS = @AFS_CFLAGS@
78
77
AFS_LIBS = @AFS_LIBS@
79
78
AMTAR = @AMTAR@
81
80
AUTOCONF = @AUTOCONF@
82
81
AUTOHEADER = @AUTOHEADER@
83
82
AUTOMAKE = @AUTOMAKE@
 
83
AVAHI_CFLAGS = @AVAHI_CFLAGS@
 
84
AVAHI_LIBS = @AVAHI_LIBS@
 
85
AVAHI_TPOLL_CFLAGS = @AVAHI_TPOLL_CFLAGS@
 
86
AVAHI_TPOLL_LIBS = @AVAHI_TPOLL_LIBS@
84
87
AWK = @AWK@
85
88
BDB_BIN = @BDB_BIN@
86
89
BDB_CFLAGS = @BDB_CFLAGS@
130
133
KRB5_CONFIG = @KRB5_CONFIG@
131
134
LDFLAGS = @LDFLAGS@
132
135
LIBADD_DL = @LIBADD_DL@
133
 
LIBATALK_ACLS = @LIBATALK_ACLS@
134
136
LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
135
137
LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
136
138
LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
162
164
PATH_SEPARATOR = @PATH_SEPARATOR@
163
165
PERL = @PERL@
164
166
PKGCONFDIR = @PKGCONFDIR@
 
167
PKG_CONFIG = @PKG_CONFIG@
165
168
PS = @PS@
 
169
PTHREAD_LIBS = @PTHREAD_LIBS@
166
170
QUOTA_LIBS = @QUOTA_LIBS@
167
171
RANLIB = @RANLIB@
168
172
SED = @SED@
183
187
WEBMIN_USER = @WEBMIN_USER@
184
188
WEBMIN_VERSION = @WEBMIN_VERSION@
185
189
WRAP_LIBS = @WRAP_LIBS@
 
190
ZEROCONF_CFLAGS = @ZEROCONF_CFLAGS@
 
191
ZEROCONF_LIBS = @ZEROCONF_LIBS@
186
192
abs_builddir = @abs_builddir@
187
193
abs_srcdir = @abs_srcdir@
188
194
abs_top_builddir = @abs_top_builddir@
244
250
TEMPLATE_FILES = lp2pap.sh.tmpl
245
251
PERLSCRIPTS = \
246
252
        afpd-mtab.pl \
247
 
        apple_cp apple_mv apple_rm  \
248
253
        asip-status.pl \
249
254
        apple_dump
250
255
 
287
292
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
288
293
afpd-mtab.pl: $(top_builddir)/config.status $(srcdir)/afpd-mtab.pl.in
289
294
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
290
 
apple_cp: $(top_builddir)/config.status $(srcdir)/apple_cp.in
291
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
292
295
apple_dump: $(top_builddir)/config.status $(srcdir)/apple_dump.in
293
296
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
294
 
apple_mv: $(top_builddir)/config.status $(srcdir)/apple_mv.in
295
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
296
 
apple_rm: $(top_builddir)/config.status $(srcdir)/apple_rm.in
297
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
298
297
asip-status.pl: $(top_builddir)/config.status $(srcdir)/asip-status.pl.in
299
298
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
300
299
install-binSCRIPTS: $(bin_SCRIPTS)