~ubuntu-branches/ubuntu/quantal/zaptel/quantal

« back to all changes in this revision

Viewing changes to makeopts.in

  • Committer: Bazaar Package Importer
  • Author(s): Tzafrir Cohen
  • Date: 2008-08-28 22:58:23 UTC
  • mfrom: (11.1.11 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080828225823-r8bdunirm8hmc76m
Tags: 1:1.4.11~dfsg-2
* Patch xpp_fxs_power: Fixed an issue with hook detection of the Astribank
  FXS module.
* Don't fail init.d script if fxotune fails. This may happen if running it
  when Asterisk is already running.
* Bump standards version to 3.8.0.0 .
* Ignore false lintian warning ("m-a a-i" has "a a").
* Patch xpp_fxo_cid_always: do always pass PCM if that's what the user
  asked.
* Patch vzaphfc_proc_root_dir: fix vzaphfc on 2.6.26.
* Patch wcte12xp_flags: Proper time for irq save flags.
* Patch headers_2627: Fix location of semaphore.h for 2.6.27 .
* Patch xpp_fxs_dtmf_leak: Don't play DTMFs to the wrong channel.
* Patch wctdm_fix_alarm: Fix sending channel alarms.
* Patch device_class_2626: Fix building 2.6.26 (Closes: #493397).
* Using dh_lintian for lintian overrides, hence requiring debhelper 6.0.7.
* Lintian: we know we have direct changes. Too bad we're half-upstream :-(
* Fix doc-base section names. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
CC=@CC@
 
2
HOSTCC=@HOSTCC@
 
3
CFLAGS=@CFLAGS@
 
4
LDFLAGS=@LDFLAGS@
 
5
 
 
6
INSTALL=@INSTALL@
 
7
GREP=@GREP@
 
8
SHELL=@SHELL@
 
9
LN=@LN@
 
10
 
 
11
prefix = @prefix@
 
12
exec_prefix = @exec_prefix@
 
13
 
 
14
bindir = @bindir@
 
15
datarootdir = @datarootdir@
 
16
datadir = @datadir@
 
17
includedir = @includedir@
 
18
infodir = @infodir@
 
19
libdir = @libdir@
 
20
libexecdir = @libexecdir@
 
21
localstatedir = @localstatedir@
 
22
mandir = @mandir@
 
23
sbindir = @sbindir@
 
24
sharedstatedir = @sharedstatedir@
 
25
sysconfdir = @sysconfdir@
 
26
 
 
27
DOWNLOAD=@DOWNLOAD@
 
28
 
 
29
PBX_LIBNEWT=@PBX_LIBNEWT@
 
30
NEWT_LIB=@NEWT_LIB@
 
31
NEWT_INCLUDE=@NEWT_INCLUDE@
 
32
 
 
33
CURSES_LIB=@CURSES_LIB@
 
34
CURSES_INCLUDE=@CURSES_INCLUDE@
 
35
 
 
36
NCURSES_LIB=@NCURSES_LIB@
 
37
NCURSES_INCLUDE=@NCURSES_INCLUDE@
 
38
 
 
39
PBX_LIBUSB=@PBX_LIBUSB@
 
40
USB_LIB=@USB_LIB@
 
41
USB_INCLUDE=@USB_INCLUDE@
 
42
 
 
43
USE_SELINUX=@USE_SELINUX@
 
44
 
 
45
PPPD_VERSION=@PPPD_VERSION@
 
46
 
 
47
ASCIIDOC=@ASCIIDOC@