--- proxycheck-0.49a.orig/debian/compat
+++ proxycheck-0.49a/debian/compat
@@ -0,0 +1 @@
+4
--- proxycheck-0.49a.orig/debian/control
+++ proxycheck-0.49a/debian/control
@@ -0,0 +1,15 @@
+Source: proxycheck
+Section: net
+Priority: extra
+Maintainer: Al Nikolov <clown@debian.org>
+Build-Depends: debhelper (>= 4)
+Standards-Version: 3.7.3
+Homepage: http://www.corpit.ru/mjt/proxycheck.html
+
+Package: proxycheck
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: checks existence of open proxy
+ proxycheck is a simple tool that will work on a reasonable *nix system
+ and may be used to quickly check whenever a given host or set of hosts
+ has open proxy server running
--- proxycheck-0.49a.orig/debian/rules
+++ proxycheck-0.49a/debian/rules
@@ -0,0 +1,47 @@
+#!/usr/bin/make -f
+
+CFLAGS = -Wall -g
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+CFLAGS += -O0
+else
+CFLAGS += -O2
+endif
+
+build:
+ dh_testdir
+ CFLAGS="$(CFLAGS)" ./configure
+ $(MAKE)
+ touch build
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build
+ -$(MAKE) clean
+ifneq "$(wildcard /usr/share/misc/config.sub)" ""
+ cp -f /usr/share/misc/config.sub config.sub
+endif
+ifneq "$(wildcard /usr/share/misc/config.guess)" ""
+ cp -f /usr/share/misc/config.guess config.guess
+endif
+ dh_clean Makefile proxycheck
+
+binary-indep: build
+
+binary-arch: build
+ dh_testdir
+ dh_testroot
+ dh_install proxycheck usr/bin
+ dh_installdocs
+ dh_installchangelogs CHANGES
+ dh_installman proxycheck.1
+ dh_shlibdeps
+ dh_strip
+ dh_compress
+ dh_md5sums
+ dh_gencontrol
+ dh_builddeb
+
+binary: binary-indep binary-arch
+
+.PHONY: clean binary binary-arch binary-indep
--- proxycheck-0.49a.orig/debian/changelog
+++ proxycheck-0.49a/debian/changelog
@@ -0,0 +1,52 @@
+proxycheck (0.49a-4) unstable; urgency=low
+
+ * Updated to follow Standards-Version 3.7.3
+ * Home page moved out from description
+
+ -- Al Nikolov <clown@debian.org> Fri, 14 Dec 2007 12:33:35 +0300
+
+proxycheck (0.49a-3) unstable; urgency=low
+
+ * Updated to follow Standards-Version 3.7.2
+
+ -- Al Nikolov <alnikolov@narod.ru> Fri, 27 Oct 2006 15:15:19 +0400
+
+proxycheck (0.49a-2) unstable; urgency=low
+
+ * Input sanitizing. Closes: #290970
+ * Bringing to conform the Debian Policy.
+
+ -- Al Nikolov <alnikolov@narod.ru> Fri, 27 Jan 2006 21:52:11 +0300
+
+proxycheck (0.49a-1) unstable; urgency=low
+
+ * New upstream release. Closes: #257109: New upstream available
+ * Debianized from scratch. Original Makefile.in was not touched now.
+ * The man page was corrected to conform
+ <http://lists.debian.org/debian-devel/2003/debian-devel-200303/msg01481.html>
+ (dashes, emdashes and minuses).
+ * Upload sponsored by Matthew Palmer <mpalmer@debian.org>
+
+ -- Al Nikolov <alnikolov@narod.ru> Fri, 10 Sep 2004 14:55:23 +0400
+
+proxycheck (0.46-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Al Nikolov <alnikolov@narod.ru> Fri, 2 Apr 2004 17:21:27 +0400
+
+proxycheck (0.45a-2) unstable; urgency=low
+
+ * Updated to follow Standarts version 3.6.1
+ * Cleaned up unneeded rules, dirs and files
+
+ -- Al Nikolov <alnikolov@narod.ru> Thu, 1 Apr 2004 19:39:56 +0400
+
+proxycheck (0.45a-1) unstable; urgency=low
+
+ * Initial Release.
+ * Adjusted the Makefile.
+ * Sponsored by Matthew Palmer <mpalmer@debian.org>
+
+ -- Al Nikolov <alnikolov@narod.ru> Tue, 10 Feb 2004 19:53:54 +1100
+
--- proxycheck-0.49a.orig/debian/watch
+++ proxycheck-0.49a/debian/watch
@@ -0,0 +1,2 @@
+version=2
+http://www.corpit.ru/mjt/proxycheck/proxycheck-(.*)\.tar\.gz
--- proxycheck-0.49a.orig/debian/copyright
+++ proxycheck-0.49a/debian/copyright
@@ -0,0 +1,26 @@
+This package was debianized by Al Nikolov <alnikolov@narod.ru> on
+Wed, 24 Dec 2003 13:00:48 +0300.
+
+It was downloaded from <http://www.corpit.ru/mjt/proxycheck.html>
+
+(c) 2002-2004 Michael Tokarev
+
+License:
+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this package; if not, write to
+ Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.