Hello screem-maintainer,

I will NMU screem in a few minutes with a patch to avoid the FTBFS.
This will reduce the amount of RC bugs currently in Debian. :-)

Regards and a nice weekend,

-- 
  .''`.     Mario Iseli <[EMAIL PROTECTED]>
 : :'  :    proud user of Debian unstable
 `. `'`
   `-  Debian - when you have better things to do than fixing a system
diff -Naur screem-0.16.1.old/debian/changelog screem-0.16.1/debian/changelog
--- screem-0.16.1.old/debian/changelog  2007-05-18 15:36:06.000000000 +0200
+++ screem-0.16.1/debian/changelog      2007-05-18 15:36:45.000000000 +0200
@@ -1,3 +1,12 @@
+screem (0.16.1-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload during BSP.
+  * Added patch from Ubuntu
+    (http://patches.ubuntu.com/s/screem/screem_0.16.1-4ubuntu1.patch) which
+    avoids FTBFS, thanks to Matthias Klose (Closes: #422390).
+
+ -- Mario Iseli <[EMAIL PROTECTED]>  Fri, 18 May 2007 15:19:09 +0200
+
 screem (0.16.1-4) unstable; urgency=HIGH
 
   * Remove old postinst script that was installing gconf schemas in the old
diff -Naur screem-0.16.1.old/src/screem-main.c screem-0.16.1/src/screem-main.c
--- screem-0.16.1.old/src/screem-main.c 2005-10-10 21:17:58.000000000 +0200
+++ screem-0.16.1/src/screem-main.c     2007-05-18 15:36:45.000000000 +0200
@@ -68,7 +68,10 @@
 } MissingType;
 
 static gboolean screem_main_start_app( const gchar **start_files );
-static const gchar** parse_args( poptContext ctx, int argc, char *argv[] );
+
+#ifndef GNOME_PARAM_GOPTION_CONTEXT
+static const gchar** parse_args( poptContext ctxx, int argc, char *argv[] );
+#endif
 
 static void screem_main_missing( MissingType type );
 

Reply via email to