summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2011-08-17 14:49:03 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2011-08-17 14:49:03 +0200
commit6e08a00f4f6cb1183f615e626a7297945ac53783 (patch)
tree552154f39f85c5b0ea7899116fbb5e8ac8bfb1bd
parent59f9dcbdf23ae430c2f5fa4bc85596347e73526f (diff)
* test/*
- reorganize the various testcases and helper we have and integrate them better into the buildsystem - run the test/libapt testcases at package build-time
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules1
2 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 07276ef61..69e0c0e2e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,12 @@ apt (0.8.15.7) UNRELEASED; urgency=low
- ignore "self"-conflicts for all architectures of a package
instead of just for the architecture of the package locked at
in the ordering of installations too (Closes: #802901)
+ * test/*
+ - reorganize the various testcases and helper we have and
+ integrate them better into the buildsystem
+ - run the test/libapt testcases at package build-time
- -- David Kalnischkies <kalnischkies@gmail.com> Wed, 17 Aug 2011 11:08:02 +0200
+ -- David Kalnischkies <kalnischkies@gmail.com> Wed, 17 Aug 2011 14:48:32 +0200
apt (0.8.15.6) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 640900678..541660cfe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -97,6 +97,7 @@ build/configure-stamp: configure
build/build-stamp: build/configure-stamp
# Add here commands to compile the package.
$(MAKE) binary
+ $(MAKE) test
touch $@
build/build-doc-stamp: build/configure-stamp