summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--debian/changelog4
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index cb0e8a8..f478b89 100644
--- a/Makefile
+++ b/Makefile
@@ -75,7 +75,7 @@ $(DISTROS): deb-src
debs: $(DISTROS)
-upload:
+upload: dist
scp ../$(TGZNAME) antcom.de:/var/www/reichwein.it-download/
scp -r result antcom.de:
scp -r remote-install.sh antcom.de:
diff --git a/debian/changelog b/debian/changelog
index 5b59a31..2f91dac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-libreichwein (1.3) UNRELEASED; urgency=medium
+libreichwein (1.3) unstable; urgency=medium
* Fixed upload in Makefile
* Added MIME type application/wasm
* Added Reichwein::XML::plain_xml()
- -- Roland Reichwein <mail@reichwein.it> Sat, 14 Jan 2023 12:41:39 +0100
+ -- Roland Reichwein <mail@reichwein.it> Sat, 28 Jan 2023 17:17:12 +0100
libreichwein (1.2) unstable; urgency=medium