Wireshark-bugs: [Wireshark-bugs] [Bug 9209] "make debian-package" fails, missing wsicon32.xpm
Jeff Morriss
changed
bug 9209
What |
Removed |
Added |
Status |
INCOMPLETE
|
CONFIRMED
|
Comment # 3
on bug 9209
from Jeff Morriss
(In reply to comment #2)
> Please don't ship generated files (also please don't store them in VCS).
> The official Debian packaging scripts generate the file:
> debian/rules:
> ...
> convert image/wsicon32.png image/wsicon32.xpm
Hmmm, our debian/rules doesn't say that which is why the user ran into the
problem.
I can't build Debian packages but if you want me to take a (untested) stab at
it, I assume I'd just:
1) revert r524441
2) Change this line in debian/rules:
cp image/wsicon32.xpm $(CURDIR)/debian/tmp/usr/share/pixmaps/
to:
convert image/wsicon32.png image/wsicon32.xpm
?
3) Oh, I assume that there would need to be a "need /usr/bin/convert" build
dependency added somewhere. I suppose that would be in Build-Depends in
debian/control but what package does Debian keep that in?
Or do you just want to do it yourself and save me the stabbing in the dark? ;-)
You are receiving this mail because:
- You are watching all bug changes.