remove dpatch control

This commit is contained in:
Ludovic Rousseau 2008-02-08 14:50:01 +00:00
parent 5709914540
commit 4c5f1ef0ce
2 changed files with 4 additions and 10 deletions

View File

@ -2,7 +2,7 @@ Source: ccid
Section: libs
Priority: extra
Maintainer: Ludovic Rousseau <rousseau@debian.org>
Build-Depends: debhelper (>= 5.0.45), libusb-dev (>= 0.1.6a-2.1), libpcsclite-dev (>= 1.3.3-1), flex, autotools-dev, pkg-config, dpatch
Build-Depends: debhelper (>= 5.0.45), libusb-dev (>= 0.1.6a-2.1), libpcsclite-dev (>= 1.3.3-1), flex, autotools-dev, pkg-config
Standards-Version: 3.7.3
Homepage: http://pcsclite.alioth.debian.org/ccid.html

View File

@ -5,7 +5,6 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
version := $(shell dpkg-parsechangelog | \
sed -ne 's/^Version: *\([0-9]\+:\)*//p')
@ -31,9 +30,6 @@ endif
tag:
cvs tag -c -F $(subst .,_,debian_version_$(version))
# Include dpatch stuff.
include /usr/share/dpatch/dpatch.make
configure: configure-stamp
configure-stamp:
dh_testdir
@ -48,7 +44,7 @@ configure-stamp:
build: build-stamp
build-stamp: patch configure-stamp
build-stamp: configure-stamp
dh_testdir
# Add here commands to compile the package.
@ -56,8 +52,7 @@ build-stamp: patch configure-stamp
touch build-stamp
clean: clean1 unpatch
clean1:
clean:
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
@ -133,5 +128,4 @@ binary-arch: build install
dh_builddeb
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install configure \
patch unpatch clean1
.PHONY: build clean binary-indep binary-arch binary install configure