~ubuntu-branches/debian/sid/dico/sid

« back to all changes in this revision

Viewing changes to libltdl/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): أحمد المحمودي (Ahmed El-Mahmoudy)
  • Date: 2010-07-08 12:08:56 UTC
  • mfrom: (4.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100708120856-nsqktvovscghtbcm
* New upstream release (Closes: #588403)
* Refreshed patch dicoweb-debian.diff
* Removed patches that are applied upstream:
  0001-Speed-up-output-procedure-in-dictorg.patch,
  improve_dicoweb.patch
* debian/rules: Upstream renamed settings.py to settings-sample.py,
  hence install settings-sample.py in /etc/dicoweb/
* debian/control:
  + Bumped Standards-Version to 3.9.0, no changes needed.
  + Drop XB-Python-Version fields and ${python:Provides}, as they are not
    needed.
  + Set DMUA (after approval of Marc Dequènes (Duck) <duck@debian.org>)
  + Remove libdico from Depends field of dico & dicod, it should be
    added automatically.
  + Remove python-dev from B-D, since python-all-dev is there
  + Add libldap2-dev to B-D to compile LDAP module.
  + Add list of included modules in dicod extended description.
* debian/dicod.conf:
  + Match everything strategy is disabled by not loading the stratall
    module.
  + Added a commented section to enable substr strategy.
* debian/dicod.install: Install ldap, substr & stratall modules in dicod
* debian/dico-module-*.install: For pluggable modules, only install the .so
  files.
* debian/dico-dev.install: Do not install .la file
  (See: http://wiki.debian.org/ReleaseGoals/LAFileRemoval)
* debian/watch: Add check for bzip2'ed tarballs
* Renamed libdico package due to bumped sonames
* debian/libdico1.symbols: Updated symbols
* Merge dictorg & outline modules into dicod package.
* debian/dicod.conf: Enable dictorg module by default (Closes: #588402).

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
        $(am__ltdlinclude_HEADERS_DIST) $(srcdir)/Makefile.am \
46
46
        $(srcdir)/Makefile.in COPYING.LIB
47
47
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
48
 
am__aclocal_m4_deps = $(top_srcdir)/am/gsasl.m4 \
49
 
        $(top_srcdir)/am/guile.m4 $(top_srcdir)/m4/00gnulib.m4 \
50
 
        $(top_srcdir)/m4/alloca.m4 $(top_srcdir)/m4/argz.m4 \
51
 
        $(top_srcdir)/m4/btowc.m4 $(top_srcdir)/m4/codeset.m4 \
52
 
        $(top_srcdir)/m4/des.m4 $(top_srcdir)/m4/errno_h.m4 \
53
 
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-o.m4 \
54
 
        $(top_srcdir)/m4/float_h.m4 $(top_srcdir)/m4/fprintftime.m4 \
55
 
        $(top_srcdir)/m4/fseeko.m4 $(top_srcdir)/m4/getdelim.m4 \
56
 
        $(top_srcdir)/m4/getdomainname.m4 \
 
48
am__aclocal_m4_deps = $(top_srcdir)/gint/gint.m4 \
 
49
        $(top_srcdir)/gint/guile.m4 $(top_srcdir)/am/gsasl.m4 \
 
50
        $(top_srcdir)/m4/00gnulib.m4 $(top_srcdir)/m4/alloca.m4 \
 
51
        $(top_srcdir)/m4/argz.m4 $(top_srcdir)/m4/btowc.m4 \
 
52
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/des.m4 \
 
53
        $(top_srcdir)/m4/errno_h.m4 $(top_srcdir)/m4/extensions.m4 \
 
54
        $(top_srcdir)/m4/fcntl-o.m4 $(top_srcdir)/m4/float_h.m4 \
 
55
        $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/fseeko.m4 \
 
56
        $(top_srcdir)/m4/getdelim.m4 $(top_srcdir)/m4/getdomainname.m4 \
57
57
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
58
58
        $(top_srcdir)/m4/getopt.m4 $(top_srcdir)/m4/getpass.m4 \
59
59
        $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
80
80
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/printf.m4 \
81
81
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/quote.m4 \
82
82
        $(top_srcdir)/m4/quotearg.m4 $(top_srcdir)/m4/realloc.m4 \
83
 
        $(top_srcdir)/m4/regex.m4 $(top_srcdir)/m4/size_max.m4 \
84
 
        $(top_srcdir)/m4/snprintf.m4 $(top_srcdir)/m4/sockets.m4 \
85
 
        $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/stdbool.m4 \
86
 
        $(top_srcdir)/m4/stddef_h.m4 $(top_srcdir)/m4/stdint.m4 \
87
 
        $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio_h.m4 \
88
 
        $(top_srcdir)/m4/stdlib_h.m4 $(top_srcdir)/m4/strerror.m4 \
89
 
        $(top_srcdir)/m4/strftime.m4 $(top_srcdir)/m4/string_h.m4 \
90
 
        $(top_srcdir)/m4/strtoimax.m4 $(top_srcdir)/m4/strtol.m4 \
91
 
        $(top_srcdir)/m4/strtoll.m4 $(top_srcdir)/m4/strtoul.m4 \
92
 
        $(top_srcdir)/m4/strtoull.m4 $(top_srcdir)/m4/strtoumax.m4 \
93
 
        $(top_srcdir)/m4/sys_socket_h.m4 \
 
83
        $(top_srcdir)/m4/regex.m4 $(top_srcdir)/m4/sha1.m4 \
 
84
        $(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/snprintf.m4 \
 
85
        $(top_srcdir)/m4/sockets.m4 $(top_srcdir)/m4/ssize_t.m4 \
 
86
        $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stddef_h.m4 \
 
87
        $(top_srcdir)/m4/stdint.m4 $(top_srcdir)/m4/stdint_h.m4 \
 
88
        $(top_srcdir)/m4/stdio_h.m4 $(top_srcdir)/m4/stdlib_h.m4 \
 
89
        $(top_srcdir)/m4/strerror.m4 $(top_srcdir)/m4/strftime.m4 \
 
90
        $(top_srcdir)/m4/string_h.m4 $(top_srcdir)/m4/strtoimax.m4 \
 
91
        $(top_srcdir)/m4/strtol.m4 $(top_srcdir)/m4/strtoll.m4 \
 
92
        $(top_srcdir)/m4/strtoul.m4 $(top_srcdir)/m4/strtoull.m4 \
 
93
        $(top_srcdir)/m4/strtoumax.m4 $(top_srcdir)/m4/sys_socket_h.m4 \
94
94
        $(top_srcdir)/m4/sys_time_h.m4 $(top_srcdir)/m4/sysexits.m4 \
95
95
        $(top_srcdir)/m4/time_h.m4 $(top_srcdir)/m4/time_r.m4 \
96
96
        $(top_srcdir)/m4/tm_gmtoff.m4 $(top_srcdir)/m4/unistd_h.m4 \
248
248
BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
249
249
BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
250
250
BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
251
 
BUILD_DICO_GUILE_MODULES = @BUILD_DICO_GUILE_MODULES@
252
 
BUILD_DICO_PYTHON_MODULES = @BUILD_DICO_PYTHON_MODULES@
253
251
BUILD_JDICT_PROGS = @BUILD_JDICT_PROGS@
254
252
BUILD_LIBDICOSASL = @BUILD_LIBDICOSASL@
255
253
CC = @CC@
284
282
GETHOSTNAME_LIB = @GETHOSTNAME_LIB@
285
283
GETOPT_H = @GETOPT_H@
286
284
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
 
285
GINT_INCLUDES = @GINT_INCLUDES@
 
286
GINT_LDADD = @GINT_LDADD@
 
287
GINT_MODULE_DIR = @GINT_MODULE_DIR@
287
288
GLIBC21 = @GLIBC21@
288
289
GMSGFMT = @GMSGFMT@
289
290
GMSGFMT_015 = @GMSGFMT_015@
469
470
GUILE_INCLUDES = @GUILE_INCLUDES@
470
471
GUILE_LIBS = @GUILE_LIBS@
471
472
GUILE_SITE = @GUILE_SITE@
 
473
GUILE_SNARF = @GUILE_SNARF@
 
474
GUILE_TOOLS = @GUILE_TOOLS@
 
475
GUILE_VERSION = @GUILE_VERSION@
 
476
GUILE_VERSION_NUMBER = @GUILE_VERSION_NUMBER@
472
477
HAVE_ACCEPT4 = @HAVE_ACCEPT4@
473
478
HAVE_ATOLL = @HAVE_ATOLL@
474
479
HAVE_BTOWC = @HAVE_BTOWC@