Bug#768335: unblock: qviaggiatreno/2013.7.3-7
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
Please unblock package qviaggiatreno
Please unblock qviaggiatreno, I fixed some copyright entries, and a lintian
error about depending on a metapackage.
I also dropped two build-depends on a gstreamer plugin, because that code has
been removed some time ago.
Following the debdiff
diff -Nru qviaggiatreno-2013.7.3/debian/changelog qviaggiatreno-2013.7.3/debian/changelog
--- qviaggiatreno-2013.7.3/debian/changelog 2014-05-02 13:32:07.000000000 +0200
+++ qviaggiatreno-2013.7.3/debian/changelog 2014-11-06 15:55:38.000000000 +0100
@@ -1,3 +1,18 @@
+qviaggiatreno (2013.7.3-7) unstable; urgency=medium
+
+ * Bump std-version to 3.9.6, no changes required.
+ * Remove qt5-default b-d, fixing a lintian error.
+ * Correctly export QT_SELECT, thanks lisandro!
+
+ -- Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Thu, 06 Nov 2014 15:54:48 +0100
+
+qviaggiatreno (2013.7.3-6) unstable; urgency=low
+
+ * Update copyright file, now in machine-readable format.
+ * Drop gstreamer b-d, the thirdyparty code was removed.
+
+ -- Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Fri, 31 Oct 2014 12:47:04 +0100
+
qviaggiatreno (2013.7.3-5) unstable; urgency=medium
* This release seems to be building on every supported architecture
diff -Nru qviaggiatreno-2013.7.3/debian/control qviaggiatreno-2013.7.3/debian/control
--- qviaggiatreno-2013.7.3/debian/control 2014-05-02 12:05:50.000000000 +0200
+++ qviaggiatreno-2013.7.3/debian/control 2014-11-06 15:54:47.000000000 +0100
@@ -4,23 +4,22 @@
Maintainer: Davide Puricelli (evo) <evo@debian.org>
Uploaders: Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
Build-Depends: debhelper (>= 9),
- libqt5webkit5-dev,
- qt5-default,
- qtbase5-dev,
- qtdeclarative5-dev,
- libxslt1-dev,
- libxml2-dev,
- libglib2.0-dev,
- libsqlite3-dev,
- libgstreamer0.10-dev,
- libgstreamer-plugins-base0.10-dev,
- libqt5opengl5-dev
-Standards-Version: 3.9.5
+ libglib2.0-dev,
+ libqt5opengl5-dev,
+ libqt5webkit5-dev,
+ libsqlite3-dev,
+ libxml2-dev,
+ libxslt1-dev,
+ qtbase5-dev,
+ qtdeclarative5-dev
+# libgstreamer-plugins-base1.0-dev,
+# libgstreamer1.0-dev,
+Standards-Version: 3.9.6
Homepage: https://xp-dev.com/forum/57
Package: qviaggiatreno
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Qt tool to monitor the Italian railway traffic
QViaggiaTreno is a tool to monitor the Italian railway traffic. It is based
on Qt and it acts as a GUI for ViaggiaTreno, a web tool developed by Italian
diff -Nru qviaggiatreno-2013.7.3/debian/copyright qviaggiatreno-2013.7.3/debian/copyright
--- qviaggiatreno-2013.7.3/debian/copyright 2013-09-20 13:33:43.000000000 +0200
+++ qviaggiatreno-2013.7.3/debian/copyright 2014-10-31 13:04:27.000000000 +0100
@@ -1,33 +1,53 @@
-This package was debianized by Davide Puricelli <evo@debian.org> on
-Sun, 20 Dec 2009 20:17:29 +0100.
-And also by fra74 <francesco.b74@gmail.com> on
-Sun, 22 Feb 2009 16:58:33 +0100.
-
-Upstream Author:
- fra74 francesco.b74@gmail.com
-
-Copyright:
- Copyright © 2008-2013 fra74
-
-License:
-
- This package is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this package; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL-2'.
-
-The Debian packaging is © 2009, Davide Puricelli <evo@debian.org>,
-fra74 <francesco.b74@gmail.com> and is licensed under the GPL, see above.
-
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: qviaggiatreno
+Source: https://xp-dev.com/forum/57
+
+Files: *
+Copyright: 2008-2013 fra74 <francesco.b74@gmail.com>
+License: GPL-2+
+
+Files: src/qledindicator.h
+ src/qledindicator.cpp
+Copyright: 2010 by Tn <thenobody@poczta.fm>
+License: LGPL-3+
+
+Files: debian/*
+Copyright: 2009-2013 Davide Puricelli <evo@debian.org>
+ 2009-2013 fra74 <francesco.b74@gmail.com>
+ 2013-2014 Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
+License: GPL-2+
+
+License: GPL-2+
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License
+ as published by the Free Software Foundation; either version 2
+ of the License, or (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ can be found in /usr/share/common-licenses/GPL-2 file.
+
+License: LGPL-3+
+ BOINC is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License
+ as published by the Free Software Foundation,
+ either version 3 of the License, or (at your option) any later version.
+ .
+ BOINC is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ See the GNU Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public License
+ along with BOINC. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU Lesser General Public License
+ can be found in `/usr/share/common-licenses/LGPL-3'.
diff -Nru qviaggiatreno-2013.7.3/debian/rules qviaggiatreno-2013.7.3/debian/rules
--- qviaggiatreno-2013.7.3/debian/rules 2014-05-02 13:31:16.000000000 +0200
+++ qviaggiatreno-2013.7.3/debian/rules 2014-11-06 15:55:51.000000000 +0100
@@ -1,4 +1,5 @@
#!/usr/bin/make -f
+export QT_SELECT=5
%:
dh $@
Reply to: