From 08bf5c50ac8337ce534b53dbd4f3487a85362087 Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Tue, 16 Jul 2002 22:04:05 +0000 Subject: [PATCH] deb stuff --- debian/control | 2 +- debian/rules | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 49b3ea56..d77dd5c9 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: d2x Section: games Priority: extra Maintainer: Bradley Bell -Build-Depends: debhelper (>> 3.0.0), libsdl-dev, nasm, libgl-dev +Build-Depends: debhelper (>> 2.0.0), libsdl-dev, nasm, libgl-dev Standards-Version: 3.5.0 Package: d2x diff --git a/debian/rules b/debian/rules index 6d9b8ef8..770335ff 100644 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ #export DH_VERBOSE=1 # This is the debhelper compatability version to use. -export DH_COMPAT=3 +export DH_COMPAT=2 configure: configure-stamp configure-gl-stamp configure-stamp: @@ -63,7 +63,7 @@ install: build # Add here commands to install the package into debian/d2x. cd d2x-sdl && $(MAKE) install DESTDIR=$(CURDIR)/debian/d2x - cd d2x-ogl && $(MAKE) install DESTDIR=$(CURDIR)/debian/d2x-ogl + cd d2x-ogl && $(MAKE) install DESTDIR=$(CURDIR)/debian/d2x-gl # Build architecture-independent files here. -- 2.39.2