Incorrect command found in "Generate package download script"

Bug #110617 reported by xcxcx112
4
Affects Status Importance Assigned to Milestone
gsynaptics (Ubuntu)
Confirmed
Undecided
Unassigned

Bug 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

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)

xcxcx112 (xcxcx112)
description: updated
Revision history for this message
Erich Pawlik (erichpawlik) wrote :

I found the same issue.

Regards

Erich Pawlik

(also on Fesity, same Synaptic version)

xcxcx112 (xcxcx112)
Changed in gsynaptics:
status: Unconfirmed → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.