Explorar el Código

debian files corrected

z3APA3A hace 5 años
padre
commit
1d1cdcd11c
Se han modificado 5 ficheros con 16 adiciones y 9 borrados
  1. 2 2
      scripts/debian/changelog
  2. 1 0
      scripts/debian/compat
  3. 0 1
      scripts/debian/conffiles
  4. 4 4
      scripts/debian/control
  5. 9 2
      scripts/debian/rules

+ 2 - 2
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
 

+ 1 - 0
scripts/debian/compat

@@ -0,0 +1 @@
+9

+ 0 - 1
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

+ 4 - 4
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. 
+ 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. 

+ 9 - 2
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
+	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: