tags 474873 + patch
thanks

Hi,

Attached is the diff for my multimon 1.0-4.1 NMU.
diff -u multimon-1.0/debian/control multimon-1.0/debian/control
--- multimon-1.0/debian/control
+++ multimon-1.0/debian/control
@@ -2,7 +2,7 @@
 Section: hamradio
 Priority: optional
 Maintainer: A. Maitland Bottoms <[EMAIL PROTECTED]>
-Build-Depends: debhelper, libx11-dev, x-dev
+Build-Depends: debhelper, libx11-dev, x11proto-core-dev
 Standards-Version: 3.6.2.0
 
 Package: multimon
diff -u multimon-1.0/debian/changelog multimon-1.0/debian/changelog
--- multimon-1.0/debian/changelog
+++ multimon-1.0/debian/changelog
@@ -1,3 +1,12 @@
+multimon (1.0-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Update build depend from x-dev to x11proto-core-dev.
+  * Replace -m486 with -march=i486 in CGLAGS to get it building with GCC 4.3.
+    Patch by Evgeni Golov. (Closes: #474873)
+
+ -- Ana Beatriz Guerrero Lopez <[EMAIL PROTECTED]>  Wed, 23 Apr 2008 20:07:45 +0200
+
 multimon (1.0-4) unstable; urgency=low
 
   * Update standards version, use non-native package format
diff -u multimon-1.0/Makefile multimon-1.0/Makefile
--- multimon-1.0/Makefile
+++ multimon-1.0/Makefile
@@ -17,7 +17,7 @@
 CFLAGS		+=-O3
 endif
 ifeq ($(ARCHITECTURE),i386)
-CFLAGS		+=  -m486 -falign-loops=2 -falign-jumps=2 \
+CFLAGS		+=  -march=i486 -falign-loops=2 -falign-jumps=2 \
 		  -falign-functions=2 -DARCH_I386
 endif
 LDFLAGSX	=-lX11 -L/usr/X11R6/lib

Reply via email to