Bug#444529: trayer: FTBFS: error: expected ')' before '*' token

2007-10-09 Thread Cyril Brulebois
tag 444529 patch pending
tag 410275 patch pending
tag 408555 patch pending
thanks

Lucas Nussbaum [EMAIL PROTECTED] (29/09/2007):
 Justification: FTBFS on i386

Hi.

Please find attached the patch for my NMU, uploaded to DELAYED/5.

Cheers,

-- 
Cyril Brulebois
diff -u trayer-1.0/trayer.1 trayer-1.0/trayer.1
--- trayer-1.0/trayer.1
+++ trayer-1.0/trayer.1
@@ -151,7 +151,7 @@
 
 .TP
 \fB\-\-alpha\fP \fIvalue\fP
-Percentage of transparency (0 \- nontransparent, 256 \- fully transparent)
+Percentage of transparency (0 \- nontransparent, 255 \- fully transparent)
 
 .TP
 \fB\-\-tint\fP \fIcolor\fP
diff -u trayer-1.0/debian/control trayer-1.0/debian/control
--- trayer-1.0/debian/control
+++ trayer-1.0/debian/control
@@ -5,6 +5,7 @@
 Uploaders: Bartosz Fenski [EMAIL PROTECTED]
 Build-Depends: debhelper (= 4.0.0), libgtk2.0-dev, libxmu-dev
 Standards-Version: 3.6.2
+Homepage: http://fvwm-crystal.org/
 
 Package: trayer
 Architecture: any
@@ -24 +25 @@
- FVWM-Crystal project: http://fvwm-crystal.berlios.de/
+ FVWM-Crystal project: http://fvwm-crystal.org/
diff -u trayer-1.0/debian/menu trayer-1.0/debian/menu
--- trayer-1.0/debian/menu
+++ trayer-1.0/debian/menu
@@ -1,6 +1,6 @@
 ?package(trayer):\
   needs=X11 \
-  section=Apps/Tools \
+  section=FVWM Modules \
   title=Trayer \
   command=/usr/bin/trayer \
   hints=small
diff -u trayer-1.0/debian/rules trayer-1.0/debian/rules
--- trayer-1.0/debian/rules
+++ trayer-1.0/debian/rules
@@ -23,7 +23,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
-	-$(MAKE) clean
+	[ ! -f Makefile ] || $(MAKE) clean
 
 	dh_clean 
 
diff -u trayer-1.0/debian/changelog trayer-1.0/debian/changelog
--- trayer-1.0/debian/changelog
+++ trayer-1.0/debian/changelog
@@ -1,3 +1,19 @@
+trayer (1.0-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove “-DGTK_DISABLE_DEPRECATED” from Makefile.common to avoid FTBFS due
+to the transition to Gtk 2.12 (Closes: #444529).
+  * Replace the obsolete upstream URL in the copyright file with the current
+one (Closes: #410275). Also add a “Homepage” field and adjust the homepage
+URL in the long description.
+  * Fix the max value for the percentage of transparency in the manpage:
+replace 256 with 255 (Closes: #408555).
+  * Move menu section from “Apps/Tools” to “FVWM Modules” for the menu
+transition.
+  * No longer ignore “make clean” errors, per lintian.
+
+ -- Cyril Brulebois [EMAIL PROTECTED]  Tue, 09 Oct 2007 15:47:38 +0200
+
 trayer (1.0-1) unstable; urgency=low
 
   * Initial Release (Closes: #295835).
diff -u trayer-1.0/debian/copyright trayer-1.0/debian/copyright
--- trayer-1.0/debian/copyright
+++ trayer-1.0/debian/copyright
@@ -1,8 +1,7 @@
 This package was debianized by Tomasz Melcer [EMAIL PROTECTED] on
 Sun, 13 Feb 2005 14:10:33 +0100.
 
-It was downloaded from
-http://fvwm-crystal.berlios.de/files/files/trayer/
+It was downloaded from http://download.gna.org/fvwm-crystal/trayer/
 
 Upstream Author: Maciej Delmanowski [EMAIL PROTECTED]
 
only in patch2:
unchanged:
--- trayer-1.0.orig/Makefile.common
+++ trayer-1.0/Makefile.common
@@ -25,7 +25,7 @@
 endif
 
 # -DGTK_DISABLE_DEPRECATED does not work yet
-CFLAGS += -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED
+CFLAGS += -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED
 
 %.o: %.c
 	$(CC) $(CFLAGS) $(INCS) -c $


pgp712YTi74ip.pgp
Description: PGP signature


Bug#444529: trayer: FTBFS: error: expected ')' before '*' token

2007-10-09 Thread Tomasz Melcer
Cyril Brulebois pisze:
 Lucas Nussbaum [EMAIL PROTECTED] (29/09/2007):
 Justification: FTBFS on i386
 
 Hi.
 
 Please find attached the patch for my NMU, uploaded to DELAYED/5.
 
 Cheers,
Hi,

I'm not a debian developer, so I cannot fix the bug directly. I have
already sent (few days ago) fixed packages to my mentor and I'm actually
waiting for his response. Thank you for your work, though.

Tomasz Melcer



signature.asc
Description: OpenPGP digital signature


Bug#444529: trayer: FTBFS: error: expected ')' before '*' token

2007-10-09 Thread Cyril Brulebois
Tomasz Melcer [EMAIL PROTECTED] (09/10/2007):
 I'm not a debian developer, so I cannot fix the bug directly. I have
 already sent (few days ago) fixed packages to my mentor and I'm
 actually waiting for his response. Thank you for your work, though.

OK, no problem. I'm no DD either anyway. ;-) Next time, you could mark
the bug as pending so that any eventual NMUer will query you for a
status update before having a look at the package.

Cheers,

-- 
Cyril Brulebois


pgpziwJKglAeC.pgp
Description: PGP signature


Bug#444529: trayer: FTBFS: error: expected ')' before '*' token

2007-09-29 Thread Lucas Nussbaum
Package: trayer
version: 1.0-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070928 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
gcc -O2 -Wall  -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED 
-DGTK_DISABLE_DEPRECATED -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 
-I/usr/include/libpng12   -I../ -c fixedtip.c
fixedtip.c:40: error: expected ')' before '*' token
fixedtip.c: In function 'fixed_tip_show':
fixedtip.c:84: error: 'expose_handler' undeclared (first use in this function)
fixedtip.c:84: error: (Each undeclared identifier is reported only once
fixedtip.c:84: error: for each function it appears in.)
make[2]: *** [fixedtip.o] Error 1
make[2]: Leaving directory `/build/user/trayer-1.0/systray'
make[1]: *** [systray] Error 2
make[1]: Leaving directory `/build/user/trayer-1.0'
make: *** [build-stamp] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/09/28

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]