Source: meep
Version: 1.3-3
Severity: normal
Tags: patch

Dear Maintainer,

Please update your package for the ongoing gsl transition (#804246).

The attached patch updates the build dependencies to use libgsl-dev.

This change is required to not pull in GSL 1.x via libgsl0-dev.

Kind Regards,

Bas
diff -Nru meep-1.3/debian/changelog meep-1.3/debian/changelog
--- meep-1.3/debian/changelog	2015-07-07 10:03:03.000000000 +0200
+++ meep-1.3/debian/changelog	2015-11-22 18:26:19.000000000 +0100
@@ -1,3 +1,10 @@
+meep (1.3-3.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Update build dependencies for GSL 2, change libgsl0-dev to libgsl-dev.
+
+ -- Bas Couwenberg <[email protected]>  Sun, 22 Nov 2015 18:26:14 +0100
+
 meep (1.3-3) unstable; urgency=medium
 
   * debian/rules: exclude architectures from tests (see #759790)
diff -Nru meep-1.3/debian/control meep-1.3/debian/control
--- meep-1.3/debian/control	2015-06-21 18:05:04.000000000 +0200
+++ meep-1.3/debian/control	2015-11-22 18:26:10.000000000 +0100
@@ -11,7 +11,7 @@
   libharminv-dev (>= 1.1), 
   zlib1g-dev, 
   libfftw3-dev, 
-  libgsl0-dev, 
+  libgsl-dev, 
   liblapack-dev, 
   chrpath, 
   libatlas-base-dev,  

Reply via email to