[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: inkscape not installable from jessie-backports (depends libgsl10ldbl)



Le 04/04/2017 à 11:45, Andreas Tille a écrit :
> 
> If you provide the debdiff somehow I could do the build easily.  BTW, I
> wished gsl would be in Git to enable easy propagation of changes. :-(
> 

Dear Andreas,

I think the attached debdiff should do the trick.

I have built the package and checked that the contents are as I expect,
but someone should check that the package actually works, including as a
build-dependency.

Regards, Thibaut.

diff -Nru gsl-2.3+dfsg/debian/changelog gsl-2.3+dfsg/debian/changelog
--- gsl-2.3+dfsg/debian/changelog	2017-03-08 17:19:35.000000000 +0100
+++ gsl-2.3+dfsg/debian/changelog	2017-04-04 10:25:33.000000000 +0200
@@ -1,3 +1,9 @@
+gsl (2.3+dfsg-1~bpo8+2) jessie-backports; urgency=medium
+
+  * Remove libgslcblas0 and depend on libgsl0dbl
+
+ -- Thibaut Paumard <thibaut@debian.org>  Tue, 04 Apr 2017 10:25:33 +0200
+
 gsl (2.3+dfsg-1~bpo8+1) jessie-backports; urgency=medium
 
   * Rebuild for jessie-backports.
diff -Nru gsl-2.3+dfsg/debian/control gsl-2.3+dfsg/debian/control
--- gsl-2.3+dfsg/debian/control	2016-09-04 01:01:02.000000000 +0200
+++ gsl-2.3+dfsg/debian/control	2017-04-04 10:25:33.000000000 +0200
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Dirk Eddelbuettel <edd@debian.org>
 Standards-Version: 3.9.8
-Build-Depends: gawk | awk, debhelper (>= 9), gcc (>= 4:4.0), binutils (>= 2.12.90.0.9), dh-autoreconf
+Build-Depends: gawk | awk, debhelper (>= 9), gcc (>= 4:4.0), binutils (>= 2.12.90.0.9), dh-autoreconf, libgsl0-dev
 Homepage: http://www.gnu.org/software/gsl
 
 Package: libgsl2
@@ -11,9 +11,9 @@
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Conflicts: gsl, libgsl0, libgsl0ldbl
-Replaces: gsl, libgsl0 (<= 1.9-4), libgsl0ldbl (<= 1.16+dfsg-4)
+Depends: ${shlibs:Depends}, ${misc:Depends}, libgsl0ldbl (>= 1.9)
+Conflicts: gsl, libgsl0
+Replaces: gsl, libgsl0 (<= 1.9-4)
 Suggests: gsl-ref-psdoc | gsl-doc-pdf | gsl-doc-info | gsl-ref-html
 Description: GNU Scientific Library (GSL) -- library package 
  The GNU Scientific Library (GSL) is a collection of routines for
diff -Nru gsl-2.3+dfsg/debian/libgsl2.install gsl-2.3+dfsg/debian/libgsl2.install
--- gsl-2.3+dfsg/debian/libgsl2.install	2015-07-18 23:04:59.000000000 +0200
+++ gsl-2.3+dfsg/debian/libgsl2.install	2017-04-04 10:25:33.000000000 +0200
@@ -1,2 +1 @@
 usr/lib/*/libgsl.so.*
-usr/lib/*/libgslcblas.so.*
diff -Nru gsl-2.3+dfsg/debian/libgsl2.shlib gsl-2.3+dfsg/debian/libgsl2.shlib
--- gsl-2.3+dfsg/debian/libgsl2.shlib	2015-11-01 02:43:18.000000000 +0100
+++ gsl-2.3+dfsg/debian/libgsl2.shlib	2017-04-04 10:25:33.000000000 +0200
@@ -1,2 +1 @@
 libgsl 2 libgsl2 (>= 2.0)
-libgslcblas 2 libgsl2 (>= 2.0)

Reply to: