[neon/mobile/plasma-phone-settings/Neon/unstable] debian: lint me green

Carlos De Maine null at kde.org
Fri Jan 5 03:29:18 GMT 2024


Git commit 4d2259ab16e9d66b3eea5a344fb658facdcec58f by Carlos De Maine.
Committed on 05/01/2024 at 04:29.
Pushed by carlosdem into branch 'Neon/unstable'.

lint me green

D  +0    -1    debian/compat
M  +3    -2    debian/control
M  +1    -1    debian/rules
D  +0    -2    debian/source/options

https://invent.kde.org/neon/mobile/plasma-phone-settings/-/commit/4d2259ab16e9d66b3eea5a344fb658facdcec58f

diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index f599e28..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-10
diff --git a/debian/control b/debian/control
index 8412953..01569b7 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,9 @@ Source: plasma-phone-settings
 Section: kde
 Priority: optional
 Maintainer: Kubuntu Developers <kubuntu-devel at lists.ubuntu.com>
-Build-Depends: debhelper (>= 9), pkg-kde-tools (>= 0.9.2ubuntu14)
-Standards-Version: 3.9.6
+Build-Depends: debhelper-compat (= 13), 
+               pkg-kde-tools-neon
+Standards-Version: 4.6.2
 
 Package: plasma-phone-settings
 Architecture: all
diff --git a/debian/rules b/debian/rules
index 2d33f6a..4067ba0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ 
diff --git a/debian/source/options b/debian/source/options
deleted file mode 100644
index 74a452b..0000000
--- a/debian/source/options
+++ /dev/null
@@ -1,2 +0,0 @@
-compression = "xz"
-compression-level = 9


More information about the Neon-commits mailing list