[Pkg-lxde-maintainers] Bug#580475: lxpanel: data/ui/*.glade files missing in the package so it can't be (re)built

Milan Vancura milan at ucw.cz
Mon May 10 12:55:21 UTC 2010


> Would you mind to explain how to reproduce this step by step?

Sure:

$ mkdir dbug580475
$ cd dbug580475
$ mkdir packages
$ apt-get source lxpanel/testing
$ cp -a lxpanel-0.5.5 lxpanel-0.5.5-backup
$ cd lxpanel-0.5.5
$ dpkg-buildpackage -us -uc -tc && echo "First time everything is OK"
...
...
First time everything is OK
$ mv ../*.deb ../*.changes ../packages/
$ dpkg-buildpackage -us -uc -tc
...
...
Leaving directory `/home/milan/dbug580475/lxpanel-0.5.5/src'
Making all in data
make[3]: Entering directory `/home/milan/dbug580475/lxpanel-0.5.5/data'
make[3]: *** No rule to make target `ui/panel-pref.ui', needed by `all-am'.  Stop.
make[3]: Leaving directory `/home/milan/dbug580475/lxpanel-0.5.5/data'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/milan/dbug580475/lxpanel-0.5.5'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/milan/dbug580475/lxpanel-0.5.5'
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

$ cd ..
$ diff -ur lxpanel-0.5.5-backup lxpanel-0.5.5
Only in lxpanel-0.5.5-backup/data/ui: launchbar.ui
Only in lxpanel-0.5.5-backup/data/ui: netstatus.ui
Only in lxpanel-0.5.5-backup/data/ui: panel-pref.ui
Only in lxpanel-0.5.5-backup/man: lxpanel.1
Only in lxpanel-0.5.5-backup/man: lxpanelctl.1
...
...





More information about the Pkg-lxde-maintainers mailing list