diff options
author | Olivier Tilloy <olivier.tilloy@canonical.com> | 2012-10-09 13:34:42 +0200 |
---|---|---|
committer | Olivier Tilloy <olivier.tilloy@canonical.com> | 2012-10-09 13:34:42 +0200 |
commit | b81741d8cc97e3c7c00436eba8fe53360542d721 (patch) | |
tree | bbbba3fb3be456b206823e09742c7a8a6849840c /debian | |
parent | 3ba2b418dee9416fbf38a50071b371ca7770c99d (diff) | |
download | qmenumodel-b81741d8cc97e3c7c00436eba8fe53360542d721.tar.gz qmenumodel-b81741d8cc97e3c7c00436eba8fe53360542d721.tar.bz2 qmenumodel-b81741d8cc97e3c7c00436eba8fe53360542d721.zip |
Ensure dh_makeshlibs ignores the QML module.
Fixes an error and two warnings in lintian.
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 2756628..7e8093d 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,7 @@ # -*- makefile -*- DEB_CMAKE_EXTRA_FLAGS = -DCMAKE_PREFIX_PATH=/opt/qt5/lib/cmake +DEB_DH_MAKESHLIBS_ARGS_qmenumodel-qml = -Xlibqmenumodel-qml.so include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/utils.mk |