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 | |
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')
-rwxr-xr-x | ubuntu/raring/dependencies/libcaldav/debian/rules | 3 | ||||
-rwxr-xr-x | ubuntu/raring/dependencies/libcarddav/debian/rules | 3 | ||||
-rwxr-xr-x | ubuntu/raring/dependencies/qt3/debian/rules | 3 | ||||
-rwxr-xr-x | ubuntu/raring/dependencies/tqt3/debian/rules | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/ubuntu/raring/dependencies/libcaldav/debian/rules b/ubuntu/raring/dependencies/libcaldav/debian/rules index 0d067bc3d..7402cb8c0 100755 --- a/ubuntu/raring/dependencies/libcaldav/debian/rules +++ b/ubuntu/raring/dependencies/libcaldav/debian/rules @@ -28,6 +28,9 @@ no_auto_tools = ACLOCAL="`pwd`/missing aclocal" \ make_flags = moduledir=/usr/lib/gdk-imlib2 $(no_auto_tools) +post-patches:: + dh_testdir + build: post-patches build-stamp build-stamp: dh_testdir diff --git a/ubuntu/raring/dependencies/libcarddav/debian/rules b/ubuntu/raring/dependencies/libcarddav/debian/rules index b22fbca64..0bd40b5ed 100755 --- a/ubuntu/raring/dependencies/libcarddav/debian/rules +++ b/ubuntu/raring/dependencies/libcarddav/debian/rules @@ -28,6 +28,9 @@ no_auto_tools = ACLOCAL="`pwd`/missing aclocal" \ make_flags = moduledir=/usr/lib/gdk-imlib2 $(no_auto_tools) +post-patches:: + dh_testdir + build: post-patches build-stamp build-stamp: dh_testdir diff --git a/ubuntu/raring/dependencies/qt3/debian/rules b/ubuntu/raring/dependencies/qt3/debian/rules index 57dce235a..d4e5f00cf 100755 --- a/ubuntu/raring/dependencies/qt3/debian/rules +++ b/ubuntu/raring/dependencies/qt3/debian/rules @@ -119,6 +119,9 @@ ifeq ($(DEB_HOST_ARCH),arm) CONFIGURE_OPTS += -DQT_QLOCALE_USES_FCVT endif +post-patches:: + dh_testdir + build: libqt-thread-stamp touch build-stamp 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 |