Codebase list amphetamine / 042e6a7
use multiarch paths Michael Gilbert 12 years ago
3 changed file(s) with 22 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
0 amphetamine (0.8.10-18) unstable; urgency=low
1
2 * Use multiarch paths for libc6-dev includes (closes: #650468).
3
4 -- Michael Gilbert <michael.s.gilbert@gmail.com> Fri, 02 Dec 2011 18:41:07 -0500
5
06 amphetamine (0.8.10-17) unstable; urgency=low
17
28 * Change build-depend to libc6-dev-i386 [amd64] (closes: #650468).
44 debhelper (>= 8),
55 libxpm-dev,
66 libsdl1.2-dev (>= 1.2.2-3.1),
7 libc6-dev-i386 [amd64],
87 dpkg-dev (>= 1.9.0)
98 Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
109 Uploaders:
00 description: use debian data paths
1 Index: amphetamine-0.8.10/Makefile
1 Index: amphetamine/Makefile
22 ===================================================================
3 --- amphetamine-0.8.10.orig/Makefile 2006-05-15 19:12:50.000000000 +0200
4 +++ amphetamine-0.8.10/Makefile 2006-05-15 19:13:05.000000000 +0200
5 @@ -3,8 +3,8 @@
3 --- amphetamine.orig/Makefile 2011-12-02 18:48:23.000000000 -0500
4 +++ amphetamine/Makefile 2011-12-02 18:49:46.000000000 -0500
5 @@ -3,8 +3,9 @@
66 #===============
77
88 # Install Paths
1010 -INSTALL_DIR := ${PREFIX}/games/amph
1111 +PREFIX := /usr
1212 +INSTALL_DIR := ${PREFIX}/share/games/amphetamine
13 +MULTIARCH := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
1314
1415 # Libraries
1516 USE_LIB_XPM := TRUE
16 @@ -22,7 +22,7 @@
17 @@ -22,7 +23,7 @@
1718
1819 # Directories to search for header files
1920
2223
2324 # makemake variables
2425
25 @@ -73,10 +73,9 @@
26 @@ -73,10 +74,9 @@
2627
2728 .PHONY : install
2829 install: amph
3637
3738 # This is what makemake added
3839
40 @@ -194,7 +194,7 @@
41
42 ./src/Surface.o: ./src/AmpHead.hpp ./src/Clut.hpp ./src/ConstVal.hpp ./src/Graphfil.hpp ./src/Shape.hpp ./src/ShapeLd.hpp ./src/Surface.hpp ./src/System.hpp /usr/include/limits.h /usr/include/math.h /usr/include/stdio.h /usr/include/stdlib.h
43
44 -./src/System.o: ./src/AmpHead.hpp ./src/Graphfil.hpp ./src/System.hpp /usr/include/X11/xpm.h /usr/include/fcntl.h /usr/include/limits.h /usr/include/math.h /usr/include/stdio.h /usr/include/stdlib.h /usr/include/string.h /usr/include/sys/stat.h /usr/include/sys/time.h /usr/include/sys/types.h /usr/include/unistd.h
45 +./src/System.o: ./src/AmpHead.hpp ./src/Graphfil.hpp ./src/System.hpp /usr/include/X11/xpm.h /usr/include/fcntl.h /usr/include/limits.h /usr/include/math.h /usr/include/stdio.h /usr/include/stdlib.h /usr/include/string.h /usr/include/$(MULTIARCH)/sys/stat.h /usr/include/$(MULTIARCH)/sys/time.h /usr/include/$(MULTIARCH)/sys/types.h /usr/include/unistd.h
46
47 ./src/Thing.o: ./src/AmpHead.hpp ./src/Appl.hpp ./src/Bullet.hpp ./src/ConstVal.hpp ./src/Element.hpp ./src/File.hpp ./src/Graphfil.hpp ./src/Level.hpp ./src/ObjInfo.hpp ./src/Object.hpp ./src/Pltform.hpp ./src/Shape.hpp ./src/ShapeLd.hpp ./src/Surface.hpp ./src/System.hpp ./src/Thing.hpp /usr/include/limits.h /usr/include/math.h /usr/include/stdio.h /usr/include/stdlib.h
48