lp:ubuntu/precise/dico

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/precise/dico
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Mature

Recent revisions

12. By Matthias Klose

Rebuild with python 2.7 as the python default.

11. By أحمد المحمودي (Ahmed El-Mahmoudy)

* debian/control:
  + Bumped Standards Version to 3.9.1, no changes needed
  + Added ${python:Depends} for dicoweb (Closes: #592001)
  + Add XS-Python-Version field.
* Removed debian/pyversions
* Added utf8.diff patch to fix Unicode handling (Closes: #591698)

10. By أحمد المحمودي (Ahmed El-Mahmoudy)

debian/rules: Make sure dicoweb is being built before installing
settings.py (Closes: #589049)

9. By أحمد المحمودي (Ahmed El-Mahmoudy)

* 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) <email address hidden>)
  + 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).

8. By أحمد المحمودي (Ahmed El-Mahmoudy)

* New upstream release. (Closes: #582692, #582696, #582708, #582694)
* Update my email address
* debian/dicod.init: Set STARTTIME to 4 seconds (LP: #583993)
* Added dicoweb-debian.diff patch to set sane dicoweb defaults for a
  Debian system. (Credit to: "Marc Dequènes (Duck)" <email address hidden>)
* Added debian/apache2.conf
  (Credit to: "Marc Dequènes (Duck)" <email address hidden>)
* debian/rules:
  + Install dicoweb/settings.py in /etc/dicoweb/ (Closes: #582671)
  + Install dicoweb/templates, dicoweb/static and debian/apache2.conf in
    /etc/dicoweb/
* Added debian/dicoweb.links to create a symlink for
  /etc/dicoweb/settings.py in /usr/share/dicoweb
* Added debian/dicoweb.README.Debian
* Removed debian/dicoweb.docs, debian/dicoweb.lintian-overrides
* debian/control: Update Standards-Version to 3.8.4, no changes needed.
* etc/dicod.conf: Disable "Match everything" strategy by default, as it is
  susceptible to DOS attack.
* debian/libdico0.symbols: added new symbols
* Added patch improve_dicoweb.patch from upstream to fix crash while
  displaying a definition (Closes: #582695, #582697)
* Added patch 0001-Speed-up-output-procedure-in-dictorg.patch from
  upstream to speed up output in dictorg module. (Closes: #582799)

7. By أحمد المحمودي (Ahmed El-Mahmoudy)

debian/control: Lowered -mediawiki's python minimum required version to
2.5 since that also has python-xml.

6. By أحمد المحمودي (Ahmed El-Mahmoudy)

* debian/control: Add python2.6 as an alternative dependency for
  dico-module-mediawiki to provide python XML.
* debian/dicod.postinst: In case dictd got removed (but not purged), disable
  dictd service, since our dictd init script is just a symlink to dicod
  (Closes: #542020)
* debian/control: Bumped Standards-Version to 3.8.3, no changes needed.

5. By أحمد المحمودي (Ahmed El-Mahmoudy)

* debian/rules:
  + use dh_auto_* --sourcedirectory for the python modules
  + No need to explicitly remove *.pyc files dh_auto_clean override,
    dh_auto_clean does that.
* debian/control: Build-Depend on debhelper >= 7.3.5~ to support
  dh_auto_* --sourcedirectory
* debian/pyversions: Set minimum python version to 2.5 (Closes: #540501)

4. By أحمد المحمودي (Ahmed El-Mahmoudy)

* debian/control:
  + Changed section of dicoweb to web
  + Added le-dico-de-rene-cougnenc to dico's conflicts as they share a
    couple of files (Closes: #538175)
* debian/rules:
  + override dh_auto_clean target to clean up python modules' subdirs
  + in dh_auto_{build|install} overrides, replace $(MAKE) ... with
    dh_auto_{build|install}
  + Replace long configure line with a shorter:
    dh_auto_configure -- <needed configure overrides>
  + Add -Wl,--as-needed to LDFLAGS to avoid linking with un-necessary
    libraries.
* debian/dicod.install: fix install path for dicod.conf (Closes: #538275)

3. By أحمد المحمودي (Ahmed El-Mahmoudy)

* debian/control:
  + Fix dicoweb's Depends (dicoclient-python should be python-dicoclient)
    which made it un-installable.
  + Added Vcs-* fields
  + Bump Standards-Version to 3.8.2, no changes needed
  + Build-Depend on debhelper >= 7.0.50~ to support override targets.
  + Added ${misc:Depends} to Depends fields of dico-dev, dico-doc,
    python-wit, python-dicoclient and dico-module-mediawiki packages.
* debian/rules:
  + Simplify rules file.
  + Make debian/dicodconfig* files executable during dh_auto_build before
    they get installed by dh_install.
* Added debian/dico-module-mediawiki.install
* Removed debian/dicoweb.dirs

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/quantal/dico
This branch contains Public information 
Everyone can see this information.

Subscribers