remove tag rule since we now use SVN instead of CVS

This commit is contained in:
Ludovic Rousseau 2008-10-16 14:43:02 +00:00
parent f0ed25218f
commit 08e619b3b0
1 changed files with 0 additions and 6 deletions

6
debian/rules vendored
View File

@ -5,9 +5,6 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
version := $(shell dpkg-parsechangelog | \
sed -ne 's/^Version: *\([0-9]\+:\)*//p')
DESTDIR=$(CURDIR)/debian/libccid/
export DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
@ -20,9 +17,6 @@ else
confflags += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
endif
tag:
cvs tag -c -F $(subst .,_,debian_version_$(version))
configure: configure-stamp
configure-stamp:
dh_testdir