[cdo] 23/84: Add buld fixes

Alastair McKinstry mckinstry at moszumanska.debian.org
Sat Jun 13 16:48:26 UTC 2015


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

mckinstry pushed a commit to branch master
in repository cdo.

commit b632a36d0d519287f6b3f558646ff27a85420a82
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Thu Jun 6 13:32:19 2013 +0100

    Add buld fixes
---
 debian/changelog                 |  7 +++++++
 debian/control                   |  2 ++
 debian/patches/build-fixes.patch | 17 +++++++++++++++++
 debian/patches/series            |  1 +
 4 files changed, 27 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 92d8028..3651e20 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+cdo (1.6.0+dfsg.1-3) unstable; urgency=low
+
+  * Add build declaration to silence warning.
+  * Change Priorities to match override. 
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Thu, 06 Jun 2013 13:25:32 +0100
+
 cdo (1.6.0+dfsg.1-2) unstable; urgency=low
 
   * Need to add path explicitly to find cdo in python test case. 
diff --git a/debian/control b/debian/control
index 2884d36..0b89adc 100644
--- a/debian/control
+++ b/debian/control
@@ -20,6 +20,7 @@ Description: Climate Data Operators
 Package: libcdi0
 Section: libs
 Architecture: any
+Priority: extra
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Pre-Depends: ${misc:Pre-Depends}
 Multi-Arch: same
@@ -30,6 +31,7 @@ Description: Climate Data Interface (cdi) library
 Package: libcdi-dev
 Section: libdevel
 Architecture: any
+Priority: extra
 Depends: ${misc:Depends}, libcdi0 (= ${binary:Version})
 Multi-Arch: same
 Description: Development files for the climate data interface library
diff --git a/debian/patches/build-fixes.patch b/debian/patches/build-fixes.patch
new file mode 100644
index 0000000..23beb26
--- /dev/null
+++ b/debian/patches/build-fixes.patch
@@ -0,0 +1,17 @@
+Author: Alastair McKinstry <mckinstry at debian.org>
+Description: Add explicit declaration.
+Last-Updated: 2013-06-06
+Forwarded: no
+
+Index: cdo-1.6.0+dfsg.1/src/griddes.c
+===================================================================
+--- cdo-1.6.0+dfsg.1.orig/src/griddes.c	2013-05-24 07:39:56.000000000 +0100
++++ cdo-1.6.0+dfsg.1/src/griddes.c	2013-06-06 13:23:42.000000000 +0100
+@@ -57,6 +57,7 @@
+ 
+ #define MAX_LINE_LEN 65536
+ 
++void str2uuid(const char *uuidstr, char *uuid);
+ 
+ void gridInit(griddes_t *grid)
+ {
diff --git a/debian/patches/series b/debian/patches/series
index 32ad138..320335d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 fix_typos.patch
 ignore.patch
+build-fixes.patch

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



More information about the debian-science-commits mailing list