~ubuntu-branches/ubuntu/trusty/inetutils/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Guillem Jover
  • Date: 2008-04-11 08:20:23 UTC
  • Revision ID: james.westby@ubuntu.com-20080411082023-ma41ux9nyuj0s9r0
Tags: 2:1.5.dfsg.1-5
* Remove Tag fields, those are better maintained outside the package,
  as a side effect there's not typo to fix anymore. (Closes: #418539)
* Now using Standards-Version 3.7.3 (no changes needed).
* Call configure with autotools-dev recommended --build and --host options.
* Add Vcs-Browser and Vcs-Svn fields.
* Add Homepage field.
* Fix parallel FTBFS in debian/rules by moving 'patch' dependency from
  the build to a new setup-source target thar serializes configureation.
* Do not ignore make errors on clean or install in debian/rules.
* Switch Build-Depends from automake1.9 to automake.
* Do not install a duplicated syslogd under /etc/default/, just
  inetutils-syslogd. Take care of removing the obsolete conffile if not
  modified, and move it to the new name otherwise. (Closes: #435049)
* Do not start inetd if there's no services enabled (stolen from
  openbsd-inetd).
* Complete copyright information in debian/copyright file.
* Remove packaging svn information from debian/copyright.
* Fix FTBFS if built twice in a row: (Closes: #424419)
  - Call distclean instead of clean.
  - Move the unpatch step from the clean dependency to the body, after
    the distclean call.
  - Remove all files that autoreconf might have modified.
* Add dependency on 'inetutils-inetd | inet-superserver' to inetutils-talkd
  and inetutils-telnetd as they use update-inetd.
* Add support for syslogd configuration files under /etc/syslog.d/.
  (Closes: #370349, #462739)
  - debian/patches/51_add_load_confdir_support.patch: New file
  - debian/patches/50_split_load_conffile.patch: Likewise.
* Fix a race condition when setting the SIGALRM signal in syslogd parent
  when starting the daemon, causing it to exit with a non-zero status.
  - debian/patches/52_sigalarm.patch: New file.
* Delay initialization of Shishi until telnet knows Kerberos is needed.
  Reducing the output when creating the directory has been fixed in
  shishi itself. (Closes: #423944)
  - debian/patches/05_shishi_delayed_init.patch: New file.
  Thanks to Simon Josefsson <simon@josefsson.org>.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
inetutils (2:1.5.dfsg.1-5) unstable; urgency=low
 
2
 
 
3
  * Remove Tag fields, those are better maintained outside the package,
 
4
    as a side effect there's not typo to fix anymore. (Closes: #418539)
 
5
  * Now using Standards-Version 3.7.3 (no changes needed).
 
6
  * Call configure with autotools-dev recommended --build and --host options.
 
7
  * Add Vcs-Browser and Vcs-Svn fields.
 
8
  * Add Homepage field.
 
9
  * Fix parallel FTBFS in debian/rules by moving 'patch' dependency from
 
10
    the build to a new setup-source target thar serializes configureation.
 
11
  * Do not ignore make errors on clean or install in debian/rules.
 
12
  * Switch Build-Depends from automake1.9 to automake.
 
13
  * Do not install a duplicated syslogd under /etc/default/, just
 
14
    inetutils-syslogd. Take care of removing the obsolete conffile if not
 
15
    modified, and move it to the new name otherwise. (Closes: #435049)
 
16
  * Do not start inetd if there's no services enabled (stolen from
 
17
    openbsd-inetd).
 
18
  * Complete copyright information in debian/copyright file.
 
19
  * Remove packaging svn information from debian/copyright.
 
20
  * Fix FTBFS if built twice in a row: (Closes: #424419)
 
21
    - Call distclean instead of clean.
 
22
    - Move the unpatch step from the clean dependency to the body, after
 
23
      the distclean call.
 
24
    - Remove all files that autoreconf might have modified.
 
25
  * Add dependency on 'inetutils-inetd | inet-superserver' to inetutils-talkd
 
26
    and inetutils-telnetd as they use update-inetd.
 
27
  * Add support for syslogd configuration files under /etc/syslog.d/.
 
28
    (Closes: #370349, #462739)
 
29
    - debian/patches/51_add_load_confdir_support.patch: New file
 
30
    - debian/patches/50_split_load_conffile.patch: Likewise.
 
31
  * Fix a race condition when setting the SIGALRM signal in syslogd parent
 
32
    when starting the daemon, causing it to exit with a non-zero status.
 
33
    - debian/patches/52_sigalarm.patch: New file.
 
34
  * Delay initialization of Shishi until telnet knows Kerberos is needed.
 
35
    Reducing the output when creating the directory has been fixed in
 
36
    shishi itself. (Closes: #423944)
 
37
    - debian/patches/05_shishi_delayed_init.patch: New file.
 
38
    Thanks to Simon Josefsson <simon@josefsson.org>.
 
39
 
 
40
 -- Guillem Jover <guillem@debian.org>  Fri, 11 Apr 2008 08:20:23 +0300
 
41
 
1
42
inetutils (2:1.5.dfsg.1-4) unstable; urgency=medium
2
43
 
3
44
  * Fix Kerberos 5 authentication support in telnet via Shishi to make it