Tagged Questions

3
votes
1answer
85 views

Versioning of debian packaging Information

I'm developing certain scripts and small software packages which I also package as debian packages. The code is maintained in git and I create new release tarballs with an make target and ...
1
vote
1answer
120 views

How can I make a Debian package depend on another package with exactly the same version

I'm building a Debian package which gathers together a number of other closely tied packages by declaring them as dependencies. I want those dependencies to be exactly the same version as the ...
0
votes
1answer
23 views

dpkg- unknown control file error

Under what conditions will lintian throw error unknown-control-file? the package is being created with no warnings but lintian is giving that warning and the error empty-binary-package My directory ...
0
votes
0answers
87 views

dpkg giving error “Is a directory”

I am trying to create a Debain .deb package. Package is being created successfully but I am getting following error when I try to install it: unable to open file '/var/lib/dpkg/tmp.ci//opt': Is a ...
0
votes
1answer
119 views

Debian package creation error

I'm trying to build a Debian package, but I've got this weird pseudo-directory problem. I run: $ fakeroot debian/rules binary I've built the binary before, but something must have changed on my ...