Activity log for bug #110617

Date Who What changed Old value New value Message
2007-04-27 18:16:32 xcxcx112 bug added bug
2007-04-27 18:20:59 xcxcx112 description Binary package hint: gsynaptics i found a small bug but annoying one when docent of scripts have to edit by hand again. Hope u will fix it soon, thanks Steps to reproduce the bug: 1) Open Synaptic 2) Chose package to install in the main window 3) Click on File > "Generate package download script" > save it to Desktop Wrong command found In the Script (example package): #!/bin/sh wget -chttp://archive.ubuntu.com/ubuntu/pool/main/g/gpgme1.0/libgpgme11_1.1.2-2ubuntu2_i386.deb wget -chttp://archive.ubuntu.com/ubuntu/pool/universe/s/seahorse/seahorse_1.0.1-0ubuntu1_i386.deb Correct should be: #!/bin/sh wget -c http://archive.ubuntu.com/ubuntu/pool/main/g/gpgme1.0/libgpgme11_1.1.2-2ubuntu2_i386.deb wget -c http://archive.ubuntu.com/ubuntu/pool/universe/s/seahorse/seahorse_1.0.1-0ubuntu1_i386.deb Binary package hint: gsynaptics i found a small bug but annoying one when docent of scripts have to edit by hand again. Hope u will fix it soon, thanks Steps to reproduce the bug: 1) Open Synaptic 2) Chose package to install in the main window 3) Click on File > "Generate package download script" > save it to Desktop Wrong command found In the Script (example package): #!/bin/sh wget -chttp://archive.ubuntu.com/ubuntu/pool/main/g/gpgme1.0/libgpgme11_1.1.2-2ubuntu2_i386.deb wget -chttp://archive.ubuntu.com/ubuntu/pool/universe/s/seahorse/seahorse_1.0.1-0ubuntu1_i386.deb Correct should be: #!/bin/sh wget -c http://archive.ubuntu.com/ubuntu/pool/main/g/gpgme1.0/libgpgme11_1.1.2-2ubuntu2_i386.deb wget -c http://archive.ubuntu.com/ubuntu/pool/universe/s/seahorse/seahorse_1.0.1-0ubuntu1_i386.deb EDIT: have forgotten to add the version: Installed Ubuntu Feisty 7.04 (DVD version) Synaptic 0.57.11.1ubuntu14 (the original one on the DVD)
2007-04-30 18:01:02 xcxcx112 gsynaptics: status Unconfirmed Confirmed
2007-04-30 18:01:02 xcxcx112 gsynaptics: statusexplanation
2007-05-09 15:07:41 Kai Schroeder marked as duplicate 107925