try to fix snapshot
This commit is contained in:
		
							parent
							
								
									b2cce1fc12
								
							
						
					
					
						commit
						695c63cff4
					
				| 
						 | 
					@ -8,7 +8,7 @@
 | 
				
			||||||
# Uncomment this to turn on verbose mode. 
 | 
					# Uncomment this to turn on verbose mode. 
 | 
				
			||||||
export DH_VERBOSE=1
 | 
					export DH_VERBOSE=1
 | 
				
			||||||
MAJOR=$(shell sed -ne 's/^[^(]*(\([^)]*\)).*/\1/;1p' debian/changelog)
 | 
					MAJOR=$(shell sed -ne 's/^[^(]*(\([^)]*\)).*/\1/;1p' debian/changelog)
 | 
				
			||||||
REV=$(shell LANG=C svn info --non-interactive | awk '/^Revision:/ { print $$2 }')
 | 
					REV=$(shell svn up > /dev/null ; env LANG=C svn info --non-interactive | awk '/^Revision:/ { print $$2 }')
 | 
				
			||||||
VERSION="${MAJOR}~svn${REV}"
 | 
					VERSION="${MAJOR}~svn${REV}"
 | 
				
			||||||
export VERSION
 | 
					export VERSION
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue