~ubuntu-branches/ubuntu/trusty/isdnutils/trusty

« back to all changes in this revision

Viewing changes to isdnlog/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Steve Langasek
  • Date: 2013-11-15 00:02:58 UTC
  • mfrom: (1.1.8) (31.1.1 trusty-proposed)
  • Revision ID: package-import@ubuntu.com-20131115000258-tt9v3gasgrdml07k
Tags: 1:3.25+dfsg1-3.3ubuntu1
* Merge from Debian unstable:
  - resolves licensing issues with package contents.  LP: #511988.
  - includes proper upstream fix for ipppd on ARM.  LP: #453159.
  - resolves isdnutils-base removal failures.  LP: #813771.
  - fixes capiutils init script to not try to mount obsolete capifs.
    LP: #1064347.
* Remaining changes:
  - Switch libreadline5-dev to libreadline-gplv2-dev since this package
    appears to be GPLv2
  - debian/patches/no-imake.patch: Don't build xisdnload/xmonisdn using
    xmkmf/imake.  This patch was dropped in Debian without explanation;
    it still applies and seems to still be a good idea for eventual
    upstreaming, since imake is quite obsolete.
  - capi.conf: Fix typo for fcdsl2 firmware. LP: #189132.
  - Remove dependencies on /etc/inittab.
    - Disable the installation code to modify /etc/inittab.
    - isdnutils-base: Add ttyI0 example script, which needs to be installed
      in /etc/event.d/ttyI0.
    - isdnvboxserver: Add ttyI1 example script, which needs to be installed
      in /etc/event.d/ttyI1.
    - The two upstart scripts need to be edited.
    - Further improvements and documentation welcome.
* Changes included in Debian:
  - replace calls to ./MAKEDEV with /sbin/MAKEDEV
  - Build-depend on ppp-dev.
  - Switch to newer tcl -dev.
  - update to newer automake
  - debian/rules: use autoreconf to update the autotools in the capi20
    directory
  - debian/{compat,rules,*.files,.dirs}: Convert to Multi-arch.
  - debian/libcapi20-dev.install: Remove .la files (no builds use them).
* Changes included upstream:
  - fix for ARM FTBFS.
  - fix bashisms in vboxplay.
  - debian/patches/{config_libdir,toplevel-make}.patch: add CONFIG_LIBDIR
    override to upstream build system to support Multi-arch.
* Dropped changes:
  - kick dpatch to the curb.
* Handle migrating the blacklist file from
  /etc/modprobe.d/blacklist-capiutils.conf to the path used in Debian,
  /etc/modprobe.d/capiutils.conf.
* Handle rename of /etc/ppp/ip-down.d/99-ipppd and /etc/ppp/ip-up.d/00-ipppd
  to /etc/ppp/ip-down.d/ipppd and /etc/ppp/ip-up.d/ipppd
* Handle rename of /etc/init.d/isdnutils to /etc/init.d/isdnutils-base
* Restore standard.tcl to /usr/share/isdnvboxserver/default; maintainer
  scripts must not depend on contents of /usr/share/doc.
* Apply patches that were preserved in the 3.0 (quilt) migration, but
  were inadvertently not applied:
  - debian/patches/capifax.additional_error_codes.patch
  - debian/patches/capifax.3_1kHz_audio.patch
* Drop debian/isdnutils-base.cron.d, which isn't a cronjob example at all
  but an inittab example gone astray.
* debian/dotconfig*: don't use embedded quotes for paths; this confuses
  vbox's Makefiles something fierce, and causes files to be missed from
  debian/tmp'/usr/share/man/' at install time.
* Fix isdnlog and ipppd to not ship files used in the postinst under
  /usr/share/doc.
* Modernize the upstart examples.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
## $Id: Makefile.in,v 1.224 2007/01/05 04:23:57 tobiasb Exp $
 
1
## $Id: Makefile.in,v 1.225 2008/08/31 10:49:38 keil Exp $
2
2
##
3
3
## ISDN accounting for isdn4linux.
4
4
##
19
19
## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20
20
##
21
21
## $Log: Makefile.in,v $
 
22
## Revision 1.225  2008/08/31 10:49:38  keil
 
23
## - fix library directories
 
24
## - build without root permissions
 
25
##
22
26
## Revision 1.224  2007/01/05 04:23:57  tobiasb
23
27
## Made isdnrep and isdnrate buildable under cygwin. See ChangeLog for details.
24
28
##
145
149
##    ignored (controlled by ignore_unknown_IE in isdnlog/isdnlog.h).
146
150
##  - Added some information elements to isdnlog/messages.c.
147
151
##  - Increased the length of msn (local number) in struct telnum.
148
 
##  - Fixed seperation of country and area code for long numbers
 
152
##  - Fixed separation of country and area code for long numbers
149
153
##    in getDest, tools/dest.c.
150
154
##  - Changed broken (with gcc 2.95.2) generation of .depend.  The old
151
155
##    output did not consider the location of objectfiles in subdirs.
933
937
##
934
938
## Revision 1.115  1999/10/29 19:45:59  akool
935
939
## isdnlog-3.60
936
 
##  - sucessfully ported/tested to/with:
 
940
##  - successfully ported/tested to/with:
937
941
##      - Linux-2.3.24 SMP
938
942
##      - egcs-2.91.66
939
943
##    using -DBIG_PHONE_NUMBERS
2036
2040
        fi
2037
2041
endif
2038
2042
 
2039
 
uninstall: rootperm
 
2043
uninstall:
2040
2044
                if ps x | fgrep $(ISDNLOG) >/dev/null; then kill `cat $(RUNDIR)/isdnlog.isdnctrl0.pid` 2>/dev/null; fi
2041
2045
                rm -f   $(DESTDIR)$(SBINDIR)/$(ISDNLOG) \
2042
2046
                        $(DESTDIR)$(BINDIR)/$(ISDNREP)  \
2058
2062
                        $(DESTDIR)$(DATADIR)/dest.cdb
2059
2063
 
2060
2064
 
2061
 
installdirs: rootperm
 
2065
installdirs:
2062
2066
                $(INSTALL_DIR) $(DESTDIR)$(I4LCONFDIR)
2063
2067
                $(INSTALL_DIR) $(DESTDIR)$(BINDIR)
2064
2068
                $(INSTALL_DIR) $(DESTDIR)$(SBINDIR)
2067
2071
                $(INSTALL_DIR) $(DESTDIR)$(MAN8DIR)
2068
2072
                $(INSTALL_DIR) $(DESTDIR)$(DATADIR)
2069
2073
 
2070
 
install: all rootperm installdirs install-conf install-data install-progs
 
2074
install: all installdirs install-conf install-data install-progs
2071
2075
 
2072
2076
install-old-conf:
2073
2077
                @if [ -n "$(DESTDIR)$(OLDCONFDIR)" -a "$(DESTDIR)$(OLDCONFDIR)" != '/' ] ; then \
2150
2154
                  $(INSTALL_DATA) $$f $(DESTDIR)$(DATADIR); \
2151
2155
                  echo Installing $(DESTDIR)$(DATADIR)/$$f; \
2152
2156
                done
2153
 
                @(grep isdnlog $(SERVICEFILE) >/dev/null) || \
 
2157
                @: || (grep isdnlog $(SERVICEFILE) >/dev/null) || \
2154
2158
                (echo "";echo "";echo "Add a line to the file $(SERVICEFILE)" ;echo "";echo ""; \
2155
2159
                echo "isdnlog $(SERV_PORT)/tcp        isdnlog" >> $(SERVICEFILE))
2156
2160