[Pkg-ocaml-maint-commits] r1703 -
trunk/packages/mldonkey/trunk/debian
Sylvain LE GALL
gildor-guest at costa.debian.org
Mon Aug 29 22:19:25 UTC 2005
Author: gildor-guest
Date: 2005-08-29 22:19:25 +0000 (Mon, 29 Aug 2005)
New Revision: 1703
Modified:
trunk/packages/mldonkey/trunk/debian/changelog
Log:
Reformat changelog and close some bug by mail as suggested by jvw -- SLG
Modified: trunk/packages/mldonkey/trunk/debian/changelog
===================================================================
--- trunk/packages/mldonkey/trunk/debian/changelog 2005-08-29 21:58:17 UTC (rev 1702)
+++ trunk/packages/mldonkey/trunk/debian/changelog 2005-08-29 22:19:25 UTC (rev 1703)
@@ -1,49 +1,60 @@
mldonkey (2.5.28.1-1) unstable; urgency=low
* New upstream version:
- * The upstream patches #3415 was applied (Closes: #284556, #280073)
- * Upstream cannot reproduce bug #8962, he closed it (Closes: #251480)
+ * The upstream patches #3415 was applied
+ (Closes: #284556, #280073)
+ * Upstream cannot reproduce bug #8962, he closed it
+ (Closes: #251480)
* The GB is only badly displayed for DirectConnect, which doesn't work
- well anyway. Upstream won't fix the bug and closed it (Closes: #224836)
+ well anyway. Upstream won't fix the bug and closed it
+ (Closes: #224836)
* 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)
- * The problem the option "--purge" should have been solved in UCF itself : i cannot reproduce the bug,
- UCF definitively stats the existence of such an option in "man ucf" and "ucf --help" (Closes: #277353)
- * Depends on dpkg 1.10.27, those forcing to have a defined behavior for the option --nicelevel. Put a not
- for backporters in README.Debian (Closes: #277772)
- * Issue concerning /etc/menu-methods/kdebase seem to have been discussed in bug #247407 and solved
+ * 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)
+ * The problem the option "--purge" should have been solved in UCF itself : i
+ cannot reproduce the bug, UCF definitively stats the existence of such an
+ option in "man ucf" and "ucf --help"
+ (Closes: #277353)
+ * Depends on dpkg 1.10.27, those forcing to have a defined behavior for the
+ option --nicelevel. Put a not for backporters in README.Debian
+ (Closes: #277772)
+ * Issue concerning /etc/menu-methods/kdebase seem to have been discussed in
+ bug #247407 and solved
(Closes: #276649)
* Send mldonkey-server.templates to debian-i18n-english for proof reading my
poor english.
- * Add german debconf translation. Thanks to Jens Nachtigall (Closes: #271727)
- * Update czech debconf translation. Thanks to Jan Outrata (Closes: #271462)
+ * 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)
+ * 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, reassign all bugs opened to the package ocaml,
forward it to upstream author of ocaml.
* Create a patch to correct comments in the initial downloads.ini:
- 20_wrong_comments (Closes: #285231)
+ 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)
- * Request for comments on the bug "272250: Downloads/Uploads are not visible
- through html interface" send to submitter ( through
- 272250-submitter at bugs.debian.org email address ). Nobody answer in one week.
- Cannot reproduce the bug either, closing it (Closes: #272250)
- * Request for comments on the bug "#247205: mldonkey-server: it eats all the CPU
- and memory and malfunction". Nobody answer, no way to reproduce the bug.
- It seems to be due to the use of an old release of mldonkey. (Closes: #247205)
+ 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:
@@ -51,7 +62,8 @@
mldonkey.
* Add an option to configure the niceness of the process
* Add sanity check :
- * Check for stale pidfile (Closes: #295854)
+ * 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
@@ -60,16 +72,21 @@
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)
+ 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)
+ 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.
+ 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,
@@ -82,8 +99,8 @@
* 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):
+ 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
@@ -102,9 +119,10 @@
* 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
+ * 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.
-- Sylvain Le Gall <sylvain.le-gall at polytechnique.org> Tue, 28 Jun 2005 00:22:20 +0200
@@ -120,22 +138,22 @@
* 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.
+ * 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 )
+ * 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
+ * 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 <sylvain.le-gall at polytechnique.org> Tue, 24 Aug 2004 23:20:43 +0200
@@ -143,28 +161,29 @@
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 )
+ 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 <sylvain.le-gall at polytechnique.org> 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 )
+ * 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 <sylvain.le-gall at polytechnique.org> 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 )
+ 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 <sylvain.le-gall at polytechnique.org> Mon, 14 Jun 2004 21:51:34 +0200
@@ -198,9 +217,10 @@
* 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 )
+ 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 ).
@@ -209,11 +229,11 @@
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
+ (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 )
@@ -224,16 +244,16 @@
$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 )
+ * 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 )
+ prevent any chowing which are not feasable (Closes: #237205)
-- Sylvain LE GALL <sylvain.le-gall at polytechnique.org> 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 )
+ * New upstream release (Closes: #232960)
+ * Added catalan translation (Closes: #236660)
-- Sylvain LE GALL <sylvain.le-gall at polytechnique.org> Mon, 8 Mar 2004 22:03:17 +0100
@@ -247,7 +267,7 @@
* New upstream release :
* Removes http1.1.txt, uri-res.txt uri.txt : no more RFC
- ( Closes: #225254 ).
+ (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
@@ -264,33 +284,33 @@
* 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 )
+ 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 )
+ 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 )
+ 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 )
+ 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 )
+ reproduce the bug (Closes: #229603)
* Reworked the <?xml declaration of manpages ( debian/xml-man/* ) in order
to set encoding to ISO-8859-1. Move the stylesheets used to produces
- manpages from /usr/share/sgml to /usr/share/xml. ( Closes: #232819 )
+ manpages from /usr/share/sgml to /usr/share/xml. (Closes: #232819)
-- Sylvain LE GALL <sylvain.le-gall at polytechnique.org> Sun, 15 Feb 2004 17:00:00 +0100
mldonkey (2.5.4-1) unstable; urgency=low
- * New upstream version ( closes: #217537 )
+ * New upstream version (closes: #217537)
* Apply the patche to gets high priority by new lugdunum servers.
- Thanks to Silvestre Zabala ( closes: #219830 )
+ 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 )
@@ -299,7 +319,7 @@
* 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 )
+ * 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 )
@@ -316,7 +336,7 @@
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 )
+ 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
)
@@ -326,7 +346,7 @@
mldonkey (2.5.3-3) unstable; urgency=low
* Use touch to make config/configure up-to-date after having patched
- it ( closes: #216357)
+ it (closes: #216357)
* Rework the 06_ocaml_3_07 to work with "ocamlc -version" outputing 3.07+2
-- Sylvain LE GALL <sylvain.le-gall at polytechnique.org> Mon, 20 Oct 2003 21:23:59 +0200
@@ -334,8 +354,8 @@
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) :
+ 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
@@ -344,8 +364,8 @@
* 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 )
+ * 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
@@ -390,7 +410,7 @@
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 )
+ are kO/s ) (closes: #209198)
-- Sylvain LE GALL <sylvain.le-gall at polytechnique.org> Sun, 17 Aug 2003 22:20:13 +0200
More information about the Pkg-ocaml-maint-commits
mailing list