[apophenia] 02/04: RC #793998 - tests/distribution_tests [2] - fix
Jerome Benoit
calculus-guest at moszumanska.debian.org
Tue Feb 2 15:22:32 UTC 2016
This is an automated email from the git hooks/post-receive script.
calculus-guest pushed a commit to branch master
in repository apophenia.
commit 5291a0408116bf206e9e619ebe0ebf6381ce30be
Author: Jerome Benoit <calculus at rezozer.net>
Date: Tue Feb 2 14:52:46 2016 +0100
RC #793998 - tests/distribution_tests [2] - fix
---
debian/changelog | 6 ++++--
debian/patches/series | 1 +
...ream-bug-793998-tests_distribution_tests-2.patch | 21 +++++++++++++++++++++
3 files changed, 26 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index be67678..b63a374 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
-apophenia (1.0+ds-2) UNRELEASED; urgency=medium
+apophenia (1.0+ds-2) unstable; urgency=medium
+ * RC bug fix release:
+ - apop_conversions.c missing option in apop_data_pack call, fix.
* Debianization:
- debian/copyright:
- faulty X-Source field, remove;
@@ -14,7 +16,7 @@ apophenia (1.0+ds-2) UNRELEASED; urgency=medium
- debian/rules:
- dh_strip override, drop off in favour of automatic generation.
- -- Jerome Benoit <calculus at rezozer.net> Tue, 02 Feb 2016 13:01:08 +0000
+ -- Jerome Benoit <calculus at rezozer.net> Tue, 02 Feb 2016 13:38:10 +0000
apophenia (1.0+ds-1) unstable; urgency=medium
diff --git a/debian/patches/series b/debian/patches/series
index 1553d51..6081611 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+upstream-bug-793998-tests_distribution_tests-2.patch
upstream-fix-typo.patch
upstream-enhancement-eg_test_updating.patch
debianization.patch
diff --git a/debian/patches/upstream-bug-793998-tests_distribution_tests-2.patch b/debian/patches/upstream-bug-793998-tests_distribution_tests-2.patch
new file mode 100644
index 0000000..2ca939b
--- /dev/null
+++ b/debian/patches/upstream-bug-793998-tests_distribution_tests-2.patch
@@ -0,0 +1,21 @@
+Description: upstream -- RC bug fix 793998 -- tests/distribution_tests
+ Missing option in apop_data_pack call: isolated and tested by
+ Gianfranco Costamagna <locutusofborg at debian.org>; fixed by
+ Ben Klemens <fluffmail at f-m.fm>.
+Origin: debian/upstream
+Author:
+ Ben Klemens <fluffmail at f-m.fm>
+ Gianfranco Costamagna <locutusofborg at debian.org>
+Last-Update: 2015-08-30
+
+--- a/apop_conversions.c
++++ b/apop_conversions.c
+@@ -848,7 +848,7 @@
+ in = in->more;
+ if (in->more){
+ vout = gsl_vector_subvector((gsl_vector *)out, offset, out->size - offset).vector;
+- apop_data_pack(in->more, &vout);
++ apop_data_pack(in->more, &vout, more_pages, use_info_pages);
+ }
+ }
+ return out;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/apophenia.git
More information about the debian-science-commits
mailing list