[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#540701: Questions and patches: new official Debian package for wbar



On Mon, 17. Sep 23:10 Yadickson Soto <yadickson@gmail.com> wrote:
> Hello
> 
> That's all for now
> Check the new release 2.3.2

Hello!

I've incorporated your changes and changed the license to GPL3+
accordingly. Unfortunately a regression was introduced in the latest
release. Here is the relevant part of the build log.

Making check in po
make[2]: Entering directory `/tmp/buildd/wbar-2.3.2/po'
rm -f missing notexist
srcdir=. /usr/bin/intltool-update -m
The following files contain translations and are currently not in use.
Please
consider adding these to the POTFILES.in file, located in the po/
directory.

etc/wbar.desktop.in

If some of these files are left out on purpose then please add them to
POTFILES.skip instead of POTFILES.in. A file 'missing' containing this
list
of left out files has been written in the current directory.
if [ -r missing -o -r notexist ]; then \
exit 1; \
fi
make[2]: *** [check] Error 1
make[2]: Leaving directory `/tmp/buildd/wbar-2.3.2/po'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/tmp/buildd/wbar-2.3.2'
dh_auto_test: make -j1 check returned exit code 2
make: *** [build] Error 29
dpkg-buildpackage: error: debian/rules build gave
error exit status 2
E: Failed autobuilding of package

The fix is trivial. You can either delete wbar.desktop.in or add it to
po/POTFILES.skip. I've attached a patch which fixes this issue.

Thank you both 
Regards
Markus
Description: Add wbar.desktop.in file to POTFILES.skip
 A superfluos wbar.desktop.in file was introduced in the latest 2.3.2 release
 by mistake. This patch fixes a FTBFS bug by ignoring said file.
Author: Markus Koschany <apo@gambaru.de>
Origin: vendor
Forwarded: <URL|no|not-needed, useless if you have a Bug field, optional>
Last-Update: 2012-09-18
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -1,2 +1,3 @@
 etc/wbar.desktop.in.in
+etc/wbar.desktop.in
 

Attachment: signature.asc
Description: Digital signature


Reply to: