[SCM] Packaging for pytables branch, master, updated. debian/2.3.1-2-17-gec74b14

Yaroslav Halchenko debian at onerussian.com
Sat Mar 3 19:07:28 UTC 2012


The following commit has been merged in the master branch:
commit ec74b14f492b4b6da59bc0cf75dc409aa7d7cac0
Author: Yaroslav Halchenko <debian at onerussian.com>
Date:   Sat Mar 3 14:00:47 2012 -0500

    typos fixes

diff --git a/debian/changelog b/debian/changelog
index a9bcd3f..03c99c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,9 +9,9 @@ pytables (2.3.1-3) unstable; urgency=low
   * Updated copyright format URL
   * Standard version bumped to 3.9.3 (no changes)
   * Patch fix_unaligned_mem_access to avoid errors related to unaligned
-    memory access on platforms like AMR, etc.
+    memory access on platforms like ARM, etc (Closes: #661287).
     The patch has been backported from upstream and originally submtted
-    by juliat Taylor
+    by Julian Taylor
 
   [ Yaroslav Halchenko ]
   * Patch up_skip_multiprocessing_test_on_gnu to disable test on Hurd and
diff --git a/debian/patches/fix_unaligned_mem_access b/debian/patches/fix_unaligned_mem_access
index 8d090a7..35da911 100644
--- a/debian/patches/fix_unaligned_mem_access
+++ b/debian/patches/fix_unaligned_mem_access
@@ -1,7 +1,7 @@
 Fix errors related to unaligned memory access.
 
 Perform an explicit copy of data to avoid errors related to
-unaligned memory access on platforms like AMR, etc.
+unaligned memory access on platforms like ARM, etc.
 
 --- a/src/typeconv.c
 +++ b/src/typeconv.c

-- 
Packaging for pytables



More information about the debian-science-commits mailing list