Control: tags 864564 + pending

Dear maintainer,

I've prepared an NMU for libfann (versioned as 2.2.0+ds-3.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.

diff -Nru libfann-2.2.0+ds/debian/changelog libfann-2.2.0+ds/debian/changelog
--- libfann-2.2.0+ds/debian/changelog   2016-04-24 15:31:47.000000000 +0000
+++ libfann-2.2.0+ds/debian/changelog   2019-01-01 17:40:08.000000000 +0000
@@ -1,3 +1,13 @@
+libfann (2.2.0+ds-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Honour DEB_BUILD_OPTIONS=nocheck based on a
+    patch by Helmut Grohne. (Closes: #864564)
+  * Set Rules-Requires-Root to no to declare that libfann does not
+    need (fake)root for building its debs.
+
+ -- Niels Thykier <[email protected]>  Tue, 01 Jan 2019 17:40:08 +0000
+
 libfann (2.2.0+ds-3) unstable; urgency=medium
 
   * Drop package libfann-dbg in favor of automatic dbgsym packages, as per
diff -Nru libfann-2.2.0+ds/debian/control libfann-2.2.0+ds/debian/control
--- libfann-2.2.0+ds/debian/control     2016-04-24 15:31:47.000000000 +0000
+++ libfann-2.2.0+ds/debian/control     2019-01-01 17:36:19.000000000 +0000
@@ -7,6 +7,7 @@
     cmake (>= 2.8.5),
 Build-Depends-Indep:
     naturaldocs
+Rules-Requires-Root: no
 Standards-Version: 3.9.8
 Homepage: http://leenissen.dk/fann/wp/
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/libfann.git
diff -Nru libfann-2.2.0+ds/debian/rules libfann-2.2.0+ds/debian/rules
--- libfann-2.2.0+ds/debian/rules       2016-04-24 15:31:47.000000000 +0000
+++ libfann-2.2.0+ds/debian/rules       2019-01-01 17:33:46.000000000 +0000
@@ -41,6 +41,7 @@
 
 
 override_dh_auto_test-arch:
+ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
        # Simulate partial autopkgtest run by providing an ADTTMP and setting
        # CPATH/LIBRARY_PATH/LD_LIBRARY_PATH for the build test
        testrundir=$$(mktemp -d) ;\
@@ -52,6 +53,7 @@
        res=$$? ;\
        rm -rf "$$testrundir" ;\
        exit $$res
+endif
 
 
 override_dh_auto_test-indep:

Reply via email to