Cleaning up debian entries, merging patch from Lo�c Le Guyader <loic.leguyader@laposte.net>

git-svn-id: https://proxytunnel.svn.sourceforge.net/svnroot/proxytunnel/trunk/proxytunnel@45 bc163920-b10d-0410-b2c5-a5491ca2ceef
This commit is contained in:
Mark Janssen 2002-11-20 13:29:01 +00:00
parent f282f0aed6
commit cb148da635
6 changed files with 33 additions and 11 deletions

View file

@ -5,7 +5,7 @@
CC = gcc
CFLAGS = -Wall -DHAVE_GETOPT_LONG
LDFLAGS =
INSTALLPATH = /usr/local/bin
INSTALLPATH = $(DESTDIR)/usr/bin
PROGNAME = proxytunnel
OBJ = proxytunnel.o \

5
debian/control vendored
View file

@ -12,5 +12,6 @@ Suggests: ssh
Description: Create tcp tunnels trough HTTPS proxies, for using with SSH
Proxytunnel is a program that connects stdin and stdout
to an origin server somewhere in the Internet through an industry
standard HTTPS proxy. I originally wrote this program to be used
as an extension to SSH, to be able to SSH to my box at home.
standard HTTPS proxy. It was originally written to be used
as an extension to SSH, to be used to SSH to a box at home. It's possible
to use proxytunnel along with other applications as well.

23
debian/copyright vendored
View file

@ -1,4 +1,4 @@
This package was debianized by Mark Janssen <maniac@unknown> on
This package was debianized by Mark Janssen <maniac@maniac.nl> on
Wed, 4 Sep 2002 13:55:15 +0200.
It was downloaded from http://proxytunnel.sourceforge.net
@ -8,3 +8,24 @@ Upstream Author(s): Mark Janssen <maniac@maniac.nl> and Jos Visser <josv@osp.nl>
Copyright:
Proxytunnel is (C) Copyright 2001, 2002 Mark Janssen and Jos Visser
Proxytunnel is covered by the GNU GPL. It can be found in
/usr/share/common-licenses/GPL. Most of the code was written by Jos
Visser and Mark Janssen, the snippet of base64 code came from mutt,
and was written by: Brendan Cully <brendan@kublai.com> and came with
the following copyright notice:
/*
* This code is heavily modified from fetchmail (also GPL'd, of
* course) by Brendan Cully <brendan@kublai.com>.
*
* Original copyright notice:
*
* The code in the fetchmail distribution is Copyright 1997 by Eric
* S. Raymond. Portions are also copyrighted by Carl Harris, 1993
* and 1995. Copyright retained for the purpose of protecting free
* redistribution of source.
*/
Other contributors can be found in the CREDITS file

2
debian/dirs vendored
View file

@ -1,2 +1,2 @@
usr/bin
usr/sbin
usr/share/man

2
debian/docs vendored
View file

@ -1,2 +1,2 @@
LICENSE.txt
CREDITS
README

10
debian/rules vendored
View file

@ -66,16 +66,16 @@ binary-arch: build install
dh_testroot
# dh_installdebconf
dh_installdocs
dh_installexamples
dh_installmenu
# dh_installexamples
# dh_installmenu
# dh_installlogrotate
# dh_installemacsen
# dh_installpam
# dh_installmime
# dh_installinit
dh_installcron
dh_installman
dh_installinfo
# dh_installcron
dh_installman debian/proxytunnel.1
# dh_installinfo
# dh_undocumented
dh_installchangelogs CHANGES
dh_link