From: Bastian Dehn Date: Mon, 25 May 2026 13:25:50 +0000 (+0200) Subject: add changelog X-Git-Tag: v1.0.2^2~3^2~3 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=967fed1bdbc54e2462fcdcd3cd744c06a6828d50;p=simple-backup.git add changelog --- diff --git a/Makefile b/Makefile index 82887f3..30daa96 100644 --- 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 index 0000000..211aab3 --- /dev/null +++ b/src/debian/changelog @@ -0,0 +1,12 @@ +simple-backup (1.0.1) stable; urgency=low + + * add localhost wihtout ssh + * fix empty config.yaml example + + -- Bastian Dehn Tue, 19 May 2026 18:35:07 +0200 + +simple-backup (1.0.0) stable; urgency=low + + * initial release + + -- Bastian Dehn Mon, 18 May 2026 19:24:48 +0200 \ No newline at end of file