summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGareth Pethig <gareth.pethig@nokia.com>2009-06-05 12:45:52 +1000
committerGareth Pethig <gareth.pethig@nokia.com>2009-06-05 12:45:52 +1000
commitba47f64b9c7a681146294f2e12a17c2c08f4b5a3 (patch)
tree6bef80df90d2edc4bee0ddc2a376e6dbd91a9903
parentf2607a8847897d1fa82990249bf45eeecfe5d0b5 (diff)
Changes for auto-testing.2009W22-0maemo5
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules2
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index ef764e2b..1571c165 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+qt4-messagingframework (2009W22-0maemo5) hardy; urgency=low
+
+ * Make changes for auto-testing.
+
+ -- Gareth Pethig <gareth.pethig@nokia.com> Fri, 06 Jun 2009 12:45:44 +1000
+
qt4-messagingframework (2009W22-0maemo4) hardy; urgency=low
* Revert previous change.
diff --git a/debian/rules b/debian/rules
index 3c04811b..b5bb0348 100755
--- a/debian/rules
+++ b/debian/rules
@@ -61,4 +61,6 @@ clean::
install/libqmf-tests::
mkdir -p $(CURDIR)/debian/tmp/usr/tests
cp $(CURDIR)/debian/runtests.sh $(CURDIR)/debian/tmp/usr/tests/.
+ chmod 755 $(CURDIR)/debian/tmp/usr/tests/runtests.sh
cp $(CURDIR)/debian/test_script.sh $(CURDIR)/debian/tmp/usr/tests/.
+ chmod 755 $(CURDIR)/debian/tmp/usr/tests/test_script.sh