summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2013-12-04 19:07:53 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2013-12-04 19:07:53 +0000
commit97f318e04ed0024b2bf5903215a75249401d3fd7 (patch)
tree6a779a6bcb79ebaf0e230b120ba7c2fdf6771d9f /debian
parentdd0d6c7ef9375390cfe9e633addc271f1be5fd0d (diff)
downloaduserv-utils-97f318e04ed0024b2bf5903215a75249401d3fd7.tar.gz
ipif: Deprecate udptunnel.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules5
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 2009368..c8a0561 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ userv-utils (0.6.0~~iwj1) unstable; urgency=low
* REAMDE, copyright: Correct locations for GPL, and contact info.
* Update to GPLv3+; update copyright notices everywhere.
* ipif: Update docs to reflect fact that we are now using tun/tap.
+ * ipif: Deprecate udptunnel.
--
diff --git a/debian/rules b/debian/rules
index 345d645..dbe4360 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,9 @@ t= $d/tmp
build:
$(checkdir)
- set -e; for s in $(subdirs_build); do $(MAKE) -C $$s all; done
+ set -e; for s in $(subdirs_build); do \
+ $(MAKE) -C $$s all depr=disable; \
+ done
touch build
clean:
@@ -55,6 +57,7 @@ binary-prep:
etcdir=$t/userv-$$s/etc \
vardir=$t/userv-$$s/var \
gituser=root; \
+ depr=disable; \
done
#
mv debian/tmp/userv-www-cgi debian/tmp/userv-cgi