Tagged Questions
2
votes
1answer
99 views
Launchpad dailybuild source in subdirectory of branch
I have a repo branch that i have mirrored in Launchpad that I am trying to setup a daily build. The problem is that the source directory of the package is a subdirectory in the branch. When building ...
1
vote
1answer
1k views
fakeroot debian/rules binary error
I have a package I'm maintaining. When I issue "fakeroot debian/rules binary" I get this error:
dh_install --sourcedir=debian/tmp
cp: cannot stat `debian/tmp/usr/share/prg/1.svg': No such file or ...
7
votes
1answer
1k views
How to have Debian packaging generate two packages given an upstream source archive?
I am packaging something for my PPA. The upstream source is a .tar.gz archive which is Makefile-based.
Since this package has a significant amount of architecture-independent data, it would be wise ...