$(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)
+++ /dev/null
-Package: simple-backup
-Version: $VERSION
-Section: admin
-Priority: optional
-Architecture: amd64
-Maintainer: Bastian Dehn <hhaalo@arcor.de>
-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)
--- /dev/null
+Package: simple-backup
+Version: $VERSION
+Section: admin
+Priority: optional
+Architecture: amd64
+Maintainer: Bastian Dehn <hhaalo@arcor.de>
+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