[crystfel] 01/02: Fixed pkg-config-related problems and renamed dev package to libcrystfel-dev
Frédéric-Emmanuel Picca
picca at moszumanska.debian.org
Thu Aug 7 09:27:25 UTC 2014
This is an automated email from the git hooks/post-receive script.
picca pushed a commit to branch master
in repository crystfel.
commit 72a9bd370ea2f118acc44b89dfd35a344a34fe6f
Author: Valerio Mariani <valerio.mariani at gmail.com>
Date: Thu Aug 7 10:49:24 2014 +0200
Fixed pkg-config-related problems and renamed dev package to libcrystfel-dev
---
debian/changelog | 2 +-
debian/control | 3 ++-
debian/{crystfel-dev.install => libcrystfel-dev.install} | 0
debian/patches/pkgconfig.patch | 10 ++++++++++
debian/patches/series | 1 +
5 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 06b2132..4f513dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-crystfel (0.5.3-1) unstable; urgency=low
+crystfel (0.5.3-1) UNRELEASED; urgency=low
* Initial release (Closes: #743268)
diff --git a/debian/control b/debian/control
index e080c5e..75dbaa9 100644
--- a/debian/control
+++ b/debian/control
@@ -47,10 +47,11 @@ Description: Suite of programs for processing "serial" diffraction data "snapsho
This package contains the shared libraries used by the crystfel standard and
extra programs
-Package: crystfel-dev
+Package: libcrystfel-dev
Architecture: any
Depends: libcrystfel4 (= ${binary:Version}), ${misc:Depends}
Suggests: libcrystfel-doc
+Section: libdevel
Description: Suite of programs for processing "serial" diffraction data "snapshots"
CrystFEL is a suite of programs for processing diffraction data acquired
"serially" in a "snapshot" manner. That means: a large number of individual
diff --git a/debian/crystfel-dev.install b/debian/libcrystfel-dev.install
similarity index 100%
rename from debian/crystfel-dev.install
rename to debian/libcrystfel-dev.install
diff --git a/debian/patches/pkgconfig.patch b/debian/patches/pkgconfig.patch
new file mode 100644
index 0000000..e3a05b7
--- /dev/null
+++ b/debian/patches/pkgconfig.patch
@@ -0,0 +1,10 @@
+diff -rupN crystfel-0.5.3a_orig/libcrystfel/crystfel.pc.in crystfel-0.5.3a/libcrystfel/crystfel.pc.in
+--- crystfel-0.5.3a_orig/libcrystfel/crystfel.pc.in 2014-08-07 10:32:57.353599500 +0200
++++ crystfel-0.5.3a/libcrystfel/crystfel.pc.in 2014-08-07 10:35:08.589595391 +0200
+@@ -6,5 +6,5 @@ includedir=@includedir@
+ Name: CrystFEL
+ Description: Useful routines for crystallography using a free-electron laser
+ Version: @VERSION@
+-Cflags: -I${includedir} @LIBCRYSTFEL_CFLAGS@
++Cflags: -I${includedir}
+ Libs: -L${libdir} -lcrystfel @LIBCRYSTFEL_LIBS@
diff --git a/debian/patches/series b/debian/patches/series
index a741f43..8b7c815 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
fix-readme.patch
fix-man-pages.patch
skip-gpu-sim-check.patch
+pkgconfig.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/crystfel.git
More information about the debian-science-commits
mailing list