~ubuntu-branches/debian/squeeze/ntp/squeeze

« back to all changes in this revision

Viewing changes to bootstrap

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2010-05-24 11:09:51 UTC
  • mfrom: (1.2.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20100524110951-1o7gh469ygochf4n
Tags: 1:4.2.6.p1+dfsg-1
* New upstream version
  - They no longer ship arlib, adjust dfsg.patch.
  - Drop kfreebsd.patch, applied upstream
  - Update patches for upstream changes.
* Remove the obsolete config files:

  for ntp:
  - /etc/logcheck/ignore.d.server/ntp, removed in 1:4.2.6+dfsg-1
  - /etc/dhcp3/dhclient-enter-hooks.d/ntp, replaced by exit hooks in
    1:4.2.4p4+dfsg-3
  - /etc/network/if-up.d/ntp, removed in 1:4.2.4p0+dfsg-1

  for ntpdate:
  - /etc/dhcp3/dhclient-enter-hooks.d/ntpdate, replaced by exit hooks in
    1:4.2.4p4+dfsg-3

  Use dpkg 1.15.7.2's dpkg-maintscript-helper.  This needs
  a Pre-Depends to work, else it's never going to be removed.
  (Closes: #569530)
* Add "Depends: ${misc:Depends}" to ntp-doc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
 
79
79
## Non-AutoGen stuff
80
80
 
81
 
for i in autogen-version.def version.def
 
81
for i in autogen-version.def version.def version.texi
82
82
do
83
83
    cmp -s include/$i sntp/$i || cp -fp include/$i sntp/$i
84
84
done
92
92
    for i in `ls -1 $f*`
93
93
    do
94
94
        case "$i" in
95
 
         *.c|*.h|*.1|*.texi|*.menu)
 
95
         *.c|*.h|*.1|*.html|*.texi|*.menu)
96
96
            l="$l $i"
97
97
            ;;
98
98
        esac
106
106
 
107
107
## EOAutoGen stuff
108
108
 
109
 
# Yacc/bison files
110
 
 
111
 
touch ntpd/ntp_parser.[ch]
112
 
 
113
 
# generated by ntpd/keyword-gen.c
114
 
 
115
 
touch ntpd/ntp_keyword.h
 
109
# Yacc/bison files ntp_parser.[ch] so we don't require the tool if
 
110
# ntp_parser.y hasn't been updated.  At the same time, keyword-gen-utd
 
111
# and ntp_keyword.h which are derived from ntp_parser.h and
 
112
# keyword-gen.c.
 
113
 
 
114
touch ntpd/ntp_parser.[ch] ntpd/keyword-gen-utd ntpd/ntp_keyword.h
116
115
 
117
116
cp bincheck.mf sntp/
118
117
cp depsver.mf sntp/