2010
dico (2.1-3) unstable; urgency=low
* 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)
-- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org> Thu, 19 Aug 2010 11:25:19 +0200
dico (2.1-2) unstable; urgency=low
* debian/rules: Make sure dicoweb is being built before installing
settings.py (Closes: #589049)
-- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org> Wed, 14 Jul 2010 18:20:25 +0300
dico (2.1-1) unstable; urgency=low
* 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).
-- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org> Thu, 08 Jul 2010 12:08:56 +0300
dico (2.0.90-1) unstable; urgency=low
* 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)" <duck@duckcorp.org>) * Added debian/apache2.conf (Credit to: "Marc Dequènes (Duck)" <duck@duckcorp.org>) * 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)
-- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org> Sun, 23 May 2010 20:59:53 +0300
2009
dico (2.0-7) unstable; urgency=low
* debian/control: Lowered -mediawiki's python minimum required version to
2.5 since that also has python-xml.
-- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net> Wed, 09 Dec 2009 22:46:02 +0200
dico (2.0-6) unstable; urgency=low
* Switch to 3.0 (quilt) source format.
* debian/control: Changed -mediawiki dependency from python2.6 to
python (>= 2.6)
* Added patch dico+kbsd.diff, a workaround for GNU/kFreeBSD since it
has no ENODATA (Closes: #559764)
* debian/dicod.init: Indicate dicod init.d script to be stoppable at 0 1 6
runlevels.
* debian/dicod.lintian-overrides: Added override for
init.d-script-does-not-provide-itself
-- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net> Mon, 07 Dec 2009 11:08:11 +0200
dico (2.0-5) unstable; urgency=low
* 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.
-- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net> Thu, 27 Aug 2009 09:54:20 +0200
dico (2.0-4) unstable; urgency=low
* 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)
-- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net> Sat, 08 Aug 2009 17:27:15 +0300
dico (2.0-3) unstable; urgency=low
* 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)
-- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net> Fri, 24 Jul 2009 16:03:36 +0300
dico (2.0-2) unstable; urgency=low
* 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
-- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net> Sat, 11 Jul 2009 05:47:05 +0300
dico (2.0-1) unstable; urgency=low
* Initial release (Closes: #522368).
-- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net> Fri, 03 Apr 2009 06:28:25 +0200