From 9f8bda311faba6750c88708b39b8b1fbb648c0d6 Mon Sep 17 00:00:00 2001 From: ferreo Date: Sat, 19 Oct 2024 16:17:56 +0200 Subject: [PATCH] Update debian/control --- debian/control | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/debian/control b/debian/control index 0bcd8e0..20c48bd 100644 --- a/debian/control +++ b/debian/control @@ -1,4 +1,4 @@ -Source: upstream-name +Source: apt-btrfs-snapper Section: admin Priority: optional Maintainer: name @@ -6,14 +6,7 @@ Standards-Version: 4.6.1 Build-Depends: debhelper-compat (= 13) Rules-Requires-Root: no -Package: pkgname1 -Architecture: linux-any -# Delete any of these lines if un-used -Depends: ${misc:Depends}, depends -Recommends: high priority optdepends -Conflicts: conflicts -Suggests: low priority optdepends -Breaks: also conflicts!? -Provides: provides -# -Description: pkgdesc +Package: apt-btrfs-snapper +Architecture: all +Depends: ${misc:Depends}, snapper +Description: Snapper hooks for apt \ No newline at end of file