the use of Debian tooling for packaging and following Debian policy in the creation of .deb files.
Questions tagged [debian-packaging]
84 questions
0
votes
1 answer
RPM package filename syntax, differences from Debian
I recently built a package of executables for Debian (actually, Ubuntu 18 and 20). A tarball of the core content was able to run on Fedora 34. So now I've been asked to create an RPM for it as well.
The Debian filename is something…

Justin JRTI
- 56
- 4
0
votes
1 answer
How to install Docker with another Debian package?
I have 2 images on Docker Registry, so my requirement is to create Debian package to pull those 2 images and run on the installed machine. My problem is if I want to use Docker command, Docker should be installed in the given machine. So Docker…

tikirin tukurun
- 121
- 4
- 9
0
votes
1 answer
Debian package install Dependency from Git?
I have a Python Package that requires another package to be installed. That package can be downloaded from someone else's github page. I need to turn my package into a .deb file. I am currently doing this using stdeb. Is it possible to make it so…

Alexgaby
- 3
- 1
0
votes
1 answer
Adding CXXFlag into dpkg-buildpackage
I am creating .deb package from source .tar.gz I have done all the steps, and at last I ran this command fakeroot dpkg-buildpackage -F to build the package, at the final step during linking error is thrown with message undefined reference to symbol…

Abhinav Singh
- 302
- 3
- 15
0
votes
1 answer
While installing deb file on debian using apt, how version field of dependency packages affects package installation like >=, <= etc?
Below is 3rd party deb package control file. I am not allowed to modify this file.
I have libssl1.1 installed in my VM(debian:buster-slim). when I try to install this 3rd party deb file, I am getting below error
ThirdPartyPackage : Depends:…

jpb123
- 315
- 1
- 2
- 7
0
votes
1 answer
What's the meaning of "any" in "python3:any (>= 3.5)" in a Debian `control` file?
In meson's debian/control file, I see its Build-Depends is as follows (see the last line):
Source: meson
Maintainer: Jussi Pakkanen
Section: devel
Priority: optional
Standards-Version: 4.5.0
Homepage:…

yaobin
- 2,436
- 5
- 33
- 54
0
votes
1 answer
Distribution Python package to Debian package with installing additional things
I have a Django project needed to be installed in Debian. I make packages via stdeb. I do not understand two things, on which I can`t find answers:
How to install not only Django project, but also Python and Django with it? What and where and how…

Vlad Krab
- 113
- 1
- 1
- 9
-1
votes
0 answers
redis.list allowing upgrade of Redis to 7.2 on a Debian 11 server
I'm just using Redis on a small scale to enable caching for Nextcloud instances.
Instances are on Debian 11 servers, Nextcloud 26 or 27. My redis.list contains:
deb [signed-by=/usr/share/keyrings/redis-archive-keyring.gpg]…

pierr0t
- 63
- 1
- 8
-1
votes
1 answer
Debian package files are removed when reinstall them
recently, I've been building my project for debian package.
I've made my_project.deb and it is installed well.
But, when I reinstall it, it doesn't work well.
$ sudo dpkg -i my_project_1.0.0.deb
...
Preparing to unpack my_project.deb ...
Unpacking…

chae seongwoo
- 85
- 6