fix order bug, v3.4.0-8

This commit is contained in:
Jason D. McCormick 2025-08-10 19:33:59 -04:00
parent 6d2becdc73
commit ebace25607
No known key found for this signature in database
GPG key ID: 45FCBAEE3B025908
2 changed files with 15 additions and 7 deletions

View file

@ -1,15 +1,20 @@
EPOCHVER = 1:
RELVER = 3.4.0
DEBVER = 7.asl
DEBVER = 8.asl
PKGNAME = dahdi-linux
RELPLAT ?= deb$(shell lsb_release -rs 2> /dev/null)
deb: debprep
( cd ../dahdi-linux-$(RELVER) && \
debchange --distribution stable --package $(PKGNAME) \
--newversion $(EPOCHVER)$(RELVER)-$(DEBVER).$(RELPLAT) \
"Autobuild of $(EPOCHVER)$(RELVER)-$(DEBVER) for $(RELPLAT)"
cd ../dahdi-linux-$(RELVER) && debuild -uc -us
git checkout debian/changelog
"Autobuild of $(EPOCHVER)$(RELVER)-$(DEBVER) for $(RELPLAT)" \
&& debuild -uc -us )
# git checkout debian/changelog
debchange:
debchange -v $(EPOCHVER)$(RELVER)-$(DEBVER)
debchange -r
debprep: debclean
( cd .. && \
@ -22,9 +27,6 @@ debprep: debclean
rm dahdi-linux_$(RELVER).orig.tar.gz && \
tar cvfz dahdi-linux_$(RELVER).orig.tar.gz dahdi-linux-$(RELVER) && \
cp -r dahdi-linux/debian dahdi-linux-$(RELVER) )
debchange:
debchange -v $(EPOCHVER)$(RELVER)-$(DEBVER)
debchange -r
debclean:
rm -rf ../$(PKGNAME)_$(RELVER)*

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
dahdi-linux (1:3.4.0-8.asl) unstable; urgency=medium
* Fix packaging changelog bug
-- Jason McCormick <jason@mfamily.org> Sun, 10 Aug 2025 19:33:56 -0400
dahdi-linux (1:3.4.0-7.asl) unstable; urgency=medium
* Change package format release pattern