--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: unblock: xboard/4.8.0-2
- From: Vincent Legout <vincent@legout.info>
- Date: Tue, 25 Nov 2014 14:24:06 -0500
- Message-id: <874mtnqe21.fsf@cecht.legt.fr>
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
Please unblock package xboard
xboard 4.8.0-1 still uses the old xaw interface and I'd like to upload a
new version 4.8.0-2 to use the new gtk interface. This change has been
requested by upstream because of several bugs with the old interface,
for example some input fields do not work (I don't have any bug report,
sorry).
Would this be allowed to go to jessie?
The only changes between -1 and -2 is that XBoard is now built with
--with-gtk, and it has a new Build-Depends on libgtk-2.0-dev. I haven't
uploaded this new version yet.
Thanks for considering,
Vincent
unblock xboard/4.8.0-2
-- System Information:
Debian Release: jessie/sid
APT prefers testing-updates
APT policy: (500, 'testing-updates'), (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
diff -Nru xboard-4.8.0/debian/changelog xboard-4.8.0/debian/changelog
--- xboard-4.8.0/debian/changelog 2014-10-25 09:02:30.000000000 -0400
+++ xboard-4.8.0/debian/changelog 2014-11-25 14:07:13.000000000 -0500
@@ -1,3 +1,12 @@
+xboard (4.8.0-2) unstable; urgency=medium
+
+ * Build XBoard with the new gtk interface instead of the default xaw
+ interface.
+ - debian/rules: Build with --with-gtk
+ - debian/control: Add libgtk2.0-dev in Build-Depends
+
+ -- Vincent Legout <vlegout@debian.org> Tue, 25 Nov 2014 13:13:42 -0500
+
xboard (4.8.0-1) unstable; urgency=medium
[ Markus Koschany ]
diff -Nru xboard-4.8.0/debian/control xboard-4.8.0/debian/control
--- xboard-4.8.0/debian/control 2014-10-25 09:00:16.000000000 -0400
+++ xboard-4.8.0/debian/control 2014-11-19 08:57:23.000000000 -0500
@@ -12,7 +12,8 @@
libcairo2-dev,
librsvg2-dev,
libxaw7-dev,
- texinfo
+ texinfo,
+ libgtk2.0-dev
Standards-Version: 3.9.6
Homepage: http://savannah.gnu.org/projects/xboard/
Vcs-Git: git://anonscm.debian.org/pkg-games/xboard.git
diff -Nru xboard-4.8.0/debian/rules xboard-4.8.0/debian/rules
--- xboard-4.8.0/debian/rules 2014-10-25 09:02:11.000000000 -0400
+++ xboard-4.8.0/debian/rules 2014-11-19 09:10:37.000000000 -0500
@@ -9,7 +9,8 @@
dh_auto_configure -- \
--enable-zippy \
--bindir='$${exec_prefix}/games' \
- --sysconfdir='/etc/xboard'
+ --sysconfdir='/etc/xboard' \
+ --with-gtk
override_dh_auto_install:
dh_auto_install
--- End Message ---
--- Begin Message ---
On Thu, 2014-12-04 at 08:39 -0500, Vincent Legout wrote:
> Hi,
>
> Jonathan Wiltshire <jmw@debian.org> writes:
>
> > On Tue, Nov 25, 2014 at 02:24:06PM -0500, Vincent Legout wrote:
> >> xboard 4.8.0-1 still uses the old xaw interface and I'd like to upload a
> >> new version 4.8.0-2 to use the new gtk interface. This change has been
> >> requested by upstream because of several bugs with the old interface,
> >> for example some input fields do not work (I don't have any bug report,
> >> sorry).
> >
> > This only just came to light??
> >
> > It's a pretty big change, though I see the usability aspects of it. You'd
> > better upload to sid and let it age for as long as possible, and if nothing
> > else comes up between now and 4th December I imagine we could be persuaded
> > then.
>
> xboard 4.8.0-2 has been in unstable for 7 days and no bug has been
> reported.
For future reference, please remove the "moreinfo" tag in such cases.
That will move the bug back on to our radar.
> Could you please consider unblocking it?
Done.
Regards,
Adam
--- End Message ---