r1970 - in packages/trunk/amphetamine/debian: . patches

Samuel Hocevar sho at alioth.debian.org
Wed Nov 8 11:11:45 CET 2006


Author: sho
Date: 2006-11-08 11:11:44 +0100 (Wed, 08 Nov 2006)
New Revision: 1970

Added:
   packages/trunk/amphetamine/debian/patches/000_no_lxt.diff
Modified:
   packages/trunk/amphetamine/debian/changelog
   packages/trunk/amphetamine/debian/patches/series
Log:
amphetamine (0.8.10-12) unstable; urgency=high

  * debian/patches/000_no_lxt.diff:
    + New patch. Removes useless -lXt link flag (Closes: #397558).

 -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Wed,  8 Nov 2006 11:08:27 +0100


Modified: packages/trunk/amphetamine/debian/changelog
===================================================================
--- packages/trunk/amphetamine/debian/changelog	2006-11-06 10:27:10 UTC (rev 1969)
+++ packages/trunk/amphetamine/debian/changelog	2006-11-08 10:11:44 UTC (rev 1970)
@@ -1,8 +1,9 @@
-amphetamine (0.8.10-12) UNRELEASED; urgency=low
+amphetamine (0.8.10-12) unstable; urgency=high
 
-  * 
+  * debian/patches/000_no_lxt.diff:
+    + New patch. Removes useless -lXt link flag (Closes: #397558).
 
- -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Thu,  5 Oct 2006 23:38:01 +0200
+ -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Wed,  8 Nov 2006 11:08:27 +0100
 
 amphetamine (0.8.10-11) unstable; urgency=low
 

Added: packages/trunk/amphetamine/debian/patches/000_no_lxt.diff
===================================================================
--- packages/trunk/amphetamine/debian/patches/000_no_lxt.diff	2006-11-06 10:27:10 UTC (rev 1969)
+++ packages/trunk/amphetamine/debian/patches/000_no_lxt.diff	2006-11-08 10:11:44 UTC (rev 1970)
@@ -0,0 +1,13 @@
+Index: amphetamine-0.8.10/Makefile
+===================================================================
+--- amphetamine-0.8.10.orig/Makefile	2006-11-08 11:05:57.000000000 +0100
++++ amphetamine-0.8.10/Makefile	2006-11-08 11:06:01.000000000 +0100
+@@ -69,7 +69,7 @@
+ LOADLIBES := -lm $(SDL_LIBS)
+ 
+ ifeq ($(USE_LIB_XPM),TRUE)
+-    LOADLIBES := $(LOADLIBES) -lXpm -lXt
++    LOADLIBES := $(LOADLIBES) -lXpm
+ endif
+ 
+ LDFLAGS   = -L/usr/lib -L/usr/local/lib -L/usr/X11R6/lib 

Modified: packages/trunk/amphetamine/debian/patches/series
===================================================================
--- packages/trunk/amphetamine/debian/patches/series	2006-11-06 10:27:10 UTC (rev 1969)
+++ packages/trunk/amphetamine/debian/patches/series	2006-11-08 10:11:44 UTC (rev 1970)
@@ -1,5 +1,6 @@
 000_data_path.diff
 000_gcc_m68k.diff
+000_no_lxt.diff
 010_newline.diff 
 010_missing_headers.diff
 010_etc_dir.diff




More information about the Pkg-games-commits mailing list