summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGareth Pethig <gareth.pethig@nokia.com>2009-06-04 18:29:54 +1000
committerGareth Pethig <gareth.pethig@nokia.com>2009-06-04 18:29:54 +1000
commit8a4ea02ccd0d6ff3ac3994b5cc22171376574426 (patch)
tree509ab1fa8be4d461e1db52ec7aeef8d3a2d3089f
parent5efcafdec36dea1c9bb54886ad15afd007ef0a66 (diff)
Update to the auto-test rules2009W22-0maemo3
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules6
2 files changed, 9 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 056e086f..134fdae5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+qt4-messagingframework (2009W22-0maemo3) hardy; urgency=low
+
+ * Make changes for auto-testing.
+
+ -- Gareth Pethig <gareth.pethig@nokia.com> Thu, 04 Jun 2009 18:10:53 +1000
+
qt4-messagingframework (2009W22-0maemo2) hardy; urgency=low
* Testing the auto-test.
diff --git a/debian/rules b/debian/rules
index 3c04811b..a164f598 100755
--- a/debian/rules
+++ b/debian/rules
@@ -59,6 +59,6 @@ clean::
rm -f src/libraries/qtopiamail/libqtopiamail.prl
install/libqmf-tests::
- mkdir -p $(CURDIR)/debian/tmp/usr/tests
- cp $(CURDIR)/debian/runtests.sh $(CURDIR)/debian/tmp/usr/tests/.
- cp $(CURDIR)/debian/test_script.sh $(CURDIR)/debian/tmp/usr/tests/.
+ mkdir -p $(CURDIR)/debian/tmp/usr/tests/qmf
+ cp $(CURDIR)/debian/runtests.sh $(CURDIR)/debian/tmp/usr/tests/qmf/.
+ cp $(CURDIR)/debian/test_script.sh $(CURDIR)/debian/tmp/usr/tests/qmf/.