]> gitweb.hhaalo.de Git - simple-backup.git/commitdiff
add changelog
authorBastian Dehn <hhaalo@arcor.de>
Mon, 25 May 2026 13:25:50 +0000 (15:25 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Mon, 25 May 2026 13:25:50 +0000 (15:25 +0200)
Makefile
src/debian/changelog [new file with mode: 0644]

index 82887f319eae4af8693b2b245c92b040ae0ddcc0..30daa9635e47a6d9dde60529e5aa2df4ced01b73 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -45,12 +45,17 @@ $(SHAREDIR)/copyright:
        mkdir --parents $(@D)
        cp $(SRCDIR)/debian/copyright $(@)
 
+$(SHAREDIR)/changelog.gz:
+       mkdir --parents $(@D)
+       gzip --stdout --no-name --best $(SRCDIR)/debian/changelog > $(@)
+
 $(BUILDDIR)/$(PACKAGENAME).deb: \
        $(BINDIR)/backup \
        $(BINDIR)/backupmount \
        $(BINDIR)/restore \
        $(SHAREDIR)/config-example.yaml \
        $(SHAREDIR)/copyright \
+       $(SHAREDIR)/changelog.gz \
        $(BUILDDIR)/$(PACKAGENAME)/DEBIAN/control
 
        mkdir --parents $(@D)
diff --git a/src/debian/changelog b/src/debian/changelog
new file mode 100644 (file)
index 0000000..211aab3
--- /dev/null
@@ -0,0 +1,12 @@
+simple-backup (1.0.1) stable; urgency=low
+
+  * add localhost wihtout ssh
+  * fix empty config.yaml example
+
+ -- Bastian Dehn <hhaalo@arcor.de>  Tue, 19 May 2026 18:35:07 +0200
+
+simple-backup (1.0.0) stable; urgency=low
+
+  * initial release
+
+ -- Bastian Dehn <hhaalo@arcor.de>  Mon, 18 May 2026 19:24:48 +0200
\ No newline at end of file