summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorpetere <petere@0070b5ef-2f16-0410-befa-9a02bd1d6ddb>2006-07-15 16:23:52 +0000
committerpetere <petere@0070b5ef-2f16-0410-befa-9a02bd1d6ddb>2006-07-15 16:23:52 +0000
commit4ea9a40378203ef474c73509966d2088ddc83d1e (patch)
treeec9952dbd639a5cb5789a75c05289f7fdb3b595a /debian/rules
parent2cb237682f47ca2422ed8d902583c2f23f8137da (diff)
downloadntp-4ea9a40378203ef474c73509966d2088ddc83d1e.tar.gz
Remove special handling of "COPYRIGHT" and "version files, which is not
needed for a regular release tarball. git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@48 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules6
1 files changed, 1 insertions, 5 deletions
diff --git a/debian/rules b/debian/rules
index e76fff9..c137da0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,14 +19,11 @@ config.status: $(QUILT_STAMPFN)
--disable-dependency-tracking
build: config build-stamp
-build-stamp: config.status version
+build-stamp: config.status
dh_testdir
$(MAKE)
touch $@
-version: debian/changelog
- dpkg-parsechangelog | sed -ne 's/^Version:[ ]*//p' >$@
-
clean: clean-patched unpatch
clean-patched:
dh_testdir
@@ -39,7 +36,6 @@ clean-patched:
-test -r /usr/share/misc/config.guess && \
cp -f /usr/share/misc/config.guess config.guess
- rm -f COPYRIGHT version
dh_clean
install: build-stamp