~ubuntu-branches/debian/sid/netatalk/sid

« back to all changes in this revision

Viewing changes to man/man5/Makefile.am

  • 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:
13
13
            -e "s@:COMPILED_BACKENDS:@${compiled_backends}@g" \
14
14
            <$< >$@
15
15
 
16
 
GENERATED_MANS = AppleVolumes.default.5 afpd.conf.5 \
17
 
        atalkd.conf.5 netatalk.conf.5 papd.conf.5 \
18
 
        afp_ldap.conf.5 afp_signature.conf.5
19
 
 
20
 
TEMPLATE_FILES = AppleVolumes.default.5.tmpl afpd.conf.5.tmpl \
21
 
        atalkd.conf.5.tmpl netatalk.conf.5.tmpl papd.conf.5.tmpl \
22
 
        afp_ldap.conf.5.tmpl afp_signature.conf.5.tmpl
 
16
GENERATED_MANS = AppleVolumes.default.5 \
 
17
        afpd.conf.5 \
 
18
        netatalk.conf.5 \
 
19
        afp_ldap.conf.5 \
 
20
        afp_signature.conf.5 \
 
21
        afp_voluuid.conf.5
 
22
 
 
23
TEMPLATE_FILES = AppleVolumes.default.5.tmpl \
 
24
        afpd.conf.5.tmpl \
 
25
        netatalk.conf.5.tmpl \
 
26
        afp_ldap.conf.5.tmpl \
 
27
        afp_signature.conf.5.tmpl \
 
28
        afp_voluuid.conf.5.tmpl
 
29
 
 
30
ATALK_MANS = atalkd.conf.5.tmpl papd.conf.5.tmpl
 
31
 
 
32
if USE_APPLETALK
 
33
GENERATED_MANS += atalkd.conf.5 papd.conf.5
 
34
TEMPLATE_FILES += $(ATALK_MANS)
 
35
endif
23
36
 
24
37
NONGENERATED_MANS = AppleVolumes.5 AppleVolumes.system.5
25
38
 
27
40
 
28
41
CLEANFILES = $(GENERATED_MANS)
29
42
 
30
 
EXTRA_DIST = $(TEMPLATE_FILES) $(NONGENERATED_MANS)
 
43
EXTRA_DIST = $(TEMPLATE_FILES) $(NONGENERATED_MANS) $(ATALK_MANS)