diff options
author | Calvin Morrison <mutantturkey@gmail.com> | 2011-12-14 15:50:42 -0500 |
---|---|---|
committer | Calvin Morrison <mutantturkey@gmail.com> | 2011-12-14 15:50:42 -0500 |
commit | fc98476aef6bf17768cfc0450bd25ac967d01834 (patch) | |
tree | 7411b50fd18336185de9fb8520fd9154822020b4 /ubuntu/maverick/applications/kmatplot/debian/rules | |
parent | cc3f13111c121c8a39b9937bb2e1bf00207c9df0 (diff) | |
parent | e9bf572672fe20775479a10b426d32379f4185d0 (diff) | |
download | tde-packaging-fc98476aef6bf17768cfc0450bd25ac967d01834.tar.gz tde-packaging-fc98476aef6bf17768cfc0450bd25ac967d01834.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/maverick/applications/kmatplot/debian/rules')
-rwxr-xr-x | ubuntu/maverick/applications/kmatplot/debian/rules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ubuntu/maverick/applications/kmatplot/debian/rules b/ubuntu/maverick/applications/kmatplot/debian/rules new file mode 100755 index 000000000..0df925fe4 --- /dev/null +++ b/ubuntu/maverick/applications/kmatplot/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +export QSETTINGSDIR=/etc +DEB_CONFIGURE_EXTRA_FLAGS := --enable-mt --with-qsettings-dir=/etc +DEB_INSTALL_DOCS_ALL := |