[med-svn] r18099 - in trunk/packages/wise/trunk/debian: . tests
Charles Plessy
plessy at moszumanska.debian.org
Tue Sep 23 10:53:15 UTC 2014
Author: plessy
Date: 2014-09-23 10:53:14 +0000 (Tue, 23 Sep 2014)
New Revision: 18099
Modified:
trunk/packages/wise/trunk/debian/changelog
trunk/packages/wise/trunk/debian/tests/control
Log:
Explicitely depend on wise, to avoid depending on wise-doc.
Modified: trunk/packages/wise/trunk/debian/changelog
===================================================================
--- trunk/packages/wise/trunk/debian/changelog 2014-09-23 10:38:00 UTC (rev 18098)
+++ trunk/packages/wise/trunk/debian/changelog 2014-09-23 10:53:14 UTC (rev 18099)
@@ -1,3 +1,10 @@
+wise (2.4.1-17) UNRELEASED; urgency=medium
+
+ * debian/tests/control: explicitely depend on wise. This avoids that
+ ‘sadt’ skips the test when wise-doc is not installed.
+
+ -- Charles Plessy <plessy at debian.org> Tue, 23 Sep 2014 19:51:52 +0900
+
wise (2.4.1-16) unstable; urgency=medium
* Make sure package builds also for arch only builds
Modified: trunk/packages/wise/trunk/debian/tests/control
===================================================================
--- trunk/packages/wise/trunk/debian/tests/control 2014-09-23 10:38:00 UTC (rev 18098)
+++ trunk/packages/wise/trunk/debian/tests/control 2014-09-23 10:53:14 UTC (rev 18099)
@@ -1,3 +1,3 @@
Tests: run-unit-test
-Depends: @, wise-data
+Depends: wise, wise-data
Restrictions: allow-stderr
More information about the debian-med-commit
mailing list