mirror of
				https://git.proxmox.com/git/proxmox-widget-toolkit
				synced 2025-11-04 12:29:03 +00:00 
			
		
		
		
	use the full version for the cache invalidation technique and fall back to the commit ID and current time. With that we can drop the exports in the top-level makefile, which would only work for local direct builds anyway, but not for building from DSC source package. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
		
			
				
	
	
		
			14 lines
		
	
	
		
			227 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			227 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
#!/usr/bin/make -f
 | 
						|
# See debhelper(7) (uncomment to enable)
 | 
						|
# output every command that modifies files on the build system.
 | 
						|
#DH_VERBOSE = 1
 | 
						|
 | 
						|
include /usr/share/dpkg/pkg-info.mk
 | 
						|
 | 
						|
export DEB_SOURCE
 | 
						|
export DEB_VERSION
 | 
						|
 | 
						|
%:
 | 
						|
	dh $@
 | 
						|
 |