[Pkg-lyx-devel] [SCM] LyX packaging branch, master, updated. upstream/2.0.0_beta3-506-ga9bf69a
Per Olofsson
pelle at dsv.su.se
Thu Feb 3 15:28:58 UTC 2011
The following commit has been merged in the master branch:
commit 43a6bbb85175836021ea66eac01315270b0b661f
Author: Per Olofsson <pelle at dsv.su.se>
Date: Thu Feb 3 16:28:02 2011 +0100
dh options should come after the sequence
diff --git a/debian/rules b/debian/rules
index eb4226d..bfd5a11 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,7 @@ CONFIGURE_OPTIONS += \
LDFLAGS += -Wl,-z,defs -Wl,--as-needed
%:
- dh --with autotools_dev $@
+ dh $@ --with autotools_dev
override_dh_auto_configure:
test -d build-tree || mkdir build-tree
--
LyX packaging
More information about the Pkg-lyx-devel
mailing list