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

« back to all changes in this revision

Viewing changes to .pc/autotools.patch/Makefile.in

  • 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:
112
112
ACLOCAL = @ACLOCAL@
113
113
AMTAR = @AMTAR@
114
114
AR = @AR@
115
 
ARLIB_DIR = @ARLIB_DIR@
116
115
AUTOCONF = @AUTOCONF@
117
116
AUTOHEADER = @AUTOHEADER@
118
117
AUTOMAKE = @AUTOMAKE@
249
248
top_build_prefix = @top_build_prefix@
250
249
top_builddir = @top_builddir@
251
250
top_srcdir = @top_srcdir@
252
 
 
253
 
#AUTOMAKE_OPTIONS = util/ansi2knr foreign dist-tarZ no-dependencies
254
251
AUTOMAKE_OPTIONS = foreign 1.10
255
252
ACLOCAL_AMFLAGS = -I m4 -I libopts/m4
256
253
NULL = 
257
 
SUBDIRS = scripts include ElectricFence $(NULL) $(am__append_1) \
258
 
        @ARLIB_DIR@ libntp libparse ntpd ntpdate ntpdc ntpq ntpsnmpd \
259
 
        parseutil adjtimed clockstuff kernel sntp util $(NULL)
 
254
SUBDIRS = scripts include ElectricFence $(NULL) $(am__append_1) libntp \
 
255
        libparse ntpd ntpdate ntpdc ntpq ntpsnmpd parseutil adjtimed \
 
256
        clockstuff kernel sntp util $(NULL)
260
257
DIST_SUBDIRS = \
261
258
        scripts         \
262
259
        include         \
263
260
        ElectricFence   \
264
 
        arlib           \
265
261
        libntp          \
266
262
        libopts         \
267
263
        libparse        \
278
274
        util            \
279
275
        $(NULL)
280
276
 
281
 
DISTCHECK_CONFIGURE_FLAGS = -C --with-arlib --enable-local-libopts
 
277
DISTCHECK_CONFIGURE_FLAGS = -C
282
278
EXTRA_DIST = \
283
 
        COPYRIGHT               \
 
279
        $(srcdir)/COPYRIGHT     \
284
280
        ChangeLog               \
285
281
        CommitLog               \
286
282
        CommitLog-4.1.0         \
314
310
        bincheck.mf             \
315
311
        depsver.mf              \
316
312
        deps-ver                \
317
 
        version                 \
 
313
        $(srcdir)/version       \
318
314
        version.m4              \
319
315
        \
320
316
        $(NULL)
845
841
 
846
842
 
847
843
$(srcdir)/COPYRIGHT: $(srcdir)/html/copyright.html
848
 
        ( echo "This file is automatically generated from html/copyright.html" ; lynx -dump $(srcdir)/html/copyright.html ) > $(srcdir)/COPYRIGHT.new && mv $(srcdir)/COPYRIGHT.new $(srcdir)/COPYRIGHT
 
844
        { echo "This file is automatically generated from html/copyright.html" ; \
 
845
          lynx -dump $(srcdir)/html/copyright.html ;} > COPYRIGHT.new \
 
846
        && mv -f COPYRIGHT.new $(srcdir)/COPYRIGHT
 
847
 
 
848
COPYRIGHT-please: $(srcdir)/COPYRIGHT
 
849
        @: do-nothing action to prevent default \
 
850
           This target is needed by sntp/Makefile.am on decrepit \
 
851
           FreeBSD 6.x make which fails with "make COPYRIGHT" \
 
852
           configured in $(srcdir) but "make ./COPYRIGHT" succeeds. \
 
853
           Rather than determine our $(srcdir) from sntp/Makefile.am \
 
854
           COPYRIGHT-please serves as a fixed target.
849
855
 
850
856
# HMS: The next bit is still suboptimal.  If bk is present but this NTP
851
857
# repo is not a bk repo, we'll get an error message from the prs command.
916
922
        fi
917
923
 
918
924
FRC.CommitLog FRC.distwarn FRC.checkcvo FRC.checkhost FRC.version:
 
925
        @: do-nothing action prevents any default
919
926
 
920
927
# HMS: what was I trying to do with this?
921
928
#dot.emacs: FRC.distwarn