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

« back to all changes in this revision

Viewing changes to debian/patches/292_rename_initscript_autotools.patch

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2010-01-23 05:08:37 UTC
  • mfrom: (8.2.8 sid)
  • Revision ID: james.westby@ubuntu.com-20100123050837-rh5465ophfkjpsn2
Tags: 2.0.5-3
* Fix replace/drop bogus and/or obsolete configure options:
  + Use --without-ssl-dir/--with-ssl-dir (not --with-openssl-dir/
    --without-openssl-dir). Closes: bug#565969, thanks to Fabian
    Greffrath.
  + Use --enable-tcp-wrappers (not --with-tcp-wrappers).
  + Use --disable-srvloc (not --disable-slp).
  + Drop --disable-logger (obsolete since 2.0.1).
  + Drop --with-mangling (apparently obsolete since 2.0 alpha 1).
  + Drop --with-nls-dir and --without-xfs (apparently obsolete).
* Autoreconfigure during build (since upstream does not enable
  maintainer-mode). Disable autotools-related patches. Build-depend on
  libtool, automake1.11 and autoconf. Closes: bug#559060, thanks to
  Cyril Brulebois and others.
* Add safety-check to fail build if accidentally linked against
  libssl. Thanks to Fabian Greffrath (see bug#565969).
* Disable atalkd by default, to not require supported network active
  at daemon start time. Closes: bug#565568, thanks to Kurt Roeckx.
  Add NEWS entry about the change.
* Build-depend on and enable hardening-includes.
* Fix adjust "See also" of manpages referring to afile or achfile.
* Set urgency=medium as earlier lack of explicit disabling openssl
  caused the package to violate licensing for some architectures, also
  affecting testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
--- a/distrib/initscripts/Makefile.in
2
2
+++ b/distrib/initscripts/Makefile.in
3
 
@@ -248,7 +248,7 @@
 
3
@@ -251,7 +251,7 @@
4
4
        rc.atalk.gentoo.tmpl            \
5
5
        rc.atalk.debian.tmpl
6
6
 
9
9
 EXTRA_DIST = $(TEMPLATES) rc.atalk.cobalt
10
10
 
11
11
 #
12
 
@@ -291,7 +291,7 @@
 
12
@@ -294,7 +294,7 @@
13
13
 #
14
14
 @USE_TRU64_TRUE@sysvdir = /sbin/init.d
15
15
 @USE_COBALT_TRUE@sysv_SCRIPTS = atalk
18
18
 @USE_GENTOO_TRUE@sysv_SCRIPTS = atalk
19
19
 @USE_NETBSD_TRUE@sysv_SCRIPTS = afpd atalkd papd timelord
20
20
 @USE_REDHAT_TRUE@sysv_SCRIPTS = atalk
21
 
@@ -599,16 +599,16 @@
 
21
@@ -602,16 +602,16 @@
22
22
 @USE_GENTOO_TRUE@      -rc-update del atalk default
23
23
 @USE_GENTOO_TRUE@      rm -f /etc/init.d/atalk
24
24