tag 485217 patch
thanks

Daniel Schepler <schep...@math.berkeley.edu> (08/06/2008):
> Package: spider
> Version: 1.2-4
> Severity: important
> User: schep...@debian.org
> Usertags: ftbfs-xutils

Here's the patch for my NMU.

Mraw,
KiBi.
diff -u spider-1.2/debian/control spider-1.2/debian/control
--- spider-1.2/debian/control
+++ spider-1.2/debian/control
@@ -1,7 +1,7 @@
 Source: spider
 Section: games
 Priority: optional
-Build-Depends: libx11-dev, libxmu-dev, libxt-dev, x-dev, xutils, libxaw7-dev
+Build-Depends: libx11-dev, libxmu-dev, libxt-dev, xutils-dev, libxaw7-dev
 Maintainer: Dale Scheetz (Dwarf #1) <dw...@polaris.net>
 Standards-Version: 3.1.0.0
 
diff -u spider-1.2/debian/changelog spider-1.2/debian/changelog
--- spider-1.2/debian/changelog
+++ spider-1.2/debian/changelog
@@ -1,3 +1,15 @@
+spider (1.2-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS by replacing obsolete xutils with xutils-dev in
+    Build-Depends (Closes: #485217).
+  * Set urgency to “medium” as this bug affects testing too.
+  * Also remove obsolete x-dev from Build-Depends (Closes: #515484).
+  * Include desktop file by Daniel Dickinson and install it from
+    debian/rules.
+
+ -- Cyril Brulebois <k...@debian.org>  Sun, 19 Jul 2009 02:59:46 +0200
+
 spider (1.2-4) unstable; urgency=low
 
   * Acknowledge NMU fix. Closes: #347088
diff -u spider-1.2/debian/rules spider-1.2/debian/rules
--- spider-1.2/debian/rules
+++ spider-1.2/debian/rules
@@ -40,6 +40,7 @@
 #  build new directories in temp
 #
 	install -d debian/tmp debian/tmp/DEBIAN
+	install -d debian/tmp/usr/share/applications
 	install -d debian/tmp/usr/share/doc/$(P)
 	install -d debian/tmp/usr/games
 	install -d debian/tmp/usr/lib/menu
@@ -71,6 +72,9 @@
 #  Install menu file
 #
 	install -m 644 debian/menu debian/tmp/usr/lib/menu/spider
+#  Install desktop file
+#
+	install -m 644 debian/spider.desktop debian/tmp/usr/share/applications/spider.desktop
 #  Install and compress man pages
 #
 	install -d debian/tmp/usr/share/man/man1
only in patch2:
unchanged:
--- spider-1.2.orig/debian/spider.desktop
+++ spider-1.2/debian/spider.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Type=Application
+Name=Spider Solitaire
+Icon=
+Exec=spider
+Terminal=false
+Icon=Spider32x32
+Categories=Application;Game;CardGame;

Attachment: signature.asc
Description: Digital signature

Reply via email to