and the client have to match.
* debian/rules: separate DESTDIR and prefix on make install.
-----------------
* Please note that iodine(d) needs the tun kernel module.
+* Please note that iodine expects the same version on the server and the client.
* Instruction for setting up the infrastructure (including delegating a new
subdomain) are included in /usr/share/doc/iodine/README and in iodined(8).
* /usr/share/doc/iodine/examples contains an example script for setting up a
(closes: #477692)
- drop patches 01_mandir.patch and 02_make.patch included upstream
- refresh patches 03_cflags.patch and 04_base64.patch
+ * Add an additional note to README.Debian: iodine's versions on the server
+ and the client have to match.
+ * debian/rules: separate DESTDIR and prefix on make install.
-- gregor herrmann <gregoa@debian.org> Fri, 08 Aug 2008 15:22:19 -0300
install-stamp: build-stamp
dh_testdir
dh_testroot
- $(MAKE) install prefix=debian/iodine/usr
+ $(MAKE) install DESTDIR=$(CURDIR)/debian/iodine prefix=/usr
touch $@