mirror of
https://github.com/AllStarLink/dahdi-linux.git
synced 2026-08-26 14:27:35 -04:00
fix order bug, v3.4.0-8
This commit is contained in:
parent
6d2becdc73
commit
ebace25607
2 changed files with 15 additions and 7 deletions
16
Makefile
16
Makefile
|
|
@ -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
6
debian/changelog
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue