diff options
author | Modestas Vainius <modestas@vainius.eu> | 2010-02-01 14:04:18 +0200 |
---|---|---|
committer | Modestas Vainius <modestas@vainius.eu> | 2010-02-01 14:04:18 +0200 |
commit | be7318214a827cd80935d202ca30f80976c40d73 (patch) | |
tree | 44299e3cbd8c60d5925d34c549bf159e802cb9f7 /debian/rules | |
parent | 9a3397d277de5203d4d84fa9073f91abb24ad429 (diff) | |
download | qt4-x11-be7318214a827cd80935d202ca30f80976c40d73.tar.gz |
Enable handling of symbol files in packaging.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 8853ec9..4d61267 100755 --- a/debian/rules +++ b/debian/rules @@ -42,7 +42,7 @@ else endif %: - +dh --with quilt $@ + +dh --with pkgkde_symbolshelper --with quilt $@ override_dh_auto_configure: # Test broken hppa kernel with glibc >= 2.5 |