python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Make a deb package that depends on other package installed from deb file
I am trying to build a deb package A that depends on another deb package B that is downloaded from URL and then installed.
The obvious solution I tried was putting the script that downloads and instal...
SonGoku
Votes: 0
Answers: 0
dpkg-buildpackage with cookiecutter invalid or non-existing path to the source directory: debian/sampleproject
Hello I'm trying to create a deb package from a python project with virtualenv
and to do it I'm using cookiecutter.
I've never created a deb package in my life and so I'm following the guide
listed he...
it 2000
Votes: 0
Answers: 2
Problems packaging on buster
I'm trying to build some packages from source, and I'm facing trouble that I don't understand despite lots of googling. This happens with some packages, while others compile and get packed normally. O...
Deyaa
Votes: 0
Answers: 0