From 45686216e90ad51c9391539f31eff3ba82f22e11 Mon Sep 17 00:00:00 2001
From: Harald Pfeiffer <coding@lirion.de>
Date: Sun, 16 Jun 2024 13:26:31 +0200
Subject: Rename package to ln-initfunctions, remove generated nfpm.yaml from
 git

---
 nfpm/.gitignore     |  1 +
 nfpm/nfpm.yaml      | 32 --------------------------------
 nfpm/nfpm.yaml.skel |  2 +-
 3 files changed, 2 insertions(+), 33 deletions(-)
 delete mode 100644 nfpm/nfpm.yaml

(limited to 'nfpm')

diff --git a/nfpm/.gitignore b/nfpm/.gitignore
index 476a51d..e3db9b4 100644
--- a/nfpm/.gitignore
+++ b/nfpm/.gitignore
@@ -1,2 +1,3 @@
 /build
 /changelog.yml
+/nfpm.yaml
diff --git a/nfpm/nfpm.yaml b/nfpm/nfpm.yaml
deleted file mode 100644
index 1d25651..0000000
--- a/nfpm/nfpm.yaml
+++ /dev/null
@@ -1,32 +0,0 @@
-name: ln-initscripts
-arch: all
-platform: linux
-version: 1.0.0
-version_schema: semver
-epoch: 1
-release: 1
-section: admin
-priority: optional
-maintainer: No env variable was set <noenv@example.com>
-description: An alternative to initscript-like status messages from lirion.de
-vendor: lirion.de
-homepage: https://git.lirion.de/lirion-initfunctions/
-license: LGLPv3
-mtime: "2024-06-16T12:30:00Z"
-changelog: "changelog.yml"
-disable_globbing: false
-depends:
-  - bash
-contents:
-  - src: ../fs/usr/lib/lirion
-    dst: /usr/lib/lirion
-    type: tree
-umask: 0o022
-rpm:
-  signature:
-    key_id: 99a00d948c6e71b599e986ad5421594bf1ab46f4
-deb:
-  signature:
-    method: dpkg-sig
-    type: origin
-    key_id: 99a00d948c6e71b599e986ad5421594bf1ab46f4
diff --git a/nfpm/nfpm.yaml.skel b/nfpm/nfpm.yaml.skel
index c5a775b..97d9c56 100644
--- a/nfpm/nfpm.yaml.skel
+++ b/nfpm/nfpm.yaml.skel
@@ -1,5 +1,5 @@
 # Name. (required)
-name: ln-initscripts
+name: ln-initfunctions
 
 # Architecture. (required)
 # This will expand any env var you set in the field, e.g. version: ${GOARCH}
-- 
cgit v1.2.3