summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-01-28 17:18:56 +0100
committerRoland Reichwein <mail@reichwein.it>2023-01-28 17:18:56 +0100
commitce999fa6e8ec42342db5854188e7c4be7b2e576c (patch)
treefa3f81543a1ede1a4167e41912e066e8a0715953
parent8ac0f005b77aae6d80fcb6970648f674ac227f28 (diff)
libreichwein v1.3v1.3
-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