From 18f7a61cdb7bd8049ab0c110aafa132978d2bc03 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sun, 20 Dec 2009 23:44:45 +0100 Subject: [PATCH] Removed, now unneeded, use of and dependency on dpatch. --- debian/control | 2 +- debian/rules | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/debian/control b/debian/control index 5af0846..d367058 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: graphics Priority: optional Maintainer: Debian PhotoTools Maintainers Uploaders: Sebastian Harl , Andreas Metzler -Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.14.6), dpatch, autotools-dev, libtiff4-dev, libboost-dev, libboost-filesystem-dev, liblcms1-dev, libglew1.5-dev | libglew1.4-dev | libglew-dev, freeglut3-dev, libplot-dev, zlib1g-dev, libjpeg62-dev, libpng12-dev, libopenexr-dev, pkg-config, texinfo, gnuplot, transfig, tidy, ttf-freefont +Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.14.6), autotools-dev, libtiff4-dev, libboost-dev, libboost-filesystem-dev, liblcms1-dev, libglew1.5-dev | libglew1.4-dev | libglew-dev, freeglut3-dev, libplot-dev, zlib1g-dev, libjpeg62-dev, libpng12-dev, libopenexr-dev, pkg-config, texinfo, gnuplot, transfig, tidy, ttf-freefont Standards-Version: 3.8.3 Homepage: http://enblend.sourceforge.net/ Vcs-Git: git://git.debian.org/git/pkg-phototools/enblend.git diff --git a/debian/rules b/debian/rules index 9ff9e00..163f44d 100755 --- a/debian/rules +++ b/debian/rules @@ -19,15 +19,13 @@ else CFLAGS += -O2 endif -include /usr/share/dpatch/dpatch.make - get-orig-source: dh_testdir dh_testroot chmod 755 debian/bin/uscan_repack.sh uscan --verbose --force-download --rename -config.status: configure $(DPATCH_STAMPFN) +config.status: configure dh_testdir CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) \ --build=$(DEB_BUILD_GNU_TYPE) \ @@ -47,7 +45,7 @@ build-stamp: config.status touch build-stamp -clean: unpatch +clean: dh_testdir dh_testroot rm -f build-stamp -- 2.30.2