Greatings dear Release Managers, I would like to submit a new debian release 5.2.0-2 of my package of the mmass software. As you'll see in the debdiff attached, the modification is in the debian/start-script file that I use to start the mmass.py program. I forgot to transmit the parameters to the start-script to the mmass.py program.
The bug fix thus corresponds to adding '$@' to the command line in the start-script file. Could you please tell me if you are willing to accept that new version and how I should make the upload. Thank you for your kind advice. Sincerely, Filippo -- Filippo Rusconi, PhD - public crypto key C78F687C @ pgp.mit.edu Researcher at CNRS and Debian Developer <lopi...@debian.org> Author of ``massXpert'' at http://www.massxpert.org
diff -Nru mmass-5.2.0/debian/changelog mmass-5.2.0/debian/changelog --- mmass-5.2.0/debian/changelog 2012-07-02 22:44:49.000000000 +0200 +++ mmass-5.2.0/debian/changelog 2012-07-23 14:38:12.000000000 +0200 @@ -1,3 +1,10 @@ +mmass (5.2.0-2) unstable; urgency=low + + * Fix bug in the debian/start-script that did not pass the command line + arguments to the mmass.py program. + + -- Filippo Rusconi <lopi...@debian.org> Mon, 23 Jul 2012 14:23:47 +0200 + mmass (5.2.0-1) unstable; urgency=low * New upstream release. diff -Nru mmass-5.2.0/debian/start-script mmass-5.2.0/debian/start-script --- mmass-5.2.0/debian/start-script 2012-07-02 22:44:49.000000000 +0200 +++ mmass-5.2.0/debian/start-script 2012-07-23 14:38:12.000000000 +0200 @@ -1,5 +1,5 @@ #!/bin/sh export PYTHONPATH=/usr/lib/mmass/mspy/${PYTHONPATH:+:$PYTHONPATH} -exec python /usr/share/mmass/mmass.py +exec python /usr/share/mmass/mmass.py $@
signature.asc
Description: Digital signature