diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-02-19 21:32:51 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-02-19 21:32:51 +0100 |
commit | ec58e210ef0d4326ce7273d5240757bd1bf570db (patch) | |
tree | 5fcc96dde941e0df69c648b281969911ca2d4160 | |
parent | 696a4d0be421d992f7311606f69708d3ac186658 (diff) |
Minor build automation
-rwxr-xr-x | Makefile | 4 | ||||
-rw-r--r-- | debian/changelog | 6 |
2 files changed, 8 insertions, 2 deletions
@@ -63,8 +63,8 @@ deb-src: clean dpkg-source -b -I.git -Iresult . $(DISTROS): deb-src - sudo pbuilder build --basetgz /var/cache/pbuilder/$@.tgz --buildresult result/$@ ../whiteboard_$(VERSION).dsc - debsign result/$@/whiteboard_$(VERSION)_amd64.changes + sudo pbuilder build --basetgz /var/cache/pbuilder/$@.tgz --buildresult result/$@ ../$(PROJECTNAME)_$(VERSION).dsc + debsign result/$@/$(PROJECTNAME)_$(VERSION)_amd64.changes DISTFILES=$(shell git ls-files 2>/dev/null) diff --git a/debian/changelog b/debian/changelog index 1f10a57..a587648 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +whiteboard (1.9) UNRELEASED; urgency=medium + + * Updated build environment + + -- Roland Reichwein <mail@reichwein.it> Sun, 19 Feb 2023 21:32:33 +0100 + whiteboard (1.8) unstable; urgency=medium * Added config.maxconnections, defaults to 1000 |