mldonkey (2.7.1-2ubuntu2) dapper; urgency=low * debian/mldonkey-server.init. + Fix pidfile ownership. (Closes: Malone #37914) * debian/control + Added ocaml-nox to build depends. -- Chuck Short Thu, 27 Apr 2006 20:42:15 -0400 mldonkey (2.7.1-2ubuntu1) dapper; urgency=low * debian/mldonkey-server.dirs, debian/mldonkey-server.init, debian/mldonkey-server.postinst, debian/mldonkey-server.postrm: - /var/run/mldonkey -> /var/run. * debian/patches/25_ocaml3.09.0.dpatch, debian/rules: - updated to 3.09.1. -- Daniel Holbach Mon, 16 Jan 2006 10:27:12 +0100 mldonkey (2.7.1-2) unstable; urgency=low * Replace libgd2-dev by libgd2-noxpm-dev in the build dependency (Closes: #343914) -- Sylvain Le Gall Tue, 20 Dec 2005 00:03:13 +0100 mldonkey (2.7.1-1) unstable; urgency=low * New upstream release -- Sylvain Le Gall Tue, 13 Dec 2005 01:26:35 +0100 mldonkey (2.7.0-1) unstable; urgency=low * New upstream release (Closes: #333708, #337856, #328131, #337313) * Fix weirdness in manpages (change xml-man/*.xml) * Remove hardcoded OCaml ABI * Apply patch 24_ocaml3.09.0_min to compile with OCaml 3.09.0 -- Sylvain Le Gall Thu, 8 Dec 2005 01:17:00 +0100 mldonkey (2.6.5-1) unstable; urgency=low * New upstream release * Fix compilation problem due to the use g++ instead of gcc * Apply patches : * 21_svg_converter: fix missing objects during the link * 22_mld_hash: fix partial application of Unix32.ftruncate64 * 23_use_svg_converter_byte: always use svg_converter.byte, it could always build and speed is not important -- Sylvain Le Gall Mon, 17 Oct 2005 23:53:03 +0200 mldonkey (2.6.4-1) unstable; urgency=low * New upstream release * Rework the watch file to match newer archive name (no more .tar.gz) * Remove patch 21_passwd_security because it is applied upstream * Rewrite 20_wrong_comment patch * Upgrade standard version to 3.6.2.0 (no change) * Add dependency on libgd2-dev and liblablgtk2-gnome-ocaml-dev which are now required to build * Add "--enable-soulseek --enable-opennap" to configure, in order to enable this two networks * Remove Directconnect from package description, since it is no more supported * Correct the package description (overnet is written twice) * Use distclean for the clean target * Updated vi debconf translation, thanks to Clytie Siddall * Check for mlnet.pid in mldonkey_server and exit if it exists -- Sylvain Le Gall Tue, 20 Sep 2005 00:07:22 +0200 mldonkey (2.5.28.1-1) unstable; urgency=low * New upstream version: * Fix LOWID protocol error with ed2k (Upstream: #3415, Debian closes: #284556, #280073) * Transition to ocaml 3.08.3: changes depends in control * Remove patch 18_utf8_encoding since it is applied upstream * Remove patch 19_mlgui_align since it is applied upstream * Depend on docbook-xsl 1.64.1 and docbook-xml 4.2-12 (Closes: #276750, #276751) * Change MDLONKEY_DIR to MLDONKEY_DIR at line 34 in the init.d file (Closes: #296573, #273156) * Create a command "force-start" to force the start of mldonkey, even if it is configured not to start at startup. All other command don't take into account the value of the variable ( so you can stop or restart a running server, without knowing how it was started ) (Closes: #225724) * Depend on dpkg 1.10.27, so that we can rely on --nicelevel doing what we think it does. Put a note for backporters in README.Debian (Closes: #277772) * Add german debconf translation. Thanks to Jens Nachtigall (Closes: #271727) * Update czech debconf translation. Thanks to Jan Outrata (Closes: #271462) * Add vietnamese debconf translatio. Thanks to Clytie Siddall (Closes: #312824) * Apply patches to improve the debconf templates. Thanks to Jens Nachtigall (Closes: #270283) * Change license of manpages to LGPL v2.1 (Closes: #281086) * Add "debconf-updatepo" in the target clean of debian/rules to be sure to be in sync for the translation (Closes: #271725) * Add a note about the fact that mldonkey cannot use all the group assigned to user mldonkey due to OCaml limitation in README.Debian, explain how to deal with this issue * Create a patch to correct comments in the initial downloads.ini: 20_wrong_comments (Closes: #285231) * Cannot find cache.shareaza.com in the source. This seems to be present in release 2.5.4 but it is no more present. (Closes: #231553) * Added script mldonkey_create_chroot and its manpage, thanks to Mick Kappenburg for his contribution * Modify mldonkey_server: * Add an option to configure the group that should be used when running mldonkey. * Add an option to configure the niceness of the process * Add sanity check : * Check for stale pidfile (Closes: #295854) * Check for good permission/owner/group of files used by mldonkey. After better reading the patch provided in bugs 299722, i decided to replace a "simple" reowning of the pidfile by a complete check of permission and ownership. Reowning a file is not as simple as it looks like. We should take care of "dpkg-statoverride" et al. Moreover, i don't want to autoset things in the init script. If the ownership/permission of files are not good, there should be a real problem (as a standard install should set the good permission). I don't try to hide these problem by doing fix in the init script: i just warn the user. (Closes: #299722). * Check for stale .tmp file (Closes: #283930) * Update the manual page according to these changes. * Correct the way you can change password in README.Debian, thanks to Spiralvoice. (Closes: #312370) * Doesn't offer the possibility to keep the server running after upgrade: this option can cause a lot of problems (version mismatch between server and gui). (Closes: #300547) * Use Int64 to store integer extracted from ini files, in mldonkey_files. This is more compliant with the way mldonkey write this value in his ini files. (Closes: #291451) * Modify priority of the debconf question : * to priority low: run_as_user, mldonkey_group, mldonkey_umask, mldonkey_niceness, max_alive * to priority medium: mldonkey_dir (reasonable default, but are system specific most of the time), client_name (reasonnable default, but most of the time are changed by user), * to priority critical: reown_file (because the server cannot restart if the file permission are not changed), * So now, configuring the system with priority high only ask you 3 question, with priority medium only 8 question. * Doesn't distribute anymore /etc/default/mldonkey-server. So this file is not automatically marked as conffile, allowing to manage it through ucf (Closes: #279030): * save the default from this file to debconf in the preinst script, * move mldonkey-server to mldonkey-server.bak in the preinst script, * generate mldonkey-server and manage it using ucf (at the same place, but using ucf). * add a note into NEWS.Debian to state this change * Applied patches #3919 from upstream to correct file permission, generates password in users.ini rather than in downloads.ini (this separation is the new security scheme, the file users.ini has 600 permission) (Closes: #300560) * Fix the problem of invoke-rc.d creating a defunct process: i need to stop the debconf module (using db_stop in postinst) * Enhance mldonkey_files: add the command test, to check if some source are from specified network (eg fasstrack). * Move the fasttrack split from /etc/init.d/mldonkey-server to mldoney-server.postinst. * Enhance mldonkey_users: add the command dump-users-section, strip-users-section and test-users-section, to extract users section from download.ini and place it in users.ini. * Create users.in out of downloads.ini using mldonkey_users in mldonkey-server.postinst. * Transition to svn-buildpackage * Reformat the changelog to be sure to have less than 80 characters by line. * [JvW] Add mldonkey start init.d script at 98, not as early as the default location of 20. -- Sylvain Le Gall Tue, 30 Aug 2005 11:36:02 +0200 mldonkey (2.5.28-2) unstable; urgency=medium * Enhanced patch 18_utf8 ( should made mlgui works for people using UTF 8 locale : suppose that core encoding is ISO-8859-1 ) * Set urgency to medium in order to have mldonkey in sarge -- Sylvain Le Gall Fri, 3 Sep 2004 23:49:26 +0200 mldonkey (2.5.28-1) unstable; urgency=high * New upstream release ( applied patch 15_no_gtk_config 16_no_gtk_config_autoconf_run 17_date_in_mail ) * Create a patch ( 18_utf8_encoding ) in order to translate to utf8 the string received by the gui from the core (Closes: #266676) * Modify the backup rules, now we build gtk2 interface, so we need to backup some gtk2 files. * Fix some GTK2 mis use of xalign/yalign. * Use UCF, basic parse of older configuration file to recover some default value (Closes: #266749) * Let user choose the policy concerning restart of mldonkey during upgrade ( Closes: #265251 ) * Add a note concerning the usage of recover_temp (Closes: #247890) * Use --oknodo in /etc/init.d/mldonkey-server (Closes: #267419) * Write a note concerning the UTF 8 encoding of the login/password * Set the urgency to high in order not to block ocaml to enter testing ( or made mldonkey leave testing ) * Set a workaround of a possible bug in ocaml : using invoke-rc.d made the init script hang if start-stop-daemon is not called with --background option ( need further examination and test ). -- Sylvain Le Gall Tue, 24 Aug 2004 23:20:43 +0200 mldonkey (2.5.27-2) unstable; urgency=medium * Forget to add build depends on lablgtk2. Correct the detection of the presence of lablgtk : applied patch 15_no_gtk_config. (Closes: #265151) * Build with ocaml-3.08 (Closes: #264077) * Applied patch upstream #3291 (Closes: #265859) -- Sylvain Le Gall Fri, 13 Aug 2004 00:03:40 +0200 mldonkey (2.5.27-1) unstable; urgency=low * New upstream release (Closes: #262516) * Add example to the mldonkey_command manpage (Closes: #259734) * Made mldonkey-gui suggests mldonkey-server (Closes: #259633) * Correct typo in mldonkey-server init script (Closes: #258138, #262769) * Added Czech debconf translation (Closes: #261793) * Redirect password prompt to stderr (Closes: #257169) -- Sylvain Le Gall Tue, 10 Aug 2004 22:52:52 +0200 mldonkey (2.5.21-2) unstable; urgency=low * Correct handling of the daemonize option in mldonkey_server. Close stdin, stdout, stderr after having duplicate it to /dev/null (Closes: #253354) * Doesn't display the debconf about FASTTRACK problem (Closes: #253056) -- Sylvain LE GALL Mon, 14 Jun 2004 21:51:34 +0200 mldonkey (2.5.21-1) unstable; urgency=low * New upstream release -- Sylvain LE GALL Thu, 6 May 2004 00:51:57 +0200 mldonkey (2.5.20-2) unstable; urgency=low * Correct 13_tiger_tree_corruption.dpatch, since it has been partially applied. ( Fix FTBFS on Sparc ) -- Sylvain LE GALL Thu, 6 May 2004 00:26:56 +0200 mldonkey (2.5.20-1) unstable; urgency=low * New upstream version ( Closes: #247148 ) * Revert mldonkey_server to former release one. The use of get_pwent, leads it to malfunction in many configuration, for detecting HOME variable. I reuse $HOME and use a workaround for mlnet_strings : set MLDONKEY_STRINGS to $HOME/.mldonkey/mlnet_strings ( ie where i am sure i can write things ). ( Closes: #244652 ) -- Sylvain LE GALL Tue, 4 May 2004 23:38:59 +0200 mldonkey (2.5.17-1) unstable; urgency=low * New upstream release * Correct creation of .mldonkey directory structure. This help mldonkey to be launch and finish by menu. The directory structure is exactly the same as before, expect a .mldonkey/.mldonkey dir which containes the mlnetstrings file. (Closes: #240443, #241085) * New french translation (Closes: #239438) * Correct manpages, to stat that some programs are debian specific (Closes: #242695) * Use a patch for sparc arch, in order to downgrade bug #221704 to important ( still there but doesn't prevent using mldonkey ). -- Sylvain LE GALL Thu, 8 Apr 2004 22:28:10 +0200 mldonkey (2.5.16-2) unstable; urgency=low * Forget to close old bugs ( see 2.5.11-1 ) (Closes: #225254, #210174, #229360, #226484, #229862) (Closes: #217534, #219174, #222342, #229603, #232819) * Use distrib/ChangeLog as real changelog (Closes: #237132, #237282) * Correct typo MDLONKEY_DIR -> MLDONKEY_DIR in init script (Closes: #237191) * Fix the problem with starting (Closes: #237193, #237135). Longer explanation : - a new feature ( post 2.5.4 ) allows user to translate strings of mlnet ( ie for i18n ) - at startup mlnet try to load an external entity ~/.mldonkey/mlnet_strings.en - but $HOME point to /root/ - i solved the problem in mldonkey_server, which now change the dir to $MLDONKEY_DIR && $HOME * Fix a bug that prevent to stop mldonkey via init.d script ( --exec is not usefull ). * The background is now by default white (Closes: #237136) * Add the last check for dpkg-statoverride ( when moving files ) in order to prevent any chowing which are not feasable (Closes: #237205) -- Sylvain LE GALL Mon, 15 Mar 2004 23:07:28 +0100 mldonkey (2.5.16-1) unstable; urgency=low * New upstream release (Closes: #232960) * Added catalan translation (Closes: #236660) -- Sylvain LE GALL Mon, 8 Mar 2004 22:03:17 +0100 mldonkey (2.5.12-1) unstable; urgency=low * New upstream version -- Sylvain LE GALL Mon, 1 Mar 2004 22:19:10 +0100 mldonkey (2.5.11-1) unstable; urgency=low * New upstream release : * Removes http1.1.txt, uri-res.txt uri.txt : no more RFC (Closes: #225254). * Create a script debian/utils/purify_mldonkey to remove all part of mldonkey that should not appear in debian ( Fasttrack, RFC ) * Stop using 04_no_more_unix_fd patch, since it is applied upstream * Rewrite patch 01_see, since file corresponding to it has changed upstream. * Stop using 08_preliminary_server_zlib_awareness, since it is applied upstream ( since v 2.5.5 ) * Stop using 09_ocaml_3_07_for_2_5_4 ( and coming along 10_ocaml_3_07_autoconf_run ) since it has been applied upstream. * Added file FASTTRACK from previous version to explain the tarball is not the original release * Add a debian/watch, since mldonkey now distribute source tarball. Also modifies copyright * Modify debian/rules since gui becomes newgui and that we need to backup a different set of file ( still a problem of distclean ). * Add a section in README.Debian to explain that stat is needed for using this package (Closes: #210174) * Correction of typo in french po (Closes: #229360) * Use P2P as hint rather than a description (Closes: #226484) * Replace the use of -a by && in sh test, in mldonkey-server.config mldonkey-server.init mldonkey-server.postinst (Closes: #229862) * Stop sourcing the configuration file at the beginning of postinst. It should be written after posinst -- those implying that the configuration file read at the beginning is invalid (Closes: #217534) * Use of start-stop-daemon in init script (Closes: #219174) * Added MLDONKEY_NICENESS to mldonkey-server.{config|postinst|init|default} to enable user to choose a correct value of niceness when launching mldonkey (Closes: #222342) * According to the original submitter, then X crash was due to a non well formed version of lablgtk, which has been fixed in recent migration of lablgtk to testing. I keep track of this kind of issue, but he cannot reproduce the bug (Closes: #229603) * Reworked the Sun, 15 Feb 2004 17:00:00 +0100 mldonkey (2.5.4-1) unstable; urgency=low * New upstream version (closes: #217537) * Apply the patche to gets high priority by new lugdunum servers. Thanks to Silvestre Zabala (closes: #219830) * Upgrade to 3.6.1.0 policy * Split former patche ocaml_3_07 into two patches : * ocaml_3_07_for_2_5_4 ( since 2.5.4 includes the former patch ) * ocaml_3_07_autoconf_run, which is the autoconf call with the former patch applied * remove the target configure | configure/config.status because i added touch config/configure everywhere it is needed ( in particular in clean which needs it in some circumstance ). * correct some typo in debconf (closes: #218054) * Patches removed because applied upstream : * to_mldonkey_server ( remains one line because it is always possible to have mlsubmit, but it is optional, there is an option ) * ocaml_3_07 ( but needs a fix ) * hide_passwd * lugdunum -- Sylvain LE GALL Tue, 11 Nov 2003 23:49:59 +0100 mldonkey (2.5.3-5) unstable; urgency=medium * Use db_get ..password and ..repassword to be sure there is enough information provided, because of a problem when upgrading from a version with just one ask for the password * Correction of typo in the config script * Added edonkey2000, emule, overnet to the list of supported P2P network (closes: #217011) * Move to urgency to medium, in order to respect the freeze which is coming soon ( i really like to have mldonkey in the next stable release ) -- Sylvain LE GALL Sun, 26 Oct 2003 14:59:21 +0100 mldonkey (2.5.3-3) unstable; urgency=low * Use touch to make config/configure up-to-date after having patched it (closes: #216357) * Rework the 06_ocaml_3_07 to work with "ocamlc -version" outputing 3.07+2 -- Sylvain LE GALL Mon, 20 Oct 2003 21:23:59 +0200 mldonkey (2.5.3-2) unstable; urgency=low * Move dh_strip to arch specific part in order to strip if build with ocamlopt and not to strip when building with ocamlc (closes: #214121) * Create a patch to (closes: #213246) : * add the function password in configwin.ml * add the field string_password configwin_ihm.ml * use it to hide the entry associated in configwin * made gui_conf.ml to use password instead of string to build the password entry * add a chmod before and after the main loop of the gui to set permission of .mldonkey_gui* to 0400 to protect the password * Use patch provided to enable lugdunum connection (closes: #213845) * Ask the user twice for password in debconf (closes: #213338 ) * Removed all reference to fasttrack in templates * Added a program called mldonkey_files to filter files.ini which contains Fasttrack source, produce a files.ini.fasttrack which will stay there until Fasttrack problem will be close ( see README.Debian ) (closes: #211568) * Added -custom -linkall and build in the top dir against build/cdk.cma fix the problem on FTBFS on arch which do not use ocamlopt for build mldonkey_users (closes: #212026) -- Sylvain LE GALL Fri, 10 Oct 2003 22:39:53 +0200 mldonkey (2.5.3-1) unstable; urgency=low * Removed dependency on libc6-dev (closes: #199967) * Add a comment in debconf screen each time chroot is written to warn people that this option is not yet available. ( related to i #204266 ). Add an entry in README.Debian to explain why. * Modify the code of mldonkey_server to compute correctly the location of the pidfile and the chdir, only when it is needed (closes: #201487, #199927) * Create a program to manipulate user/password and interface it with debconf. Add an entry about how to change password in README.Debian. Allow modification of password directly in debconf screen (closes: #202760) * Move mlgui.xpm and mlnet.xpm to debian/images. Add the official logo image ( official-logo.png ) to debian/images. Ignore the lintian bug about menu-icon-has-bad-colors ( related to #199341 ). * Use the french translation of Mr Poindessous ( related to my poor "orthographe" ). * Reworked the patch system to depend on dpatch ( added dependency in control ) * Added a small patch to remove the annoying "Your system support X file descriptor" * Correct the bug that was in postinst/config of mldonkey-server ( the bug was that it test for a /etc/default/mldonkey-server, which is always installed before config, in order to know if there was a previous installation ). (closes: #199928, #200302) * Remove the fasttrack directory... No more obfuscating code in mldonkey. I add FASTTRACK document to explain the modification of the source. (closes: #200500, #205152) * Build in my environnement and in a pbuilder-uml environement... I can't reproduce the FTBFS. If anyone can repeate this FTBFS, i will reopen the bug (closes: #207038) * I update the translation to reflect the unit of upload/download ( which are kO/s ) (closes: #209198) -- Sylvain LE GALL Sun, 17 Aug 2003 22:20:13 +0200 mldonkey (2.5.1-8) unstable; urgency=low * Fix a typo bug in debian/*.menu -- Sylvain LE GALL Fri, 20 Jun 2003 00:18:03 +0200 mldonkey (2.5.1-7) unstable; urgency=low * Added mlnet.xpm and mlgui.xpm for a more beautiful menu ( from the official site mldonkey.berlios.de ) * Fix lintian warning about missing #DEBHELPER# in preinst -- Sylvain LE GALL Thu, 19 Jun 2003 23:21:39 +0200 mldonkey (2.5.1-6) unstable; urgency=low * Fix some typo in fr * Add substvar interpreter to depend on ocaml-base if byte compilation -- Sylvain LE GALL Tue, 17 Jun 2003 22:19:31 +0200 mldonkey (2.5.1-5) unstable; urgency=low * Add preinst script to move /etc/mldonkey.conf -- Sylvain LE GALL Tue, 17 Jun 2003 11:00:39 +0200 mldonkey (2.5.1-4) unstable; urgency=low * Remove statements about the not-debian release in README.Debian ( S. Zacchiroli ) * Remove the question mark of the debconf question. * Remove the test of DAEMON at the beginning of init script * Move the configuration file /etc/mldonkey.conf to /etc/default/mldonkey-server * Remove program use_tags ( doesn't seem to be useful for now ) -- Sylvain LE GALL Mon, 16 Jun 2003 20:47:07 +0200 mldonkey (2.5.1-3) unstable; urgency=low * Correct bug concerning "" around client_name * Starting from env without $HOME should work for mldonkey_server ( now ) -- Sylvain LE GALL Mon, 16 Jun 2003 01:00:41 +0200 mldonkey (2.5.1-2) unstable; urgency=low * Correct the automatic creation of mldonkey's directory in postinst ( Rep. by Laurent ) -- Sylvain LE GALL Thu, 12 Jun 2003 22:59:32 +0200 mldonkey (2.5.1-1) unstable; urgency=low * New upstream version * Added mldonkey_submit, mldonkey_server ( new ocaml program ), mldonkey_command * Added README.Debian * Remove make depends from debian/rules, since ./configure do it -- Sylvain LE GALL Fri, 6 Jun 2003 13:25:20 +0200 mldonkey (2.5-1) unstable; urgency=low * New uptream version * Fix problem with mldonkey_server ( now load /usr/bin/mlnet and not /usr/sbin/mlnet ) ( S. Zacchiroli ) * Fix dependency to ocaml-best-compilers ( replace ocaml-native-compilers ) ( S. Zacchiroli ) * Rewrite the beginning of /etc/init.d/mldonkey-server ( S. Zacchiroli ) * Default value for launch_at_startup has switch to false ( S. Zacchiroli ) -- Sylvain LE GALL Tue, 27 May 2003 11:46:14 +0200 mldonkey (2.4.2-1) unstable; urgency=low * New upstream version * Try to build kde_applet and gnome_applet but they seem broken * Fix some bug from config script * Remove share directory from the config because the option is too complex * Added Bittorent, FastTrack & Gnutella -- Sylvain LE GALL Mon, 19 May 2003 21:17:07 +0200 mldonkey (2.04rc1-1) unstable; urgency=low * New upstream version * Go to this version directly in order to use -daemon option * Untested all debconf features - need further check -- Sylvain LE GALL Thu, 13 Mar 2003 23:51:15 +0100 mldonkey (2.02.9-1) unstable; urgency=low * New upstream release * Moved from the former release of Goswin to a new one * Keep the changelog of Goswin * Renamed mldonkey-cvs to mldonkey * Write man * Write debconf installation * Add script to start a system wide server * Change the mldonkey_previewer to comply with debian standard ( mplayer -> see ) * Remove perl component ( for now, but i consider the possibility to ship it in another package ) -- Sylvain LE GALL Mon, 10 Mar 2003 22:58:42 +0100 mldonkey (2.02.1-6) unstable; urgency=low * can display the availability per chunk as height * can calculate the % availability ignoring already present chunks -- Goswin von Brederlow Mon, 07 Oct 2002 02:34:39 +0200 mldonkey (2.02.1-3) unstable; urgency=low * /usr/bin/mldonkey: cd to ~/.mldonkey again * exec real mldonkey to free shell -- Goswin von Brederlow Sat, 05 Oct 2002 01:21:39 +0200 mldonkey (2.02.1-2) unstable; urgency=low * /usr/bin/mldonkey: inervetd check for ~/.mldonkey -- Goswin von Brederlow Sat, 05 Oct 2002 01:19:39 +0200 mldonkey (2.02.1-1) unstable; urgency=low * new upstream cvs * show age and last seen in gui * only query files in state DOWNLOAD * prevent SIGFPE due to division by zero * only start download after every block has been seen at least once -- Goswin von Brederlow Fri, 04 Oct 2002 23:43:39 +0200 mldonkey (2.02.0-3) unstable; urgency=low * show age and last seen in the gui * update gui when file info chganges -- Goswin von Brederlow Fri, 13 Sep 2002 11:46:39 +0200 mldonkey (2.02.0-2) unstable; urgency=low * don't query for paused files * only add file to clinets file_list if it has new chunks * only add file to clinets file_list if all chunks have been seen once -- Goswin von Brederlow Wed, 11 Sep 2002 10:59:39 +0200 mldonkey (2.02.0-1) unstable; urgency=low * Initial Release -- Goswin von Brederlow Wed, 11 Sep 2002 10:59:39 +0200