mirror of
https://github.com/AllStarLink/dahdi-linux.git
synced 2026-08-26 14:27:35 -04:00
set version
This commit is contained in:
parent
08d6f05057
commit
08c5663161
1 changed files with 4 additions and 2 deletions
6
Makefile
6
Makefile
|
|
@ -1,6 +1,6 @@
|
|||
EPOCHVER = 1:
|
||||
RELVER = 3.4.0
|
||||
DEBVER = 1+asl
|
||||
DEBVER = 2+asl
|
||||
PKGNAME = dahdi-linux
|
||||
ifndef ${RELPLAT}
|
||||
RELPLAT = deb$(shell lsb_release -rs 2> /dev/null)
|
||||
|
|
@ -17,7 +17,9 @@ deb:
|
|||
debchange --distribution stable --package $(PKGNAME) \
|
||||
--newversion $(EPOCHVER)$(RELVER)-$(DEBVER).$(RELPLAT) \
|
||||
"Autobuild of $(EPOCHVER)$(RELVER)-$(DEBVER) for $(RELPLAT)"
|
||||
cd ../dahdi-linux-$(RELVER) && debuild -uc -us
|
||||
( cd ../dahdi-linux-$(RELVER) && \
|
||||
echo $(RELVER).$(DEBVER) > .version && \
|
||||
debuild -uc -us )
|
||||
git checkout debian/changelog
|
||||
|
||||
debchange:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue