Score:1

build deb file with compress tar.xz not tar.zst?

na flag

I have upgrade my ubuntu from 21.04 to 21.10 and I have got the problem with install any packages after build it as deb file with this command

dpkg-deb -b DEB

I have got the compress file with tar.zst and that extension can not apply on dreambox

uses unknown compression for member 'control.tar.zst', giving up

How to build deb with tar.xz ?! Or How to download dpkg ?!!

Gunnar Hjalmarsson avatar
uz flag
Which package are you talking about? What do you mean by installing the source file(s)?
na flag
my own build file .... How can build deb file with compress tar.xz ?!! That what I need only
us flag
Can you extract the source tarball and run `debuild` there? Assuming you have taken care of the debian directory structure correctly, it should work. Without more details, we really cannot help you further. We may be able to help if you share a source code repository (in GitHub/GitLab)
us flag
`I have got the compress file with tar.zst and that extension can not apply on dreambox` What do you mean by that? How did you get the .tar.zst file? Usually `.pkg.tar.zst` files are for Arch Linux.
na flag
As I said I use this command to build deb file `dpkg-deb -b DEB` so I have these files inside deb file `control.tar.zst` and `data.tar.zst` should be I have got like this `control.tar.xz` and `data.tar.xz` .... So If I try to install the deb file I got this error `dpkg-deb: error: archive '/tmp/test.deb' uses unknown compression for member 'control.tar.zst', giving up`
us flag
Do you get the same issue if you run `debuild` in the source directory, instead if `dpkg-deb -b DEB` ?
na flag
/ipkg/ncam/DEB$ debuild `debuild: fatal error at line 679: cannot find readable debian/changelog anywhere! Are you in the source code tree?`
na flag
Let us [continue this discussion in chat](https://chat.stackexchange.com/rooms/130876/discussion-between-fair-bird-and-archisman-panigrahi).
us flag
In that case, you need to create a proper debian/changelog and debian/control.
us flag
What is your directory structure? Post the output of the command `tree` in your source directory.
na flag
```:~/home/DEB-test$ tree . ├── DEBIAN │   └── control └── tmp └── installNcam.sh 2 directories, 2 files```
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.