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

2010-05-10 Thread Milan Vancura
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

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

2010-05-10 Thread Milan Vancura
However, the .glade files is not available in upstream release tarball, but .ui files are there. I found them, finally: they are accessible from git repository. For example, via http:

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

2010-05-10 Thread Milan Vancura
However, the .glade files is not available in upstream release tarball, but .ui files are there. Yes, I see. But data/Makefile.am in upstream also includes the action of cleaning data/ui/*.ui files. So this is a bug even in upstream. More strange fact is that lxpanel in lenny contains glade

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

2010-05-09 Thread Andrew Lee
Hi, I cannot reproduce this FTBFS as the package builds fine event run 'fakeroot debian/rules clean' first. However, the .glade files is not available in upstream release tarball, but .ui files are there. Would you mind to explain how to reproduce this step by step? Best regards, -Andrew

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

2010-05-06 Thread Milan Vancura
Package: lxpanel Version: 0.5.5-1 Severity: serious Tags: squeeze Justification: fails to build from source Files data/ui/*.glade are missing in package archive. As *.glade files are sources of *.ui files, those *.ui files can't be built and make (and so dpkg-buildpackage) stops with error.