diff --git a/scripts/debian/changelog b/scripts/debian/changelog index 03299ed..d8735ab 100644 --- a/scripts/debian/changelog +++ b/scripts/debian/changelog @@ -1,6 +1,6 @@ -3proxy (0.9.1) buster; urgency=medium +3proxy (0.9.1-1) buster; urgency=medium -Initial deb release + *Initial deb release -- z3APA3A <3apa3a@3proxy.org> Thu, 12 Nov 2020 12:12:12 +0300 diff --git a/scripts/debian/compat b/scripts/debian/compat new file mode 100644 index 0000000..f11c82a --- /dev/null +++ b/scripts/debian/compat @@ -0,0 +1 @@ +9 \ No newline at end of file diff --git a/scripts/debian/conffiles b/scripts/debian/conffiles index 267a8a6..5511217 100644 --- a/scripts/debian/conffiles +++ b/scripts/debian/conffiles @@ -1,4 +1,3 @@ -/etc/3proxy/3proxy.cfg /usr/local/3proxy/conf/3proxy.cfg /usr/local/3proxy/conf/add3proxyuser.sh /usr/local/3proxy/conf/bandlimiters diff --git a/scripts/debian/control b/scripts/debian/control index 4cab652..30ec490 100644 --- a/scripts/debian/control +++ b/scripts/debian/control @@ -12,7 +12,7 @@ Package: 3proxy Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: tiny free proxy server -3Proxy tiny free proxy server is really tiny freeware proxy servers set. -It includes HTTP proxy with HTTPS and FTP support, SOCKSv4/SOCKSv4.5/SOCKSv5 proxy (socks/socks.exe), POP3 proxy, SMTP proxy, FTP proxy, caching DNS proxy, TCP and UDP portmappers. -You can use every proxy as a standalone program (socks, proxy, tcppm, udppm, pop3p) or use combined program (3proxy). Combined proxy additionally supports features like access control, bandwidth limiting, limiting daily/weekly/monthly traffic amount, proxy chaining, log rotation, syslog and ODBC logging, etc. -It's created to be small, simple and yet very functional. \ No newline at end of file + 3Proxy tiny free proxy server is really tiny freeware proxy servers set. + It includes HTTP proxy with HTTPS and FTP support, SOCKSv4/SOCKSv4.5/SOCKSv5 proxy (socks/socks.exe), POP3 proxy, SMTP proxy, FTP proxy, caching DNS proxy, TCP and UDP portmappers. + You can use every proxy as a standalone program (socks, proxy, tcppm, udppm, pop3p) or use combined program (3proxy). Combined proxy additionally supports features like access control, bandwidth limiting, limiting daily/weekly/monthly traffic amount, proxy chaining, log rotation, syslog and ODBC logging, etc. + It's created to be small, simple and yet very functional. \ No newline at end of file diff --git a/scripts/debian/rules b/scripts/debian/rules index b63f238..ada1599 100644 --- a/scripts/debian/rules +++ b/scripts/debian/rules @@ -1,8 +1,15 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ override_dh_auto_build: ln -s Makefile.Linux Makefile || true - dh_auto_build \ No newline at end of file + dh_auto_build + +override_dh_auto_clean: + find src/ -type f -name "*.o" -delete + find src/ -type f -name "Makefile.var" -delete + find bin/ -type f -executable -delete + +override_dh_usrlocal: