ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/debian/rules
(Generate patch)

Comparing gvpe/debian/rules (file contents):
Revision 1.1 by Arvoreen, Mon Mar 10 13:29:07 2003 UTC vs.
Revision 1.2 by Arvoreen, Mon Mar 10 13:44:45 2003 UTC

34 CC=gcc-2.95 CPP=cpp-2.95 ./configure --prefix=/usr --mandir=\$${prefix}/share/man \ 34 CC=gcc-2.95 CPP=cpp-2.95 ./configure --prefix=/usr --mandir=\$${prefix}/share/man \
35 --infodir=\$${prefix}/share/info --sysconfdir=/etc \ 35 --infodir=\$${prefix}/share/info --sysconfdir=/etc \
36 --localstatedir=/var --enable-hmac-length=4 --enable-trust \ 36 --localstatedir=/var --enable-hmac-length=4 --enable-trust \
37 --enable-rand-length=0 --enable-cipher=bf --enable-digest=md4 37 --enable-rand-length=0 --enable-cipher=bf --enable-digest=md4
38 $(MAKE) 38 $(MAKE)
39# cd doc && texi2html -split=chapter tinc.texi
40 39
41 touch build-stamp 40 touch build-stamp
42 41
43clean: 42clean:
44 dh_testdir 43 dh_testdir
64# Build architecture-dependent files here. 63# Build architecture-dependent files here.
65binary-arch: build install 64binary-arch: build install
66 dh_testdir 65 dh_testdir
67 dh_testroot 66 dh_testroot
68 #dh_movefiles 67 #dh_movefiles
69 #install -o root -g root -m 755 debian/init.d debian/tinc/etc/init.d/tinc 68 #install -o root -g root -m 755 debian/init.d debian/vpe/etc/init.d/vpe
70 dh_installmanpages 69 dh_installmanpages
71 dh_installinfo 70 dh_installinfo
72 dh_installchangelogs ChangeLog 71 dh_installchangelogs ChangeLog
73 dh_link 72 dh_link
74 @ if [ "$(STRIP)" = "yes" ] ; then \ 73 @ if [ "$(STRIP)" = "yes" ] ; then \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines