diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-16 01:55:07 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-16 01:55:07 +0200 |
commit | 27db9395460b4fb8919d5f725e84fa24704803aa (patch) | |
tree | fbd9ff9c6a9735cefa9c0b9d239be2a529d24f6b /ubuntu/raring/dependencies/tqt3 | |
parent | f24915471ea396c53670df51b2affc4af74373bf (diff) | |
download | tde-packaging-27db9395460b4fb8919d5f725e84fa24704803aa.tar.gz tde-packaging-27db9395460b4fb8919d5f725e84fa24704803aa.zip |
Fix quilt conversion issues on Debian and Ubuntu
Diffstat (limited to 'ubuntu/raring/dependencies/tqt3')
-rwxr-xr-x | ubuntu/raring/dependencies/tqt3/debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ubuntu/raring/dependencies/tqt3/debian/rules b/ubuntu/raring/dependencies/tqt3/debian/rules index b91e34413..7e78b635b 100755 --- a/ubuntu/raring/dependencies/tqt3/debian/rules +++ b/ubuntu/raring/dependencies/tqt3/debian/rules @@ -123,6 +123,9 @@ ifeq ($(DEB_HOST_ARCH),arm) CONFIGURE_OPTS += -DQT_QLOCALE_USES_FCVT endif +post-patches:: + dh_testdir + build: libqt-thread-stamp touch build-stamp |