set version

This commit is contained in:
Jason D. McCormick 2024-09-11 19:26:06 -04:00
parent 08d6f05057
commit 08c5663161
No known key found for this signature in database
GPG key ID: 45FCBAEE3B025908

View file

@ -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: