Your message dated Sun, 11 Feb 2018 11:04:33 +0000
with message-id <e1ekpqv-000gbz...@fasolo.debian.org>
and subject line Bug#890077: fixed in lhapdf 5.9.1-6
has caused the Debian Bug report #890077,
regarding lhapdf: Use dh-octave instead of octave-pkg-dev
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
890077: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890077
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: lhapdf
Version: 5.9.1-5
Severity: normal
Tags: patch

The octave-pkg-dev has been superseded by dh-octave and will be soon deprecated. The lhapdf package currently depends on octave-pkg-dev, but it actually builds correctly without the later one.

In the patch attached to this bug report, the build-dependency on octave-pkg-dev is replaced by dh-octave and the command dh_octave_substvar is used to get the appropriate dependency on Octave.

Rafael Laboissière

-- System Information: Debian Release: buster/sid APT prefers testing APT policy: (650, 'testing'), (600, 'unstable'), (550, 'experimental'), (550, 'stable'), (500, 'oldstable') Architecture: amd64 (x86_64) Foreign Architectures: i386

Kernel: Linux 4.9.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8), 
LANGUAGE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff --git a/debian/control b/debian/control
index 7aa3b04..449f549 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: science
 Priority: optional
 Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
 Uploaders: Lifeng Sun <lifong...@gmail.com>
-Build-Depends: debhelper (>= 8), dh-autoreconf, automake1.11, gfortran, swig, python-dev, dh-python, octave-pkg-dev, gnuplot
+Build-Depends: debhelper (>= 8), dh-autoreconf, automake1.11, gfortran, swig, python-dev, dh-python, gnuplot, dh-octave
 Build-Depends-Indep: doxygen-latex, ghostscript
 Standards-Version: 3.9.4
 Homepage: http://projects.hepforge.org/lhapdf/
@@ -66,7 +66,7 @@ Priority: extra
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
-Depends: octave, liblhapdf0v5 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: ${octave:Depends}, liblhapdf0v5 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Recommends: lhapdf-pdfsets-minimal
 Description: Octave Bindings for LHAPDF
  LHAPDF provides a unified and easy to use interface to modern PDF sets. It is
diff --git a/debian/rules b/debian/rules
index 8eabb0a..ea553dd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,7 +47,7 @@ override_dh_auto_install:
 	strip --remove-section=.comment debian/tmp/usr/share/lhapdf/lhapdf.oct
 	install debian/tmp/usr/share/lhapdf/lhapdf.oct \
 		debian/octave-lhapdf$(OCTDIR)
-	#octave-depends -poctave-lhapdf
+	dh_octave_substvar -poctave-lhapdf
 
 override_dh_auto_build-indep:
 	dh_auto_build

--- End Message ---
--- Begin Message ---
Source: lhapdf
Source-Version: 5.9.1-6

We believe that the bug you reported is fixed in the latest version of
lhapdf, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 890...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sébastien Villemot <sebast...@debian.org> (supplier of updated lhapdf package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 11 Feb 2018 11:35:57 +0100
Source: lhapdf
Binary: liblhapdf0v5 liblhapdf-dev python-lhapdf octave-lhapdf 
lhapdf-pdfsets-minimal lhapdf-ccwrap-doc
Architecture: source
Version: 5.9.1-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintainers@lists.alioth.debian.org>
Changed-By: Sébastien Villemot <sebast...@debian.org>
Description:
 lhapdf-ccwrap-doc - C++ Bindings for LHAPDF - documentation
 lhapdf-pdfsets-minimal - Minimal PDF Sets of LHAPDF
 liblhapdf-dev - [Physics] Les Houches Accord PDF Interface - development files
 liblhapdf0v5 - [Physics] Les Houches Accord PDF Interface
 octave-lhapdf - Octave Bindings for LHAPDF
 python-lhapdf - Python Bindings for LHAPDF
Closes: 734043 890077
Changes:
 lhapdf (5.9.1-6) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Rafael Laboissiere ]
   * Build-depend on dh-octave instead of octave-pkg-dev (Closes: #890077)
 .
   [ Sébastien Villemot ]
   * Fix d/watch, and bump it to version 4.
     Note that download of new upstream versions will fail because
     debian/get-orig-source needs updating.
   * Update Homepage in d/control and d/copyright.
   * Install the *.oct file into a private directory.
     Thanks to Rafael Laboissiere (Closes: #734043)
   * Update Vcs-* fields for salsa.
   * Bump to debhelper compat level 9.
   * Bump octave-lhapdf to Priority: optional.
Checksums-Sha1:
 154a5c4148f22a32d0850156677db76177f0b5a7 2368 lhapdf_5.9.1-6.dsc
 94701bfbb428dde195c4c158daa167e2ae7defdc 8536 lhapdf_5.9.1-6.debian.tar.xz
 49dd911412ad2b189852987c41d22bc80584451e 20093 lhapdf_5.9.1-6_amd64.buildinfo
Checksums-Sha256:
 8e8e2d6558d7051f551e363344787d89df5702588407285edb242e1a4dd04119 2368 
lhapdf_5.9.1-6.dsc
 8b38db26bc160cba005f9742eedab418fe5ad5d82d14babd11993aab4068eb77 8536 
lhapdf_5.9.1-6.debian.tar.xz
 eae6f033a308a9c93deb044e50dbfd5e104ee5331cb8c4a542cc141a971e6173 20093 
lhapdf_5.9.1-6_amd64.buildinfo
Files:
 accb5654fdbe6b2468ecb16c93342afd 2368 science optional lhapdf_5.9.1-6.dsc
 66f772d21e31d238d9ebca9a1fef6406 8536 science optional 
lhapdf_5.9.1-6.debian.tar.xz
 bfebad933b9526584f892e7ce3f8b5f4 20093 science optional 
lhapdf_5.9.1-6_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEU5UdlScuDFuCvoxKLOzpNQ7OvkoFAlqAHhcACgkQLOzpNQ7O
vkpZiA//QGANinVcp+Ym3Le+oUeilRkNHBUko7Lw7ZCxCJzt3WYiqHTDUkeu2vQ3
n3kc6umCdaGC8xy4sc4J1tyEC9OR4eZs1ZcrJiGVsQQxSg04ZsBZyNKoqY9gmM8b
7SgircoHFha/p+jTGnnsBH+9vQs5+YzBLJfU10mZof6v5MTOEwvRhL7HTU/6z+uP
o63lPHxfW7rt/INrvYOVk0HKN3eo/H7jbWY1DaA8K+INQsnRgWcmH+FMVsOvbg7o
iaihm2lcGU2c5DafD5JjQQIPJVXuLl3V/+q9eEhvcbme7eMHlm85td189gvggPHj
tARV+CQYrOOBEC/1+8EQis4YmT8WxCvD/23cVCx6WKSrTzyqUzXK4bIb0FYc3iX0
hvF3zRxckIvamo8T4o9Pf6wZFKe0rftrgjEauBebd7ttuukxUcpfRZza42QaLbnk
LA/0al59oejr0FCsKFBhgbM3amtvpcRT1KqQNZUd3F47vZmbcD+3aD4hfnctuTzW
rv2dIbFhTbLR84FaQlCL0uJZ6wVa9GFrnEpLn75sBul6lLvju+EDL3NLqFpDaaYL
vvxLEmyXI281LefcT1qpFbm7IMUkywA/SFtd5c0OOEMh4Sfz2QtIvIe1RNHGkFpH
fKB2ELL6UEYtlJVAt8qM62DiPIi30XdzoB742YlLpy6KjYgNEGU=
=E37H
-----END PGP SIGNATURE-----

--- End Message ---
-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to