summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-02-19 21:32:51 +0100
committerRoland Reichwein <mail@reichwein.it>2023-02-19 21:32:51 +0100
commitec58e210ef0d4326ce7273d5240757bd1bf570db (patch)
tree5fcc96dde941e0df69c648b281969911ca2d4160
parent696a4d0be421d992f7311606f69708d3ac186658 (diff)
Minor build automation
-rwxr-xr-xMakefile4
-rw-r--r--debian/changelog6
2 files changed, 8 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 27b9a6c..aafa42a 100755
--- a/Makefile
+++ b/Makefile
@@ -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