links no longer needed

This commit is contained in:
joey
2000-04-21 08:55:46 +00:00
parent e38d3d5c6b
commit 121a1e9491
2 changed files with 4 additions and 23 deletions

13
debian/rules vendored
View File

@@ -4,24 +4,24 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
build: link-stamp build-stamp
build: build-stamp
build-stamp:
dh_testdir
$(MAKE) version
touch build-stamp
clean: link-stamp
clean:
dh_testdir
dh_testroot
rm -f build-stamp
dh_clean
# Build architecture-dependent files here.
binary-arch: link-stamp build
binary-arch: build
# We have nothing to do by default.
# Build architecture-independent files here.
binary-indep: link-stamp build
binary-indep: build
dh_testdir
dh_testroot
dh_clean
@@ -38,11 +38,6 @@ binary-indep: link-stamp build
dh_md5sums
dh_builddeb
# Fix links when checking out of cvs by calling this target.
link-stamp:
sh -e debian/fixlinks
touch link-stamp
VERSION=$(shell expr "`dpkg-parsechangelog 2>/dev/null |grep Version:`" : '.*Version: \(.*\)')
# Update the web page. Not intended for use by anyone except the author.