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

index abebb6c4cb87af49c3ffb07306e8e26c3eedab97..b162b9e1e324f4f7d548a19967845954ff7153df 100644 (file)
--- 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/control
deleted file mode 100644 (file)
index 2449ffa..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-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)
diff --git a/src/debian/control b/src/debian/control
new file mode 100644 (file)
index 0000000..1053b14
--- /dev/null
@@ -0,0 +1,10 @@
+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