mirror of https://github.com/apache/cloudstack.git
Merge pull request #746 from pdion891/fix-PR737
fix debian package after addition of license header in pom.xmlPR#737 add lines in pom.xml which break debian build. This fix debian package build issue. * pr/746: fix debian package after addition of license header in pom.xml Signed-off-by: Remi Bergsma <github@remi.nl>
This commit is contained in:
commit
da9cc334aa
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/make -f
|
||||
# -*- makefile -*-
|
||||
VERSION := $(shell cat pom.xml |sed '22!d'| cut -d'>' -f2 |cut -d'<' -f1)
|
||||
VERSION := $(shell grep '^ <version>' pom.xml| cut -d'>' -f2 |cut -d'<' -f1)
|
||||
PACKAGE = $(shell dh_listpackages|head -n 1|cut -d '-' -f 1)
|
||||
SYSCONFDIR = "/etc"
|
||||
DESTDIR = "debian/tmp"
|
||||
|
|
|
|||
Loading…
Reference in New Issue