Commit 2e04f013 authored by Andreas Tille's avatar Andreas Tille
Browse files

Use serial tests, upload to unstable

parent ac9ba754
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
staden-io-lib (1.14.11-5) UNRELEASED; urgency=medium
staden-io-lib (1.14.11-5) unstable; urgency=medium

  * Fix hash table HASH_INT_KEYS on 32-bit platforms (thanks to
    upstream Rob Davies)
  * Do not attempt to run test suite for architecture independant
    build.
  * Use serial tests

 -- Andreas Tille <tille@debian.org>  Fri, 07 Dec 2018 12:52:29 +0100
 -- Andreas Tille <tille@debian.org>  Fri, 07 Dec 2018 12:55:44 +0100

staden-io-lib (1.14.11-4) unstable; urgency=medium

+15 −0
Original line number Diff line number Diff line
Author: Andreas Tille <tille@debian.org>
Last-Update: Fri, 07 Dec 2018 12:55:44 +0100
Description: Use serial tests

--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to p
 AC_INIT(io_lib, 1.14.11)
 AC_CONFIG_HEADERS([io_lib_config.h])
 AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([serial-tests])
 AM_MAINTAINER_MODE
 
 # For my own benefit, here's a summary of how versioning should work.
+1 −0
Original line number Diff line number Diff line
@@ -6,3 +6,4 @@ d4591b5.patch
37b33d3.patch
1b28b6a.patch
242cd6b.patch
serial-tests.patch