[cdo] 09/84: Use magics

Alastair McKinstry mckinstry at moszumanska.debian.org
Sat Jun 13 16:48:23 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 f1bc417248dda312ee7c748122c66f237ea00f22
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Sat Dec 29 19:32:14 2012 +0000

    Use magics
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 debian/rules     | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ca1a7ae..c6ded11 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ cdo (1.5.9+dfsg.1-1) unstable; urgency=low
   * New upstream release. 
   * Standards-Version: 3.9.4. No changes required.
   * Apply hardening.
+  * Now depend on libmagics++
 
  -- Alastair McKinstry <mckinstry at debian.org>  Sat, 29 Dec 2012 17:13:31 +0000
 
diff --git a/debian/control b/debian/control
index e00cc90..1235ef8 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: utils
 Priority: extra
 Maintainer: Alastair McKinstry <mckinstry at debian.org>
 Build-Depends: debhelper (>= 8.1.3~), dh-buildinfo, libproj-dev, autoconf, automake, libnetcdf-dev, gfortran, dh-autoreconf,
- libgrib-api-dev [!mips !sparc !hppa], libtool, libjasper-dev, cfortran,  libhdf5-serial-dev
+ libgrib-api-dev [!mips !sparc !hppa], libtool, libjasper-dev, cfortran,  libhdf5-serial-dev, libmagics++-dev
 Standards-Version: 3.9.4
 Homepage: https://code.zmaw.de/projects/cdo
 
diff --git a/debian/rules b/debian/rules
index 4e80dfe..b64cefb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,7 +56,7 @@ override_dh_auto_configure:
 	LDFLAGS="$(LDFLAGS) -Wl,--as-needed"  
 	  ./configure --prefix=/usr --libdir=$(LIBDIR) \
 		--enable-cdi-lib --with-zlib=/usr --with-netcdf=/usr  --with-proj=/usr --with-hdf5=/usr \
-		--enable-iso-c-interface   \
+		--enable-iso-c-interface   --with-magics=/usr \
 		 $(WITH_GRIB) $(WITH_JASPER)  FC=gfortran LIBS="-Wl,-Bstatic -lpng12 -ljasper -ljpeg -lz -Wl,-Bdynamic -lcurl"
 	rm -f libtool libcdi/libtool
 	ln -sf /usr/bin/libtool libtool

-- 
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