[libmseed] 05/05: updated to upstream 2.19.5 with a few new symbols and man page patch for typos

Pierre Duperray zulu-guest at moszumanska.debian.org
Sat Nov 18 19:53:54 UTC 2017


This is an automated email from the git hooks/post-receive script.

zulu-guest pushed a commit to branch master
in repository libmseed.

commit e1bcc5c5b2e268409914c665e04e629c52aa9f5a
Author: Pierre Duperray <pierreduperray at free.fr>
Date:   Sat Nov 18 20:41:37 2017 +0100

    updated to upstream 2.19.5 with a few new symbols and man page patch for typos
---
 debian/changelog                                   |  4 ++-
 debian/control                                     |  1 +
 debian/libmseed2.symbols                           |  7 ++++
 debian/patches/0001-fixed-typos-in-man-pages.patch | 42 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 5 files changed, 54 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8fa3bda..ce7e0c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,6 @@
-libmseed (2.19.2-1) unstable; urgency=medium
+libmseed (2.19.5-1) unstable; urgency=medium
+
+  * New 2.19.5 upstream release
 
   * New 2.19.2 upstream release
 
diff --git a/debian/control b/debian/control
index 42d9116..b3b1b50 100644
--- a/debian/control
+++ b/debian/control
@@ -34,6 +34,7 @@ Description: seed data records manipulation library (documentation and example f
 
 Package: libmseed2
 Architecture: any
+Section: libs
 Depends: ${shlibs:Depends},
          ${misc:Depends}
 Description: seed data records manipulation library
diff --git a/debian/libmseed2.symbols b/debian/libmseed2.symbols
index b9bb854..456576c 100644
--- a/debian/libmseed2.symbols
+++ b/debian/libmseed2.symbols
@@ -133,3 +133,10 @@ libmseed.so.2 libmseed2 #MINVER#
  mstl_printsynclist at Base 2.18
  mstl_printtracelist at Base 2.18
  unpackencodingformat at Base 2.18
+ LM_SIZEOF_OFF_T at Base 2.19
+ packdatabyteorder at Base 2.19
+ packheaderbyteorder at Base 2.19
+ unpackdatabyteorder at Base 2.19
+ unpackencodingfallback at Base 2.19
+ unpackheaderbyteorder at Base 2.19
+ 
\ No newline at end of file
diff --git a/debian/patches/0001-fixed-typos-in-man-pages.patch b/debian/patches/0001-fixed-typos-in-man-pages.patch
new file mode 100644
index 0000000..4291acb
--- /dev/null
+++ b/debian/patches/0001-fixed-typos-in-man-pages.patch
@@ -0,0 +1,42 @@
+From: Pierre Duperray <pierreduperray at free.fr>
+Date: Sat, 18 Nov 2017 15:19:52 +0100
+Subject: fixed typos in man pages
+
+---
+ doc/ms_readmsr.3 | 4 ++--
+ doc/msr_unpack.3 | 2 +-
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/doc/ms_readmsr.3 b/doc/ms_readmsr.3
+index 3835c1d..9ee763b 100644
+--- a/doc/ms_readmsr.3
++++ b/doc/ms_readmsr.3
+@@ -125,13 +125,13 @@ source name and time window parameters, see \fBms_selection(3)\fP for
+ more information.
+ 
+ .SH RETURN VALUES
+-On the sucessful read and parsing of a record \fBms_readmsr\fP and
++On the successful read and parsing of a record \fBms_readmsr\fP and
+ \fBms_readmsr_r\fP return MS_NOERROR and populate the MSRecord struct
+ at \fI*ppmsr\fP.  Upon reaching the end of the input file these
+ routines return MS_ENDOFFILE.  On error these routines return a
+ libmseed error code (defined in libmseed.h)
+ 
+-On the sucessful read and parsing of a file \fBms_readtraces\fP and
++On the successful read and parsing of a file \fBms_readtraces\fP and
+ \fBms_readtracelist\fP return MS_NOERROR and populate the MSTraceGroup
+ or MSTraceList struct.  On error these routines return a libmseed
+ error code (defined in libmseed.h)
+diff --git a/doc/msr_unpack.3 b/doc/msr_unpack.3
+index 8a18d71..d7e533d 100644
+--- a/doc/msr_unpack.3
++++ b/doc/msr_unpack.3
+@@ -89,7 +89,7 @@ these records is included only to support legacy data.
+ 
+ .SH RETURN VALUE
+ 
+-On the sucessful parsing of a record \fBmsr_unpack\fP returns
++On the successful parsing of a record \fBmsr_unpack\fP returns
+ MS_NOERROR and populates the MSRecord struct at *ppmsr.  On error
+ \fBmsr_unpack\fP returns a libmseed error code (defined in libmseed.h)
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..ac66286
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-fixed-typos-in-man-pages.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libmseed.git



More information about the debian-science-commits mailing list