mirror of
				https://git.proxmox.com/git/qemu-server
				synced 2025-10-31 08:36:50 +00:00 
			
		
		
		
	 88c9e28016
			
		
	
	
		88c9e28016
		
	
	
	
	
		
			
			Add debian directory and move the respective files there and add missing (rules, compat, docs). Add a Source section to the control.in file and "build" (sed control.in >control) in the $DEB target as done in most other packages Move the qm verifyapi check to the new "test" target, which gets executed before the dh_auto_install target. Remove the obsolete vzsyscalls.ph target, vzsyscalls.h is gone for a while now Cleanup "clean" target. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
		
			
				
	
	
		
			14 lines
		
	
	
		
			441 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			441 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/make -f
 | |
| # -*- makefile -*-
 | |
| # Sample debian/rules that uses debhelper.
 | |
| # This file was originally written by Joey Hess and Craig Small.
 | |
| # As a special exception, when this file is copied by dh-make into a
 | |
| # dh-make output file, you may use that output file without restriction.
 | |
| # This special exception was added by Craig Small in version 0.37 of dh-make.
 | |
| 
 | |
| # Uncomment this to turn on verbose mode.
 | |
| #export DH_VERBOSE=1
 | |
| 
 | |
| %:
 | |
| 	dh $@
 |