diff options
author | Renato Araujo Oliveira Filho <renato.filho@canonical.com> | 2013-02-11 11:25:43 -0300 |
---|---|---|
committer | Renato Araujo Oliveira Filho <renato.filho@canonical.com> | 2013-02-11 11:25:43 -0300 |
commit | b0127d304d5c45485de34734be497b25423200ba (patch) | |
tree | bf8f87e6f4c22cb7c35876876eb7e9bac302cfeb /debian | |
parent | 8deae772ab18b67378d391b7f328aebcd0cd9d5d (diff) | |
download | qmenumodel-b0127d304d5c45485de34734be497b25423200ba.tar.gz qmenumodel-b0127d304d5c45485de34734be497b25423200ba.tar.bz2 qmenumodel-b0127d304d5c45485de34734be497b25423200ba.zip |
Fixed variable export in rules file.
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 0743c5b..62e4b21 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f # -*- makefile -*- -DPKG_GENSYMBOLS_CHECK_LEVEL = 4 +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 %: dh $@ --parallel |