From 27db9395460b4fb8919d5f725e84fa24704803aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 16 Sep 2013 01:55:07 +0200 Subject: Fix quilt conversion issues on Debian and Ubuntu --- ubuntu/raring/dependencies/libcaldav/debian/rules | 3 +++ ubuntu/raring/dependencies/libcarddav/debian/rules | 3 +++ ubuntu/raring/dependencies/qt3/debian/rules | 3 +++ ubuntu/raring/dependencies/tqt3/debian/rules | 3 +++ 4 files changed, 12 insertions(+) (limited to 'ubuntu/raring/dependencies') 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 -- cgit v1.2.1