Browse Source

Fix #68: Update Debian/Ubuntu packaging

- Bump debhlper compat to >= 10 (Stretch)
- Update Standards-Version field, we seem to be compatible
- Update package Description filed, lintian complains of empty body
- Update changelog date and drop GitHub issue reference, confuses lintian

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
Joachim Nilsson 5 years ago
parent
commit
1466eaa3d5
3 changed files with 17 additions and 6 deletions
  1. 2
    2
      debian/changelog
  2. 1
    1
      debian/compat
  3. 14
    3
      debian/control

+ 2
- 2
debian/changelog View File

@@ -1,6 +1,6 @@
1 1
 light (1.2) unstable; urgency=low
2 2
 
3
-  * Initial Debian Release (Closes: #47)
3
+  * Initial Debian Release.
4 4
 
5
- -- Joachim Nilsson <troglobit@gmail.com>  Sun, 12 Aug 2018 22:15:00 +0100
5
+ -- Joachim Nilsson <troglobit@gmail.com>  Sat, 22 Sep 2018 11:53:32 +0200
6 6
 

+ 1
- 1
debian/compat View File

@@ -1 +1 @@
1
-9
1
+10

+ 14
- 3
debian/control View File

@@ -3,12 +3,23 @@ Section: x11
3 3
 Priority: optional
4 4
 Maintainer: Joachim Nilsson <troglobit@gmail.com>
5 5
 Homepage: https://github.com/haikarainen/light
6
-Build-Depends: debhelper (>= 9~), autoconf
6
+Build-Depends: debhelper (>= 10)
7 7
 Vcs-Git: https://github.com/haikarainen/light.git
8 8
 Vcs-Browser: https://github.com/haikarainen/light/commits/
9
-Standards-Version: 3.9.3
9
+Standards-Version: 4.2.1
10 10
 
11 11
 Package: light
12 12
 Architecture: any
13 13
 Depends: ${shlibs:Depends}, ${misc:Depends}
14
-Description: a program to control backlight controllers under GNU/Linux
14
+Description: Control display backlight controllers and LEDs
15
+ Light is a useful tool to control display brightness in lightweight
16
+ desktops or window managers that do not have bundled appliations for
17
+ this purpose.
18
+ .
19
+ Most modern laptops have moved away from hardware controlled brightness
20
+ and require software control.  Light works where other software has
21
+ proven to be unreliable, e.g. xbacklight.  It can even be used from the
22
+ console as it does not rely on X.
23
+ .
24
+ Light has features like setting a minimum brightness value, as well as
25
+ saving and restoring the brightness at reboot and startup.