Package: guichan
Version: 0.4.0-4.1
Severity: normal
Tags: patch

   Attached is the diff for the 0.4.0-4.1 NMU I uploaded.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (50, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.11
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
diff -puriN guichan-0.4.0.debian/debian/changelog guichan-0.4.0/debian/changelog
--- guichan-0.4.0.debian/debian/changelog	2006-11-01 11:31:20 +0100
+++ guichan-0.4.0/debian/changelog	2006-11-01 12:24:50 +0100
@@ -1,3 +1,21 @@
+guichan (0.4.0-4.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * debian/control:
+    + Fix short descriptions.
+    + Depend and build-depend on liballegro4.2-dev instead of liballegro-dev
+      (Closes: #379099).
+    + Depend and build-depend on xlibmesa-gl-dev | libgl-dev instead of
+      xlibmesa-gl-dev (Closes: #356133).
+    + Set policy to 3.7.2.
+  * src/guichan.cpp:
+    + Fix a GCC 4.2 FTBFS issue (Closes: #361405).
+  * debian/rules:
+    + Run dh_installdeb otherwise debhelper's maintainer scripts don't get
+      installed.
+
+ -- Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>  Wed,  1 Nov 2006 11:31:52 +0100
+
 guichan (0.4.0-4) unstable; urgency=low
 
   * Initial upload to Debian archive (closes: #334290).
diff -puriN guichan-0.4.0.debian/debian/control guichan-0.4.0/debian/control
--- guichan-0.4.0.debian/debian/control	2006-11-01 11:31:20 +0100
+++ guichan-0.4.0/debian/control	2006-11-01 12:03:52 +0100
@@ -1,50 +1,44 @@
 Source: guichan
 Priority: optional
 Maintainer: FERREIRA Yohann <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), liballegro-dev (>= 4.1), libsdl1.2-dev (>= 1.2.7), libsdl-image1.2-dev (>= 1.2.4-1), xlibmesa-gl-dev (>=4.3.0.dfsg.1-10)
-Standards-Version: 3.6.2
+Build-Depends: debhelper (>= 4.0.0), liballegro4.2-dev, libsdl1.2-dev (>= 1.2.7), libsdl-image1.2-dev (>= 1.2.4-1), xlibmesa-gl-dev | libgl-dev
+Standards-Version: 3.7.2
 Section: libs
 
 Package: libguichan0
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}
-Description: Guichan is a small, efficient C++ GUI library
- designed for games. It comes with a standard set of widgets
- and can use several different objects
+Description: small, efficient C++ GUI library
+ Guichan is a small and efficient C++ GUI library designed for games. It
+ comes with a standard set of widgets and can use several different objects
  for displaying graphics and grabbing user input.
  .
- Guichan has a very abstract design which allows users
- of Guichan to use different objects for displaying
- of graphics and grabbing of user input.
- Guichan comes with (for now) 3 implemented 
- graphics objects (SDLGraphics, OpenGLGraphics 
- and AllegroGraphics) and 2 implemented input
- objects (SDLInput and AllegroInput),
+ Guichan has a very abstract design which allows users of Guichan to use
+ different objects for displaying of graphics and grabbing of user input.
+ Guichan comes with (for now) 3 implemented graphics objects (SDLGraphics,
+ OpenGLGraphics and AllegroGraphics) and 2 implemented input objects
+ (SDLInput and AllegroInput),
  .
- Guichan is designed in a very abstract way making it
- very easy to extend Guichan for your own needs.
- It is even very easy to implement new graphics
+ Guichan is designed in a very abstract way making it very easy to extend
+ Guichan for your own needs. It is even very easy to implement new graphics
  objects making Guichan as portable as ansi C++ is.
 
 Package: libguichan0-dev
 Section: libdevel
 Architecture: any
-Depends: libguichan0 (= ${Source-Version}), liballegro-dev (>= 4.1), libsdl1.2-dev (>= 1.2.7), libsdl-image1.2-dev (>= 1.2.4-1), xlibmesa-gl-dev (>=4.3.0.dfsg.1-10)
-Description: Guichan is a small, efficient C++ GUI library
- designed for games. It comes with a standard set of widgets
- and can use several different objects
+Depends: libguichan0 (= ${Source-Version}), liballegro4.2-dev, libsdl1.2-dev (>= 1.2.7), libsdl-image1.2-dev (>= 1.2.4-1), xlibmesa-gl-dev | libgl-dev
+Description: development files for Guichan
+ Guichan is a small and efficient C++ GUI library designed for games. It
+ comes with a standard set of widgets and can use several different objects
  for displaying graphics and grabbing user input.
  .
- Guichan has a very abstract design which allows users
- of Guichan to use different objects for displaying
- of graphics and grabbing of user input.
- Guichan comes with (for now) 3 implemented 
- graphics objects (SDLGraphics, OpenGLGraphics 
- and AllegroGraphics) and 2 implemented input
- objects (SDLInput and AllegroInput),
+ Guichan has a very abstract design which allows users of Guichan to use
+ different objects for displaying of graphics and grabbing of user input.
+ Guichan comes with (for now) 3 implemented graphics objects (SDLGraphics,
+ OpenGLGraphics and AllegroGraphics) and 2 implemented input objects
+ (SDLInput and AllegroInput),
  .
- Guichan is designed in a very abstract way making it
- very easy to extend Guichan for your own needs.
- It is even very easy to implement new graphics
+ Guichan is designed in a very abstract way making it very easy to extend
+ Guichan for your own needs.  It is even very easy to implement new graphics
  objects making Guichan as portable as ansi C++ is.
diff -puriN guichan-0.4.0.debian/debian/rules guichan-0.4.0/debian/rules
--- guichan-0.4.0.debian/debian/rules	2006-11-01 11:31:20 +0100
+++ guichan-0.4.0/debian/rules	2006-11-01 12:24:29 +0100
@@ -82,6 +82,7 @@ binary-arch: build install
 	dh_fixperms
 	dh_installdeb
 	dh_makeshlibs
+	dh_installdeb
 	dh_shlibdeps
 	dh_gencontrol
 	dh_md5sums
diff -puriN guichan-0.4.0.debian/src/guichan.cpp guichan-0.4.0/src/guichan.cpp
--- guichan-0.4.0.debian/src/guichan.cpp	2005-05-17 21:23:06 +0200
+++ guichan-0.4.0/src/guichan.cpp	2006-11-01 11:43:07 +0100
@@ -58,7 +58,7 @@
 
 extern "C"
 {
-    char* gcnGuichanVersion()
+    const char* gcnGuichanVersion()
     {
         return "0.4.0";
     }

Reply via email to