6
debian/changelog
vendored
Normal file
6
debian/changelog
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
light (1.2) unstable; urgency=low
|
||||
|
||||
* Initial Debian Release.
|
||||
|
||||
-- Joachim Nilsson <troglobit@gmail.com> Sat, 22 Sep 2018 11:53:32 +0200
|
||||
|
1
debian/compat
vendored
Normal file
1
debian/compat
vendored
Normal file
@ -0,0 +1 @@
|
||||
10
|
25
debian/control
vendored
Normal file
25
debian/control
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
Source: light
|
||||
Section: x11
|
||||
Priority: optional
|
||||
Maintainer: Joachim Nilsson <troglobit@gmail.com>
|
||||
Homepage: https://github.com/haikarainen/light
|
||||
Build-Depends: debhelper (>= 10)
|
||||
Vcs-Git: https://github.com/haikarainen/light.git
|
||||
Vcs-Browser: https://github.com/haikarainen/light/commits/
|
||||
Standards-Version: 4.2.1
|
||||
|
||||
Package: light
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: Control display backlight controllers and LEDs
|
||||
Light is a useful tool to control display brightness in lightweight
|
||||
desktops or window managers that do not have bundled appliations for
|
||||
this purpose.
|
||||
.
|
||||
Most modern laptops have moved away from hardware controlled brightness
|
||||
and require software control. Light works where other software has
|
||||
proven to be unreliable, e.g. xbacklight. It can even be used from the
|
||||
console as it does not rely on X.
|
||||
.
|
||||
Light has features like setting a minimum brightness value, as well as
|
||||
saving and restoring the brightness at reboot and startup.
|
31
debian/copyright
vendored
Normal file
31
debian/copyright
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: light
|
||||
Source: https://github.com/haikarainen/light
|
||||
|
||||
Files: *
|
||||
Copyright: Copyright 2012-2018 Fredrik Haikarainen <fredrik.haikarainen@gmail.com>
|
||||
License: GPL-3
|
||||
|
||||
Files: debian/*
|
||||
Copyright: Copyright 2018 Joachim Nilsson <troglobit@gmail.com>
|
||||
License: GPL-3
|
||||
|
||||
License: GPL-3
|
||||
Indicator Weather is free software; you can redistribute it
|
||||
and/or modify it under the terms of the GNU General Public
|
||||
License version 3 as published by the Free Software Foundation.
|
||||
.
|
||||
Indicator Weather is distributed in the hope that it will be
|
||||
useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
|
||||
PURPOSE. See the GNU General Public License for more
|
||||
details. http://www.gnu.org/licenses/
|
||||
.
|
||||
You should have received a copy of the GNU General Public
|
||||
License along with this package; if not, write to the Free
|
||||
Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
||||
Boston, MA 02110-1301 USA
|
||||
.
|
||||
On Debian systems, the full text of the GNU General Public
|
||||
License version 3 can be found in the file
|
||||
`/usr/share/common-licenses/GPL-3'.
|
1
debian/docs
vendored
Normal file
1
debian/docs
vendored
Normal file
@ -0,0 +1 @@
|
||||
README.md
|
18
debian/rules
vendored
Normal file
18
debian/rules
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
#!/usr/bin/make -f
|
||||
# export DH_VERBOSE=1
|
||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- --with-udev=/lib/udev/rules.d
|
||||
|
||||
|
||||
override_dh_installchangelogs:
|
||||
dh_installchangelogs ChangeLog.md
|
||||
|
||||
override_dh_auto_install:
|
||||
dh_auto_install
|
||||
rm -f debian/light/usr/share/doc/light/COPYING
|
||||
rm -f debian/light/usr/share/doc/light/ChangeLog.md
|
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
@ -0,0 +1 @@
|
||||
3.0 (native)
|
1
debian/source/options
vendored
Normal file
1
debian/source/options
vendored
Normal file
@ -0,0 +1 @@
|
||||
compression=xz
|
3
debian/watch
vendored
Normal file
3
debian/watch
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
version=3
|
||||
opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/light-$1\.tar\.gz/ \
|
||||
https://github.com/haikarainen/light/releases .*/light-?(\d\S*)\.tar\.gz
|
Reference in New Issue
Block a user