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

« back to all changes in this revision

Viewing changes to modules/Makefile.am

  • 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:
14
14
# You should have received a copy of the GNU General Public License
15
15
# along with GNU Dico.  If not, see <http://www.gnu.org/licenses/>.
16
16
 
17
 
SUBDIRS = outline dict.org guile python
 
17
if GUILE_COND
 
18
  GUILE_DIR=guile
 
19
endif
 
20
if PYTHON_COND
 
21
  PYTHON_DIR=python
 
22
endif
 
23
if LDAP_COND
 
24
  LDAP_DIR=ldap
 
25
endif
 
26
 
 
27
SUBDIRS = outline dict.org $(GUILE_DIR) $(PYTHON_DIR) stratall substr $(LDAP_DIR)
18
28
EXTRA_DIST = template.c template.py template.scm