notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit 8e59438025c88ebd83a78cf12c06ff954d979e01 (patch)
   parent b5c6fdd4 debian: changelog for 0.33.1-1
     tree 8db1edb9370f63ecac08f301cb69a9fa5d5badc2
   author David Bremner <david@tethera.net>  2021-09-10 08:30:24 -0300
committer David Bremner <david@tethera.net>  2021-09-10 08:30:24 -0300

debian: drop debian specific test exclusion

In principle these tests should pass now.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 1d25f9c3..fa0551a9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ override_dh_auto_configure:
 		--localstatedir=/var
 
 override_dh_auto_test:
-	dh_auto_test -- V=1 NOTMUCH_SKIP_TESTS="libconfig.18 libconfig.31"
+	dh_auto_test -- V=1
 
 override_dh_auto_build:
 	dh_auto_build -- V=1


glossary
--------
Commit objects reference one tree, and zero or more parents.

Single parent commits can typically generate a patch in
unified diff format via `git format-patch'.

Multiple parents means the commit is a merge.

Root commits have no ancestor.  Note that it is
possible to have multiple root commits when merging independent histories.

Every commit references one top-level tree object.

git clone https://yhetil.org/notmuch.git