[libccp4] 05/05: fix the libccp4f.pc.in file

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Wed Dec 31 10:12:32 UTC 2014


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

picca pushed a commit to branch master
in repository libccp4.

commit 9029b1de172b4b8550e79ac910b84ea5b8f1863f
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Wed Dec 31 11:03:32 2014 +0100

    fix the libccp4f.pc.in file
---
 debian/changelog                                   |  2 ++
 ...e-mmdb2-instead-of-mmdb-in-libccp4f.pc.in.patch | 22 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 3 files changed, 25 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 345b751..83b99ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ libccp4 (6.4.6-1) UNRELEASED; urgency=medium
   * Imported Upstream version 6.4.6
   * debian/control
     - Build-Depends: libmmdb-dev -> libmmdb2-dev
+  * debian/patches
+    + 0001-use-mmdb2-instead-of-mmdb-in-libccp4f.pc.in.patch (new)
 
  -- Picca Frédéric-Emmanuel <picca at debian.org>  Wed, 31 Dec 2014 10:38:36 +0100
 
diff --git a/debian/patches/0001-use-mmdb2-instead-of-mmdb-in-libccp4f.pc.in.patch b/debian/patches/0001-use-mmdb2-instead-of-mmdb-in-libccp4f.pc.in.patch
new file mode 100644
index 0000000..2c2bf1b
--- /dev/null
+++ b/debian/patches/0001-use-mmdb2-instead-of-mmdb-in-libccp4f.pc.in.patch
@@ -0,0 +1,22 @@
+From: =?utf-8?q?Picca_Fr=C3=A9d=C3=A9ric-Emmanuel?= <picca at debian.org>
+Date: Wed, 31 Dec 2014 11:00:34 +0100
+Subject: use mmdb2 instead of mmdb in libccp4f.pc.in
+
+Now that libccp4 check for mmdb2, it would be consistant to add it in the
+private part of fortran library.
+---
+ libccp4f.pc.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/libccp4f.pc.in b/libccp4f.pc.in
+index 57480e8..0cf8f85 100644
+--- a/libccp4f.pc.in
++++ b/libccp4f.pc.in
+@@ -6,6 +6,6 @@ includedir=@includedir@
+ Name: libccp4f
+ Description: CCP4 core FORTRAN libraries
+ Version: @VERSION@
+-Requires.private: libccp4c mmdb
++Requires.private: libccp4c mmdb2
+ Libs: -L${libdir} -lccp4f
+ Cflags: -I${includedir}
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..a468f34
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-use-mmdb2-instead-of-mmdb-in-libccp4f.pc.in.patch

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



More information about the debian-science-commits mailing list