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> | 2017-07-18 00:29:41 +0200 |
commit | 02e5d6d9bcc02748d9082d5027a011962bab245d (patch) | |
tree | 2ae82410e688efeee3526b7f127287e3ffcaf0fa /ubuntu/maverick/applications | |
parent | f025c10ab2c705f3b86669b3dae1817c0cdd6d1d (diff) | |
download | tde-packaging-02e5d6d9bcc02748d9082d5027a011962bab245d.tar.gz tde-packaging-02e5d6d9bcc02748d9082d5027a011962bab245d.zip |
Fix quilt conversion issues on Debian and Ubuntu
(cherry picked from commit 27db9395460b4fb8919d5f725e84fa24704803aa)
Diffstat (limited to 'ubuntu/maverick/applications')
-rwxr-xr-x | ubuntu/maverick/applications/basket/debian/rules | 2 | ||||
-rwxr-xr-x | ubuntu/maverick/applications/piklab/debian/rules | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ubuntu/maverick/applications/basket/debian/rules b/ubuntu/maverick/applications/basket/debian/rules index 1de38c154..200c5baf7 100755 --- a/ubuntu/maverick/applications/basket/debian/rules +++ b/ubuntu/maverick/applications/basket/debian/rules @@ -28,6 +28,8 @@ endif #include /usr/share/cdbs/1/rules/patchsys-quilt.mk +post-patches:: + dh_testdir config.status: post-patches dh_testdir diff --git a/ubuntu/maverick/applications/piklab/debian/rules b/ubuntu/maverick/applications/piklab/debian/rules index 416588f8a..4fd3da4c2 100755 --- a/ubuntu/maverick/applications/piklab/debian/rules +++ b/ubuntu/maverick/applications/piklab/debian/rules @@ -28,6 +28,9 @@ endif #include /usr/share/cdbs/1/rules/patchsys-quilt.mk +post-patches:: + dh_testdir + config: post-patches config-stamp config-stamp: configure dh_testdir |