From 046f1482ac4f0f3951c7b86cbe5f017b8c8004c5 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Mon, 25 May 2026 15:18:06 +0200 Subject: [PATCH] add extended description --- Makefile | 2 +- src/{ => debian}/control | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) rename src/{ => debian}/control (69%) diff --git a/Makefile b/Makefile index abebb6c..b162b9e 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ clean: $(BUILDDIR)/$(PACKAGENAME)/DEBIAN/control: mkdir --parents $(@D) - cat $(SRCDIR)/control | sed "s/\$$VERSION/$(VERSION)/" > $(@) + cat $(SRCDIR)/debian/control | sed "s/\$$VERSION/$(VERSION)/" > $(@) $(BINDIR)/backup: mkdir --parents $(@D) diff --git a/src/control b/src/debian/control similarity index 69% rename from src/control rename to src/debian/control index 2449ffa..1053b14 100644 --- a/src/control +++ b/src/debian/control @@ -4,5 +4,7 @@ Section: admin Priority: optional Architecture: amd64 Maintainer: Bastian Dehn -Description: backup bash script on rsync base Depends: yq (>= 3.4.3-2), rsync (>= 3.4.1+ds1-5+deb13u2), ssh (>= 1:10.0p1-7+deb13u4), cryptsetup (>= 2:2.7.5-2) +Description: backup bash script on rsync base + backup script makes backup configured with config.yaml. it can mount + luks hdds with config.yaml. A restore script is included -- 2.47.3