launchpad-users team mailing list archive
-
launchpad-users team
-
Mailing list archive
-
Message #06768
Error when packaging using lzma
I was packaging a package.
And I set dpkg's option as "-z9 -Zlzma".
However, I got a error mail saying:
> Rejected:
> Unable to identify file gnucash_2.6.5-1ppa1.debian.tar.lzma (gnome) in
changes.
> Further error processing not possible because of a critical previous
error.
>From `man`, it says, the compression method can be "gzip, bzip2, lzma and
xz(dpkg-dev>=1.15.5)".
And I'm using trusty(dpkg-dev==1.17.5ubuntu5.3).
After some testing, I found:
gzip: OK
bzip2: OK
lzma: FAILED
xz: OK
How could I solve this problem
Thank for your help!
Follow ups