summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/dependencies
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-16 01:55:07 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-16 01:55:07 +0200
commit27db9395460b4fb8919d5f725e84fa24704803aa (patch)
treefbd9ff9c6a9735cefa9c0b9d239be2a529d24f6b /ubuntu/maverick/dependencies
parentf24915471ea396c53670df51b2affc4af74373bf (diff)
downloadtde-packaging-27db9395460b4fb8919d5f725e84fa24704803aa.tar.gz
tde-packaging-27db9395460b4fb8919d5f725e84fa24704803aa.zip
Fix quilt conversion issues on Debian and Ubuntu
Diffstat (limited to 'ubuntu/maverick/dependencies')
-rwxr-xr-xubuntu/maverick/dependencies/libcaldav/debian/rules3
-rwxr-xr-xubuntu/maverick/dependencies/libcarddav/debian/rules3
-rwxr-xr-xubuntu/maverick/dependencies/qt3/debian/rules3
-rwxr-xr-xubuntu/maverick/dependencies/tqt3/debian/rules3
4 files changed, 12 insertions, 0 deletions
diff --git a/ubuntu/maverick/dependencies/libcaldav/debian/rules b/ubuntu/maverick/dependencies/libcaldav/debian/rules
index 0d067bc3d..7402cb8c0 100755
--- a/ubuntu/maverick/dependencies/libcaldav/debian/rules
+++ b/ubuntu/maverick/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/maverick/dependencies/libcarddav/debian/rules b/ubuntu/maverick/dependencies/libcarddav/debian/rules
index b22fbca64..0bd40b5ed 100755
--- a/ubuntu/maverick/dependencies/libcarddav/debian/rules
+++ b/ubuntu/maverick/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/maverick/dependencies/qt3/debian/rules b/ubuntu/maverick/dependencies/qt3/debian/rules
index 57dce235a..d4e5f00cf 100755
--- a/ubuntu/maverick/dependencies/qt3/debian/rules
+++ b/ubuntu/maverick/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/maverick/dependencies/tqt3/debian/rules b/ubuntu/maverick/dependencies/tqt3/debian/rules
index b91e34413..7e78b635b 100755
--- a/ubuntu/maverick/dependencies/tqt3/debian/rules
+++ b/ubuntu/maverick/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