Control: tags 856094 + patch
Control: tags 856094 + pending
Dear maintainer,
I've prepared an NMU for xpuzzles (versioned as 7.7.1-1.1) and uploaded
it to DELAYED/5. Please feel free to tell me if I should cancel it.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
diff -Nru xpuzzles-7.7.1/debian/changelog xpuzzles-7.7.1/debian/changelog
--- xpuzzles-7.7.1/debian/changelog 2013-08-11 08:24:44.000000000 +0300
+++ xpuzzles-7.7.1/debian/changelog 2018-01-06 23:19:27.000000000 +0200
@@ -1,3 +1,12 @@
+xpuzzles (7.7.1-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Build without support for the obsolete esound. (Closes: #856094)
+ * Remove no longer correct comment about being compiled with
+ lesstif2 from the xmpuzzles package description.
+
+ -- Adrian Bunk <[email protected]> Sat, 06 Jan 2018 23:19:27 +0200
+
xpuzzles (7.7.1-1) unstable; urgency=low
* New upstream release
diff -Nru xpuzzles-7.7.1/debian/control xpuzzles-7.7.1/debian/control
--- xpuzzles-7.7.1/debian/control 2013-08-11 08:24:44.000000000 +0300
+++ xpuzzles-7.7.1/debian/control 2018-01-06 23:19:15.000000000 +0200
@@ -2,7 +2,7 @@
Section: games
Priority: optional
Maintainer: Varun Hiremath <[email protected]>
-Build-Depends: debhelper (>= 7), libesd0-dev, libxpm-dev, libxt-dev,
+Build-Depends: debhelper (>= 7), libxpm-dev, libxt-dev,
libmotif-dev, libglu1-mesa-dev, autotools-dev, libaudiofile-dev
Standards-Version: 3.9.4
Homepage: http://www.tux.org/~bagleyd/puzzles.html
@@ -36,6 +36,5 @@
- Sliding Block Puzzles: xmcubes, xmtriangles, xmhexagons, xmpanex
- Combination: xmbarrel, xmmlink
.
- This is the Motif version which shows additional functionality. It was
- compiled with lesstif2. Motif is a GUI widget library for the X Window
- system.
+ This is the Motif version which shows additional functionality.
+ Motif is a GUI widget library for the X Window system.
diff -Nru xpuzzles-7.7.1/debian/rules xpuzzles-7.7.1/debian/rules
--- xpuzzles-7.7.1/debian/rules 2013-08-11 08:24:44.000000000 +0300
+++ xpuzzles-7.7.1/debian/rules 2018-01-06 23:18:25.000000000 +0200
@@ -12,7 +12,7 @@
CONFIGURE_FLAGS := --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
--prefix=/usr --bindir=\$${prefix}/games --mandir=\$${prefix}/share/man \
- --with-x --with-xpm --without-rplay --with-esound --without-nas
+ --with-x --with-xpm --without-rplay --without-esound --without-nas
CFLAGS = -Wall -g
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))