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 \fI<value>\fP
-Percentage of transparency (0 \- nontransparent, 256 \- fully transparent)
+Percentage of transparency (0 \- nontransparent, 255 \- fully transparent)
 
 .TP
 \fB\-\-tint\fP \fI<color>\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 $<

Attachment: pgpG40WlA5xQQ.pgp
Description: PGP signature

Reply via email to