diff --git a/deb/module-name/DEBIAN/control b/deb/module-name/DEBIAN/control index cc41dbb..5117e9c 100644 --- a/deb/module-name/DEBIAN/control +++ b/deb/module-name/DEBIAN/control @@ -6,4 +6,5 @@ Depends: dkms (>= 1.95) Maintainer: TUXEDO Computers GmbH Homepage: https://www.tuxedocomputers.com Architecture: all -Description: Driver for backlit keyboards on TUXEDO notebooks meant for DKMS framework. \ No newline at end of file +Description: Driver for back lit keyboards on TUXEDO notebooks. + Meant for DKMS framework. diff --git a/src_pkg/rpm_pkg.spec b/src_pkg/rpm_pkg.spec index b68eed0..8655c12 100644 --- a/src_pkg/rpm_pkg.spec +++ b/src_pkg/rpm_pkg.spec @@ -18,7 +18,7 @@ # -Summary: Kernel module for backlit keyboard +Summary: Kernel module for back-lit keyboard Name: %{module} Version: x.x.x Release: x @@ -34,7 +34,7 @@ BuildRoot: %{_tmppath} Packager: Tomte %description -Driver for backlit keyboards on TUXEDO notebooks meant for DKMS framework. +Driver for back-lit keyboards on TUXEDO notebooks meant for DKMS framework. %prep %setup -n %{module}-%{version} -q @@ -92,4 +92,4 @@ exit 0 * Tue Mar 17 2020 C Sandberg 2.0.1-0 - New packaging * Wed Dec 18 2019 Richard Sailer 2.0.0-1 -- Initial DKMS package for backlit keyboard 2nd generation \ No newline at end of file +- Initial DKMS package for back-lit keyboard 2nd generation \ No newline at end of file