mirror of
				https://github.com/3proxy/3proxy.git
				synced 2025-11-04 07:42:39 +08:00 
			
		
		
		
	debian files corrected
This commit is contained in:
		
							parent
							
								
									3ef204165a
								
							
						
					
					
						commit
						1d1cdcd11c
					
				@ -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
									
								
								scripts/debian/compat
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								scripts/debian/compat
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1 @@
 | 
			
		||||
9
 | 
			
		||||
@ -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
 | 
			
		||||
 | 
			
		||||
@ -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. 
 | 
			
		||||
@ -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:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user