[mpfi] 01/01: Corrected Imported Debian patch 1.5.1+ds-1

Jerome Benoit calculus-guest at moszumanska.debian.org
Sun May 24 06:43:53 UTC 2015


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

calculus-guest pushed a commit to branch master
in repository mpfi.

commit aec8fdc862f8d0f13e41086c7c2aa1e5c65f08b1
Author: Jerome Benoit <calculus at rezozer.net>
Date:   Sun May 24 08:41:09 2015 +0200

    Corrected Imported Debian patch 1.5.1+ds-1
---
 debian/changelog                                         |  2 +-
 debian/control                                           | 16 ++++++++++++++--
 .../patches/upstream-libtoolization-version_script.patch |  4 ++--
 3 files changed, 17 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2bf7f9c..2e2335d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -29,7 +29,7 @@ mpfi (1.5.1+ds-1) unstable; urgency=medium
       - minor and cosmetic fixes;
     - gpg-signature check support, neutralize.
 
- -- Jerome Benoit <calculus at rezozer.net>  Sat, 23 May 2015 11:52:15 +0000
+ -- Jerome Benoit <calculus at rezozer.net>  Sun, 24 May 2015 06:40:10 +0000
 
 mpfi (1.5.1-3) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 981ca8b..4edf112 100644
--- a/debian/control
+++ b/debian/control
@@ -47,10 +47,13 @@ Description: multiple precision floating-point interval computation library -- l
 
 Package: libmpfi0-dev
 Provides: libmpfi-dev
-Replaces: libmpfi-dev (<= 1.5.1-3)
 Section: libdevel
 Architecture: any
-Depends: libmpfi0 (= ${binary:Version}), libmpfr-dev, libgmp-dev, ${misc:Depends}
+Replaces: libmpfi-dev (<= 1.5.1-3)
+Breaks: libmpfi-dev (<= 1.5.1-3)
+Depends:
+ libmpfi0 (= ${binary:Version}), libmpfi0-dev-common (= ${source:Version}),
+ libmpfr-dev, libgmp-dev, ${misc:Depends}
 Conflicts: libmpfi-dev
 Multi-Arch: same
 Description: multiple precision floating-point interval computation library -- libdev
@@ -165,3 +168,12 @@ Description: multiple precision floating-point interval computation library -- d
  compliance with the IEEE 754 standard for floating-point arithmetic.
  .
  This package provides the user manual.
+
+Package: libmpfi-dev
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: libmpfi0-dev (>= ${source:Version}), ${misc:Depends}
+Multi-Arch: foreign
+Description: transitional dummy package
+ This is a transitional dummy package. It can safely be removed.
diff --git a/debian/patches/upstream-libtoolization-version_script.patch b/debian/patches/upstream-libtoolization-version_script.patch
index a96c1d7..dcc5ff4 100644
--- a/debian/patches/upstream-libtoolization-version_script.patch
+++ b/debian/patches/upstream-libtoolization-version_script.patch
@@ -7,7 +7,7 @@ Description: upstream -- libtoolization -- version script support
  [1] https://www.gnu.org/software/gnulib/manual/html_node/LD-Version-Scripts.html
 Origin: debian
 Author: Jerome Benoit <calculus at rezozer.net>
-Last-Update: 2015-05-22
+Last-Update: 2015-05-24
 
 --- a/src/Makefile.am
 +++ b/src/Makefile.am
@@ -45,7 +45,7 @@ Last-Update: 2015-05-22
 +%.map :
 +	_MAPNAME=$$(echo $(patsubst %.map,%,$@) | tr '[a-z]' '[A-Z]') ; \
 +	printf "LIB%s_%d.%d.%d {\nglobal:\n" $$_MAPNAME $(subst :, ,$(LIBMPFI_LT_VERSION)) > $@ ;
-+	$(CPROTO) -X 1 -f 0 $^ | \
++	$(CPROTO) -I$(top_srcdir)/src -X 1 -f 0 $^ | \
 +			sed '/^\/\*/d;s/(\*\([_a-z0-9]*\))/\1/g;s/()//g;s/\*//g' | rev | cut -d ' ' -f1 | rev | sort -u \
 +		>> $@
 +	printf "\nlocal: *;\n};\n" >> $@

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



More information about the debian-science-commits mailing list