Your message dated Tue, 18 Nov 2014 19:05:16 +0000 with message-id <[email protected]> and subject line Bug#769235: fixed in gnuplot5 5.0.0~rc+dfsg3-1 has caused the Debian Bug report #769235, regarding about the build-depends-on-metapackage lintian error 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 [email protected] immediately.) -- 769235: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769235 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: gnuplot5 Version: 5.0.0~rc+dfsg2-1 Severity: normal Hi :) I see you added a lintian override to this package to override build-depends-on-metapackage error, triggered by a buil-dep on qt5-default. Well, there is a solution you may consider, attached to this email. I run a test build against the resulting package and it builds fine (also the autopkgtests are marked as PASS, so \o/). Thanks for maintaining gnuplot5. -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 arm64 armhf ppc64el s390x armel Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- regards, Mattia Rizzolo GPG Key: 4096R/B9444540 http://goo.gl/I8TMB more about me: http://mapreri.org Launchpad User: https://launchpad.net/~mapreri Ubuntu Wiki page: https://wiki.ubuntu.com/MattiaRizzoloFrom 1ee2e0bc8c12d2e1bc388da7c65db980483f0dee Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo <[email protected]> Date: Wed, 12 Nov 2014 11:17:44 +0100 Subject: Do not build-depend on qt5-default, use QT_SELECT=qt5 in debian/rules instead (and quiet lintian). debian/control: drop build-dep on qt5-default debian/rules: export QT_SELECT=qt5 debian/source.lintian-overrides: remove --- debian/changelog | 8 ++++++++ debian/control | 1 - debian/rules | 3 +++ debian/source.lintian-overrides | 2 -- 4 files changed, 11 insertions(+), 3 deletions(-) delete mode 100644 debian/source.lintian-overrides diff --git a/debian/changelog b/debian/changelog index 11821ef..3018bda 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +gnuplot5 (5.0.0~rc+dfsg2-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Do not build-depend on qt5-default, use QT_SELECT=qt5 in debian/rules + instead (and quiet lintian). + + -- Mattia Rizzolo <[email protected]> Wed, 12 Nov 2014 11:07:32 +0100 + gnuplot5 (5.0.0~rc+dfsg2-1) unstable; urgency=medium * [6c51a9d] Update copyright-file. diff --git a/debian/control b/debian/control index 9941e33..c1c9ebe 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,6 @@ Build-Depends: liblua5.1-dev, libpango1.0-dev, libpng-dev, - qt5-default, qtbase5-dev, qtbase5-dev-tools, qttools5-dev-tools, diff --git a/debian/rules b/debian/rules index eb168f7..c1eb84f 100755 --- a/debian/rules +++ b/debian/rules @@ -9,6 +9,9 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed # Tell compiler where should find lua headers export DEB_CFLAGS_MAINT_APPEND = -I/usr/include/lua5.1 +# Force the use of qt5 +export QT_SELECT=qt5 + BUILDDIR_NOX = $(CURDIR)/debian/build-nox BUILDDIR_X11 = $(CURDIR)/debian/build-x11 BUILDDIR_QT = $(CURDIR)/debian/build-qt diff --git a/debian/source.lintian-overrides b/debian/source.lintian-overrides deleted file mode 100644 index 723ff8b..0000000 --- a/debian/source.lintian-overrides +++ /dev/null @@ -1,2 +0,0 @@ -# without qt5-default package FTBFSs, even if all necessary BD are installed -gnuplot5 source: build-depends-on-metapackage build-depends: qt5-default -- 2.1.3
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---Source: gnuplot5 Source-Version: 5.0.0~rc+dfsg3-1 We believe that the bug you reported is fixed in the latest version of gnuplot5, 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 [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Anton Gladky <[email protected]> (supplier of updated gnuplot5 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 [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Tue, 18 Nov 2014 19:18:52 +0100 Source: gnuplot5 Binary: gnuplot5 gnuplot5-doc gnuplot5-nox gnuplot5-qt gnuplot5-x11 gnuplot5-data Architecture: source all amd64 Version: 5.0.0~rc+dfsg3-1 Distribution: experimental Urgency: medium Maintainer: Debian Science Team <[email protected]> Changed-By: Anton Gladky <[email protected]> Description: gnuplot5 - Command-line driven interactive plotting program, version 5 gnuplot5-data - Command-line driven interactive plotting program. Data-files gnuplot5-doc - Command-line driven interactive plotting program. Doc-package gnuplot5-nox - Command-line driven interactive plotting program. No-X package gnuplot5-qt - Command-line driven interactive plotting program. QT-package gnuplot5-x11 - Command-line driven interactive plotting program. X-package Closes: 769235 Changes: gnuplot5 (5.0.0~rc+dfsg3-1) experimental; urgency=medium . [ Anton Gladky ] * [3071bf2] Imported Upstream version 5.0~rc3 * [d89f2c1] Set Standards-Version: 3.9.6. No changes. . [ Mattia Rizzolo ] * [8770897] Do not build-depend on qt5-default. (Closes: #769235) Checksums-Sha1: 868fc06ab9f5592f3e23c27aa49406b890379f52 2672 gnuplot5_5.0.0~rc+dfsg3-1.dsc 51f06f80c1f2ecd495ccf8d9e459bf0ad6823930 2680022 gnuplot5_5.0.0~rc+dfsg3.orig.tar.gz 57aaf2f0ffb263b1d906973221bc71d93809541f 15492 gnuplot5_5.0.0~rc+dfsg3-1.debian.tar.xz 2d2acd0909aa59ae595f0e063a1681fc7cc21cfd 27598 gnuplot5_5.0.0~rc+dfsg3-1_all.deb 7b2b19f75060113f9ec0dfbe2f4a88fb970d1179 2117062 gnuplot5-doc_5.0.0~rc+dfsg3-1_all.deb 269631271f53386e127e079a3b24a616fa6b3a76 748174 gnuplot5-nox_5.0.0~rc+dfsg3-1_amd64.deb 87cd25f65ee58dea75e6d63a79fc0f0814a857b6 909760 gnuplot5-qt_5.0.0~rc+dfsg3-1_amd64.deb 97f3962290141294aec4c8a6a27df7e6d635b729 818296 gnuplot5-x11_5.0.0~rc+dfsg3-1_amd64.deb 459bb7e82abec7e6821d7a2d0a7620073ff26da9 82514 gnuplot5-data_5.0.0~rc+dfsg3-1_all.deb Checksums-Sha256: 465e317d5a438d1bd39016f867eeee8bf3b8114b6e34169bbe424da7316f2693 2672 gnuplot5_5.0.0~rc+dfsg3-1.dsc 9b2e63fa2efcd3fd1ab275b56740a28b7a9fd1cab97671bc3330a5090b2569ab 2680022 gnuplot5_5.0.0~rc+dfsg3.orig.tar.gz 9838262559c9a1e95ddc7c6dbbd390e87379c1a9cecc03c0e462bc72db4bcd10 15492 gnuplot5_5.0.0~rc+dfsg3-1.debian.tar.xz 8fd0ab87108fe0dfd55049a46861c5ad207600d5182bc8d070e01d078546d831 27598 gnuplot5_5.0.0~rc+dfsg3-1_all.deb d8bffbae93370ec4563493a0533de109b8a7d5acae2cbe5a21841ce281e2fadc 2117062 gnuplot5-doc_5.0.0~rc+dfsg3-1_all.deb 9ff71ca6d79380f142d2336a9ec6b7f0d20074315485edc45a5388c8e458b692 748174 gnuplot5-nox_5.0.0~rc+dfsg3-1_amd64.deb 406487aca3a1d2420f50edf1de2731a31a713e47097d808e94fc4f9063d97533 909760 gnuplot5-qt_5.0.0~rc+dfsg3-1_amd64.deb 5864cd0063e66f8eec40550b654c3d6f3dad9265f650caa297b2575135b4d517 818296 gnuplot5-x11_5.0.0~rc+dfsg3-1_amd64.deb 07b4b0070ccb39680f4ff25cdd6175fa21594923390c12cbcbfa77589fedd5b0 82514 gnuplot5-data_5.0.0~rc+dfsg3-1_all.deb Files: 2bdb0b65f0ea2422125993adbe269488 2672 math optional gnuplot5_5.0.0~rc+dfsg3-1.dsc b5185a5776b563b12fc4e2ff2cec1ada 2680022 math optional gnuplot5_5.0.0~rc+dfsg3.orig.tar.gz 2f221bcfc3ce30843caf48de4191c081 15492 math optional gnuplot5_5.0.0~rc+dfsg3-1.debian.tar.xz d48768fb2f59386028788b4f06ad6f62 27598 math optional gnuplot5_5.0.0~rc+dfsg3-1_all.deb e965f9f82255b6a8cd896f1a7b8e3890 2117062 doc optional gnuplot5-doc_5.0.0~rc+dfsg3-1_all.deb 9fe8d0b97a5b1141d0ddaeb063433dba 748174 math optional gnuplot5-nox_5.0.0~rc+dfsg3-1_amd64.deb 44c3106430e5d75f01fbde1eccae7f2d 909760 math optional gnuplot5-qt_5.0.0~rc+dfsg3-1_amd64.deb 89761701441580145604f524d40bf689 818296 math optional gnuplot5-x11_5.0.0~rc+dfsg3-1_amd64.deb 586d3ed98a39189bb7aae14687ac4ac3 82514 doc optional gnuplot5-data_5.0.0~rc+dfsg3-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJUa5YGAAoJENPhc4PPp/8Gyt8P/1YlyLw542B7+EeGd9fTVX04 ByiS1QviKJmNQQXHzLHTp9kE9IeLQjto58oqyD5zqnnbM2vCwhtT+BNTRKx+/705 7x2SmNIxa4AO/ge59KhqTGawcxuv8NE34E1Eyaf0hcFBS7hBkAW5H7u98UDlmtYK 0bqO4yw8x2w0dF3ZcPpDlmpJV0GMFYtoU5kOfPUFMt+7FG+RDaA8xcrixHRD0KMZ cX9ob5gPe/YmSPw2LSj27YTfHEJChNz0SmkaguNSPaYYfK2x05kFH/+pNJpdjXqP Qw1pVAJ7XLHiuanAbEjbXP4VrOeLcdF/DXdz4mlEu/GVLj0BAxvGXwVu7r/e/1MS /CrwJ9WyoS78Ez/nicORhn0Rbe0o54db4nA4zrkDNNB95IjtHiFqeXsEqPT4d+9/ ricajTbKogtlpiBaYCcrPsOrunPDYNdQGVNDg/8/fRs0ZNLr8pvwVAQvzN5MNrjH CzuygxGKCEcbXMhlHL+JpARtw0xdfHv4F+RRSxuDDZbDz9Ni9NQ/3YKdLFKAKwk7 HU3QyI/kWS9oU0W6mFaVfScL4m8nVKshf/7l3nw399TH87+X8QyithzNGHVUUCI0 wJdE7bmuKTjgqvnyTZ6X2CHlopF6FjQejOdPQ6L0U0RLhiJrdnbvlxp+89rSW6cF q/CIz00Dbnnh0K4nWdDH =z+KT -----END PGP SIGNATURE-----
--- End Message ---

