mirror of
https://github.com/apache/cloudstack
synced 2026-08-30 17:01:56 +00:00
Fix for -SNAPSHOT problem in debian rules. Use -snapshot in the changelog to force the packaging to use the -SNAPSHOT extension for maven targets
(cherry picked from commit 2b47611c5d)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Conflicts:
debian/changelog
debian/rules
This commit is contained in:
parent
1a8e07d172
commit
c8b80893a4
2
debian/rules
vendored
2
debian/rules
vendored
@ -12,7 +12,7 @@
|
||||
|
||||
DEBVERS := $(shell dpkg-parsechangelog | sed -n -e 's/^Version: //p')
|
||||
VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/^[[:digit:]]*://' -e 's/[~-].*//')
|
||||
MVNADD := $(shell if echo '$(DEBVERS)' | grep -q snapshot; then echo ; fi )
|
||||
MVNADD := $(shell if echo '$(DEBVERS)' | grep -q snapshot; then echo -SNAPSHOT; fi )
|
||||
PACKAGE = $(shell dh_listpackages|head -n 1|cut -d '-' -f 1)
|
||||
SYSCONFDIR = "/etc"
|
||||
DESTDIR = "debian/tmp"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user