[Pkg-xfce-commits] r7103 - desktop/trunk/exo/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Sat Jun 30 07:20:00 UTC 2012
Author: corsac
Date: 2012-06-30 19:20:00 +0000 (Sat, 30 Jun 2012)
New Revision: 7103
Modified:
desktop/trunk/exo/debian/changelog
desktop/trunk/exo/debian/rules
Log:
* debian/rules:
- force endianness in msgfmt so all arches have the same file contents.
closes: #669994
Modified: desktop/trunk/exo/debian/changelog
===================================================================
--- desktop/trunk/exo/debian/changelog 2012-06-30 15:51:07 UTC (rev 7102)
+++ desktop/trunk/exo/debian/changelog 2012-06-30 19:20:00 UTC (rev 7103)
@@ -2,6 +2,9 @@
* debian/patches:
- add DEP3 headers to patches.
+ * debian/rules:
+ - force endianness in msgfmt so all arches have the same file contents.
+ closes: #669994
-- Yves-Alexis Perez <corsac at debian.org> Mon, 20 Feb 2012 10:46:49 +0100
Modified: desktop/trunk/exo/debian/rules
===================================================================
--- desktop/trunk/exo/debian/rules 2012-06-30 15:51:07 UTC (rev 7102)
+++ desktop/trunk/exo/debian/rules 2012-06-30 19:20:00 UTC (rev 7103)
@@ -7,12 +7,14 @@
EXO_SOVERSION=0
EXO_SONAME=libexo-$(EXO_LIBNAME)-$(EXO_SOVERSION)
+MSGFMT = /usr/bin/msgfmt --endianness little
+
%:
dh $@
override_dh_auto_configure:
NOCONFIGURE=1 xdt-autogen
- dh_auto_configure -- --disable-gtk-doc --disable-python
+ MSGFMT="$(MSGFMT)" dh_auto_configure -- --disable-gtk-doc --disable-python
override_dh_install:
# delete the unneeded .a and .la files
More information about the Pkg-xfce-commits
mailing list