From e5f9e59601aff096e705a1f2658e430a4313e328 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Sun, 6 Jul 2025 17:14:29 +0200 Subject: [PATCH] Rename yaml/* to etc/ --- debian/rules | 4 ++-- {yaml => etc}/00-device-types.yaml | 0 yaml/config.yaml => etc/config.yaml.example | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename {yaml => etc}/00-device-types.yaml (100%) rename yaml/config.yaml => etc/config.yaml.example (100%) diff --git a/debian/rules b/debian/rules index 03cb931..e677d85 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ override_dh_auto_install: mkdir -p debian/ipng-router-backup/usr/share/man/man1 cp ipng-router-backup debian/ipng-router-backup/usr/bin/ cp docs/config.yaml.example debian/ipng-router-backup/etc/ipng-router-backup/config.yaml.example - cp docs/device-types.yaml debian/ipng-router-backup/etc/ipng-router-backup/device-types.yaml + cp etc/* debian/ipng-router-backup/etc/ipng-router-backup/ cp docs/router_backup.1 debian/ipng-router-backup/usr/share/man/man1/ipng-router-backup.1 gzip debian/ipng-router-backup/usr/share/man/man1/ipng-router-backup.1 @@ -23,4 +23,4 @@ override_dh_auto_test: # Skip tests for now override_dh_dwz: - # Skip dwz compression due to Go binary format \ No newline at end of file + # Skip dwz compression due to Go binary format diff --git a/yaml/00-device-types.yaml b/etc/00-device-types.yaml similarity index 100% rename from yaml/00-device-types.yaml rename to etc/00-device-types.yaml diff --git a/yaml/config.yaml b/etc/config.yaml.example similarity index 100% rename from yaml/config.yaml rename to etc/config.yaml.example