[hfst-ospell] 01/01: Apply patch from bug #869825
Tino Didriksen
tinodidriksen-guest at moszumanska.debian.org
Sun Jul 30 17:19:53 UTC 2017
This is an automated email from the git hooks/post-receive script.
tinodidriksen-guest pushed a commit to branch master
in repository hfst-ospell.
commit e3d923fbdea7c532057a6000ee59276a726f842c
Author: Tino Didriksen <tino at didriksen.cc>
Date: Sun Jul 30 17:19:40 2017 +0000
Apply patch from bug #869825
---
debian/changelog | 7 +++++++
debian/rules | 2 ++
2 files changed, 9 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 113db64..d8f56d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+hfst-ospell (0.4.5~r343-2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Honour DEB_BUILD_OPTIONS=nocheck (closes: #869825).
+
+ -- Helmut Grohne <helmut at subdivi.de> Wed, 26 Jul 2017 21:41:19 +0200
+
hfst-ospell (0.4.5~r343-1) unstable; urgency=medium
[ Tino Didriksen ]
diff --git a/debian/rules b/debian/rules
index 9cda02a..2b4a943 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,5 +26,7 @@ override_dh_auto_install:
dh_auto_install
find $(CURDIR) -type f -name '*.la' -exec rm -f '{}' \;
+ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
override_dh_auto_test:
make -j1 check
+endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/hfst-ospell.git
More information about the debian-science-commits
mailing list