tag 464279 patch pending
thanks

Lucas Nussbaum <[EMAIL PROTECTED]> (06/02/2008):
> Package: childsplay
> version: 0.85.1-1
> Severity: serious
> User: [EMAIL PROTECTED]
> Usertags: qa-ftbfs-20080205 qa-ftbfs
> Justification: FTBFS on i386

Hi,

please find attached the diff for my NMU, to be uploaded to DELAYED/2
RSN. Maybe you'd want to join pkg-games and maintain your game-related
package(s) there?

Cheers,

-- 
Cyril Brulebois
diff -u childsplay-0.85.1/debian/control childsplay-0.85.1/debian/control
--- childsplay-0.85.1/debian/control
+++ childsplay-0.85.1/debian/control
@@ -4,7 +4,8 @@
 Maintainer: Sergio Talens-Oliag <[EMAIL PROTECTED]>
 Build-Depends: cdbs, debhelper (>= 5.0.37.2), python-dev, python-support (>= 
0.3)
 Build-Depends-Indep: gettext
-Standards-Version: 3.7.2.1
+Standards-Version: 3.7.3
+Homepage: http://childsplay.sourceforge.net/
 
 Package: childsplay
 Architecture: all
diff -u childsplay-0.85.1/debian/changelog childsplay-0.85.1/debian/changelog
--- childsplay-0.85.1/debian/changelog
+++ childsplay-0.85.1/debian/changelog
@@ -1,3 +1,15 @@
+childsplay (0.85.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS by handling the (re)compression of the childsplay.6 manpage
+    through an “if” statement instead of “&&” (Closes: #464279).
+  * Remove obsolete “Encoding” key from debian/childsplay.desktop.
+  * Add a Homepage.
+  * Menu transition: move from “Game/Arcade” to “Applications/Education”.
+  * Bump Standards-Version from 3.7.2 to 3.7.3, no further changes needed.
+
+ -- Cyril Brulebois <[EMAIL PROTECTED]>  Fri, 29 Feb 2008 04:29:46 +0100
+
 childsplay (0.85.1-1) unstable; urgency=low
 
   * New upstream release.
diff -u childsplay-0.85.1/debian/rules childsplay-0.85.1/debian/rules
--- childsplay-0.85.1/debian/rules
+++ childsplay-0.85.1/debian/rules
@@ -19,7 +19,10 @@
 ifdef _cdbs_rules_debhelper
 manpage = debian/$(cdbs_curpkg)/usr/share/man/man6/childsplay.6
 $(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%:
-       test -f $(manpage).gz && gunzip $(manpage).gz && gzip -9 $(manpage)
+       if [ -f $(manpage).gz ] ; then \
+               gunzip $(manpage).gz ; \
+               gzip -9 $(manpage) ;   \
+       fi
 endif
 
 # Use debhelper's "dh_python" command; makefile code taken from
diff -u childsplay-0.85.1/debian/childsplay.desktop 
childsplay-0.85.1/debian/childsplay.desktop
--- childsplay-0.85.1/debian/childsplay.desktop
+++ childsplay-0.85.1/debian/childsplay.desktop
@@ -1,6 +1,5 @@
 [Desktop Entry]
 Version=1.0
-Encoding=UTF-8
 Type=Application
 Name=Childsplay
 GenericName=Childsplay
diff -u childsplay-0.85.1/debian/menu childsplay-0.85.1/debian/menu
--- childsplay-0.85.1/debian/menu
+++ childsplay-0.85.1/debian/menu
@@ -1,3 +1,3 @@
-?package(childsplay):needs="X11" section="Games/Arcade"\
+?package(childsplay):needs="X11" section="Applications/Education"\
   icon="/usr/share/childsplay/Data/chpl-icon-32.xpm"\
   title="Childsplay" command="/usr/games/childsplay"

Attachment: signature.asc
Description: Digital signature

Reply via email to