From 1cfad24165ff49f13fbd78ac6f0fe82001ed7274 Mon Sep 17 00:00:00 2001 From: sam Date: Tue, 19 Aug 2003 19:32:56 +0000 Subject: [PATCH] * Use debian/compat instead of DH_COMPAT. git-svn-id: svn://svn.zoy.org/elk/trunk@10 55e467fa-43c5-0310-a8a2-de718669efc6 --- debian/compat | 1 + debian/control | 4 ++-- debian/rules | 6 ------ 3 files changed, 3 insertions(+), 8 deletions(-) create mode 100644 debian/compat diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..00750ed --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +3 diff --git a/debian/control b/debian/control index 3a92287..6b26184 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: elk Section: devel Priority: optional Maintainer: Sam Hocevar (Debian packages) -Build-Depends: debhelper (>> 3.0.0), libelfg0-dev, xlibs-dev, lesstif-dev, libgdbm-dev, libxaw7-dev -Standards-Version: 3.5.10 +Build-Depends: debhelper (>= 3.0), libelfg0-dev, xlibs-dev, lesstif-dev, libgdbm-dev, libxaw7-dev +Standards-Version: 3.6.0 Package: elk Architecture: any diff --git a/debian/rules b/debian/rules index 313a873..299fa57 100644 --- a/debian/rules +++ b/debian/rules @@ -9,9 +9,6 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -# This is the debhelper compatability version to use. -export DH_COMPAT=3 - # This has to be exported to make some magic below work. export DH_OPTIONS @@ -19,7 +16,6 @@ build: build-stamp build-stamp: dh_testdir - # Add here commands to compile the package. ifeq ($(shell dpkg-architecture -qDEB_BUILD_ARCH),alpha) echo 'cflags=`echo $${cflags} | sed s/-O./-O0/`' > debian/arch-config else @@ -35,7 +31,6 @@ clean: dh_testroot rm -f build-stamp - # Add here commands to clean up after the build process. -$(MAKE) -i distclean rm -f debian/arch-config @@ -48,7 +43,6 @@ install: build dh_clean -k dh_installdirs - # Add here commands to install the package into debian/elk. $(MAKE) install DESTDIR=$(CURDIR)/debian/elk mv $(CURDIR)/debian/elk/usr/bin/scheme \