Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jxmx committed Apr 6, 2024
1 parent 9417f02 commit 4c7d941
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,16 @@ $(DESTDIR)/etc/apt/sources.list.d/%: %
perl -pi -e "s/__DREL__/$(DREL)/g" $@

deb: debclean debprep
debuild
debchange --distribution stable --package $(PKGNAME) \
--newversion $(EPOCHVER)$(RELVER)-$(DEBVER).$(RELPLAT) \
"Autobuild of $(EPOCHVER)$(RELVER)-$(DEBVER) for $(RELPLAT)"
dpkg-buildpackage -b --no-sign
git checkout debian/changelog

debchange:
debchange -v $(RELVER)-$(DEBVER)
debchange -r


debprep: debclean
(cd .. && \
rm -f $(PKGNAME)-$(RELVER) && \
Expand Down

0 comments on commit 4c7d941

Please sign in to comment.