From d2d1aac4c5b14731a3fc192b7c0b29945d0115a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Mas=C5=82owski?= Date: Fri, 7 Jul 2023 00:54:08 +0200 Subject: [PATCH] fix: use correct Debian Archive section name The Debian Archive is dividied into several sections. The one containing developer tools is called 'devel'. Use that in debian/control. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 592e589..7cd8e8d 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,5 @@ Source: android-udev-rules -Section: developer-tools +Section: devel Priority: extra Maintainer: Simon Sickle Build-Depends: debhelper (>= 9)