reveur12 / imageshack-uploader

Automatically exported from code.google.com/p/imageshack-uploader
0 stars 0 forks source link

Problems with the Linux binary (.deb file) #184

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
You should:
1. Distinguish that it's not just "Linux". Imageshack should mention that
the build is "Linux 32-bit (Debian/Ubuntu)" (or just Debian).
2. Create 32-bit and 64-bit builds separately.
3. Fix the .deb files, such as the debian control file, as it has some
problems. For example, the "Architecture" should be fixed to show if it's
32-bit or 64-bit.

You can check out luckybackup source as an example, I think it has an
option to make proper deb files:
http://luckybackup.sourceforge.net/download.html

More info:
$ dpkg -I imageshack-uploader-2.2.0.deb 
 new debian package, version 2.0.
 size 426110 bytes: control archive= 445 bytes.
     455 bytes,    10 lines      control              
 Package: imageshack-uploader
 Version: 2.2.0
 Section: web
 Priority: optional
 Architecture: all
 Essential: no
 Depends: ffmpeg, libqt4-gui, libqt4-core, libqt4-xml
 Installed-Size: 584183
 Maintainer: ImageShack Corp. <support@imageshack.us>
 Description: A simple application for uploading one or more images to
Imageshack. You may upload to your account or anonymously. Features
included tags, previews, image resizing, drag and drop, link creation and more.

$ lintian -I imageshack-uploader-2.2.0.deb 
W: imageshack-uploader: binary-without-manpage usr/bin/imageshack-uploader
E: imageshack-uploader: wrong-file-owner-uid-or-gid usr/ 1000/100
E: imageshack-uploader: wrong-file-owner-uid-or-gid usr/bin/ 1000/100
E: imageshack-uploader: wrong-file-owner-uid-or-gid
usr/bin/imageshack-uploader 1000/100
E: imageshack-uploader: wrong-file-owner-uid-or-gid usr/share/ 1000/100
E: imageshack-uploader: wrong-file-owner-uid-or-gid usr/share/applications/
1000/100
E: imageshack-uploader: wrong-file-owner-uid-or-gid
usr/share/applications/imageshackuploader.desktop 1000/100
E: imageshack-uploader: wrong-file-owner-uid-or-gid
usr/share/imageshack-uploader/ 1000/100
E: imageshack-uploader: wrong-file-owner-uid-or-gid
usr/share/imageshack-uploader/translations/ 1000/100
E: imageshack-uploader: wrong-file-owner-uid-or-gid
usr/share/imageshack-uploader/translations/ar_EG.qm 1000/100
E: imageshack-uploader: wrong-file-owner-uid-or-gid
usr/share/imageshack-uploader/translations/ar_IQ.qm 1000/100
E: imageshack-uploader: wrong-file-owner-uid-or-gid
usr/share/imageshack-uploader/translations/el_GR.qm 1000/100
E: imageshack-uploader: wrong-file-owner-uid-or-gid
usr/share/imageshack-uploader/translations/en_US.qm 1000/100
E: imageshack-uploader: wrong-file-owner-uid-or-gid
usr/share/imageshack-uploader/translations/es_ES.qm 1000/100
E: imageshack-uploader: wrong-file-owner-uid-or-gid
usr/share/imageshack-uploader/translations/fr_FR.qm 1000/100
E: imageshack-uploader: wrong-file-owner-uid-or-gid
usr/share/imageshack-uploader/translations/hu_HU.qm 1000/100
E: imageshack-uploader: wrong-file-owner-uid-or-gid
usr/share/imageshack-uploader/translations/it_IT.qm 1000/100
E: imageshack-uploader: wrong-file-owner-uid-or-gid
usr/share/imageshack-uploader/translations/lv_LV.qm 1000/100
E: imageshack-uploader: wrong-file-owner-uid-or-gid
usr/share/imageshack-uploader/translations/nl_NL.qm 1000/100
E: imageshack-uploader: wrong-file-owner-uid-or-gid
usr/share/imageshack-uploader/translations/pl_PL.qm 1000/100
E: imageshack-uploader: wrong-file-owner-uid-or-gid
usr/share/imageshack-uploader/translations/pt_BR.qm 1000/100
E: imageshack-uploader: wrong-file-owner-uid-or-gid
usr/share/imageshack-uploader/translations/ru_RU.qm 1000/100
E: imageshack-uploader: wrong-file-owner-uid-or-gid
usr/share/imageshack-uploader/translations/th_TH.qm 1000/100
E: imageshack-uploader: wrong-file-owner-uid-or-gid
usr/share/imageshack-uploader/translations/tr_TR.qm 1000/100
E: imageshack-uploader: wrong-file-owner-uid-or-gid
usr/share/imageshack-uploader/translations/zh_CN.qm 1000/100
E: imageshack-uploader: wrong-file-owner-uid-or-gid usr/share/pixmaps/ 1000/100
E: imageshack-uploader: wrong-file-owner-uid-or-gid
usr/share/pixmaps/imageshack.png 1000/100
I: imageshack-uploader: no-md5sums-control-file
E: imageshack-uploader: no-copyright-file
I: imageshack-uploader: desktop-entry-contains-encoding-key
/usr/share/applications/imageshackuploader.desktop:2 Encoding
W: imageshack-uploader: desktop-entry-invalid-category Web
/usr/share/applications/imageshackuploader.desktop
W: imageshack-uploader: description-synopsis-might-not-be-phrased-properly
E: imageshack-uploader: description-too-long
E: imageshack-uploader: extended-description-is-empty
E: imageshack-uploader: arch-independent-package-contains-binary-or-object
./usr/bin/imageshack-uploader
E: imageshack-uploader: unstripped-binary-or-object
./usr/bin/imageshack-uploader
E: imageshack-uploader: missing-dependency-on-libc needed by
./usr/bin/imageshack-uploader
W: imageshack-uploader: essential-no-not-needed

(Check the attached text file for more information)

Original issue reported on code.google.com by vice...@gmail.com on 25 Jan 2010 at 4:31

Attachments:

GoogleCodeExporter commented 9 years ago
I've taken the liberty of providing official Debian .debs in the archive at
http://packages.debian.org/sid/imageshack-uploader, built for all supported 
Debian
architectures. They will also be included in the next release of Ubuntu.

Original comment by Luke.Faraone on 18 May 2010 at 12:20

GoogleCodeExporter commented 9 years ago
cool, thanks :)

Original comment by vice...@gmail.com on 16 Jun 2010 at 5:52