Emilio Pozuelo Monfort pushed to branch debian-unstable at X Strike Force / app / xbacklight
Commits:
-
d1e8655a
by Andreas Tille at 2024-09-02T21:41:23+02:00
-
2a7a8fb8
by Andreas Tille at 2024-09-02T21:41:23+02:00
-
7e3a51b6
by Andreas Tille at 2024-09-02T21:41:23+02:00
-
37499792
by Andreas Tille at 2024-09-02T21:41:23+02:00
-
02d234f6
by Andreas Tille at 2024-09-02T21:41:23+02:00
-
44c9f426
by Andreas Tille at 2024-09-02T21:41:23+02:00
-
d60e7e78
by Andreas Tille at 2024-09-02T21:41:23+02:00
-
d478372b
by Andreas Tille at 2024-09-02T21:41:23+02:00
-
a0d42fc7
by Andreas Tille at 2024-09-02T21:41:23+02:00
-
b18c9572
by Andreas Tille at 2024-09-02T21:41:23+02:00
-
036e0f77
by Andreas Tille at 2024-09-02T21:41:23+02:00
8 changed files:
- debian/changelog
- debian/control
- debian/copyright
- + debian/gbp.conf
- + debian/patches/manpage.patch
- + debian/patches/series
- debian/rules
- debian/watch
Changes:
... | ... | @@ -15,7 +15,22 @@ xbacklight (1.2.3-1) UNRELEASED; urgency=medium |
15 | 15 | [ Timo Aaltonen ]
|
16 | 16 | * New upstream release.
|
17 | 17 | |
18 | - -- Julien Cristau <jcristau@debian.org> Sun, 21 Aug 2016 17:57:15 +0200
|
|
18 | + [ Andreas Tille ]
|
|
19 | + * Fix watch file
|
|
20 | + * Add Homepage
|
|
21 | + * d/rules: Drop boilerplate claiming this is an example
|
|
22 | + * DEP5
|
|
23 | + * Add debian/gbp.conf to declare non-default branch names
|
|
24 | + * Do not Build-Depend on outdated packages
|
|
25 | + (s/libxcb-util0-dev/libxcb-util-dev/, s/pkg-config/pkgconf/)
|
|
26 | + * Standards-Version: 4.7.0 (routine-update)
|
|
27 | + * Rules-Requires-Root: no (routine-update)
|
|
28 | + * Rely on pre-initialized dpkg-architecture variables.
|
|
29 | + * Set hardening options
|
|
30 | + * Add missing items in SYNOPSIS of manpage
|
|
31 | + Closes: #825274
|
|
32 | + |
|
33 | + -- Andreas Tille <tille@debian.org> Mon, 19 Aug 2024 08:37:51 +0200
|
|
19 | 34 | |
20 | 35 | xbacklight (1.2.1-1) unstable; urgency=medium
|
21 | 36 |
... | ... | @@ -6,13 +6,15 @@ Build-Depends: |
6 | 6 | debhelper-compat (= 13),
|
7 | 7 | libxcb1-dev,
|
8 | 8 | libxcb-randr0-dev,
|
9 | - libxcb-util0-dev,
|
|
10 | - pkg-config,
|
|
9 | + libxcb-util-dev,
|
|
10 | + pkgconf,
|
|
11 | 11 | xutils-dev,
|
12 | 12 | automake,
|
13 | -Standards-Version: 3.9.1
|
|
13 | +Standards-Version: 4.7.0
|
|
14 | 14 | Vcs-Git: https://salsa.debian.org/xorg-team/app/xbacklight.git
|
15 | 15 | Vcs-Browser: https://salsa.debian.org/xorg-team/app/xbacklight
|
16 | +Homepage: https://gitlab.freedesktop.org/xorg/app/xbacklight
|
|
17 | +Rules-Requires-Root: no
|
|
16 | 18 | |
17 | 19 | Package: xbacklight
|
18 | 20 | Architecture: any
|
1 | -This package was debianized by Julien Cristau <jcristau@debian.org> on
|
|
2 | -Thu Jun 21, 2007.
|
|
3 | -It was downloaded from https://xorg.freedesktop.org/releases/individual/app/
|
|
1 | +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
|
2 | +Upstream-Name: xbacklight
|
|
3 | +Source: https://xorg.freedesktop.org/releases/individual/app/
|
|
4 | 4 | |
5 | -Copyright © 2007 Keith Packard
|
|
5 | +Files: *
|
|
6 | +Copyright: 2007-2019 Keith Packard
|
|
7 | +License: MIT
|
|
6 | 8 | |
7 | -Permission to use, copy, modify, distribute, and sell this software and its
|
|
8 | -documentation for any purpose is hereby granted without fee, provided that
|
|
9 | -the above copyright notice appear in all copies and that both that copyright
|
|
10 | -notice and this permission notice appear in supporting documentation, and
|
|
11 | -that the name of the copyright holders not be used in advertising or
|
|
12 | -publicity pertaining to distribution of the software without specific,
|
|
13 | -written prior permission. The copyright holders make no representations
|
|
14 | -about the suitability of this software for any purpose. It is provided "as
|
|
15 | -is" without express or implied warranty.
|
|
16 | - |
|
17 | -THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
|
18 | -INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
|
|
19 | -EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
|
|
20 | -CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
|
21 | -DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
22 | -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
|
|
23 | -OF THIS SOFTWARE.
|
|
9 | +Files: debian/*
|
|
10 | +Copyright: 2007-2016 Julien Cristau <jcristau@debian.org>
|
|
11 | + 2024 Andreas Tille <tille@debian.org>
|
|
12 | +License: MIT
|
|
24 | 13 | |
14 | +License: MIT
|
|
15 | + Permission to use, copy, modify, distribute, and sell this software and its
|
|
16 | + documentation for any purpose is hereby granted without fee, provided that
|
|
17 | + the above copyright notice appear in all copies and that both that copyright
|
|
18 | + notice and this permission notice appear in supporting documentation, and
|
|
19 | + that the name of the copyright holders not be used in advertising or
|
|
20 | + publicity pertaining to distribution of the software without specific,
|
|
21 | + written prior permission. The copyright holders make no representations
|
|
22 | + about the suitability of this software for any purpose. It is provided "as
|
|
23 | + is" without express or implied warranty.
|
|
24 | + .
|
|
25 | + THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
|
26 | + INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
|
|
27 | + EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
|
|
28 | + CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
|
29 | + DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
30 | + TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
|
|
31 | + OF THIS SOFTWARE. |
1 | +[DEFAULT]
|
|
2 | +upstream-branch = upstream-unstable
|
|
3 | +debian-branch = debian-unstable |
1 | +Author: Andreas Tille <tille@debian.org>
|
|
2 | +Last-Update: Mon, 19 Aug 2024 09:48:10 +0200
|
|
3 | +Bug-Debian: https://bugs.debian.org/825274
|
|
4 | + The original bug report is also asking for options -v and --version
|
|
5 | + However, this is no problem of the manpage but style of the code
|
|
6 | + thus closing the bug report with this patch
|
|
7 | +Description: Add missing items in SYNOPSIS
|
|
8 | +Forwarded: https://gitlab.freedesktop.org/xorg/app/xbacklight/-/issues/8
|
|
9 | + |
|
10 | +--- a/man/xbacklight.man
|
|
11 | ++++ b/man/xbacklight.man
|
|
12 | +@@ -29,6 +29,8 @@ xbacklight \- adjust backlight brightnes
|
|
13 | + [\-set percent]
|
|
14 | + [\-inc percent]
|
|
15 | + [\-dec percent]
|
|
16 | ++[\-time milliseconds]
|
|
17 | ++[\-steps number]
|
|
18 | + .SH DESCRIPTION
|
|
19 | + .I Xbacklight
|
|
20 | + is used to adjust the backlight brightness where supported. It finds all |
1 | +manpage.patch |
1 | 1 | #!/usr/bin/make -f
|
2 | -# -*- makefile -*-
|
|
3 | -# Sample debian/rules that uses debhelper.
|
|
4 | -# This file was originally written by Joey Hess and Craig Small.
|
|
5 | -# As a special exception, when this file is copied by dh-make into a
|
|
6 | -# dh-make output file, you may use that output file without restriction.
|
|
7 | -# This special exception was added by Craig Small in version 0.37 of dh-make.
|
|
8 | 2 | |
9 | 3 | # Uncomment this to turn on verbose mode.
|
10 | 4 | #export DH_VERBOSE=1
|
11 | 5 | |
6 | +export DEB_BUILD_MAINT_OPTIONS=hardening=+all
|
|
7 | + |
|
12 | 8 | # These are used for cross-compiling and for saving the configure script
|
13 | 9 | # from having to guess our platform (since we know it already)
|
14 | -DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
|
|
15 | -DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
|
|
10 | +include /usr/share/dpkg/architecture.mk
|
|
16 | 11 | |
17 | 12 | CFLAGS = -Wall -g
|
18 | 13 |
1 | -#git=git://anongit.freedesktop.org/xorg/app/xbacklight
|
|
2 | -version=3
|
|
3 | -https://xorg.freedesktop.orgreleases/individual/app/xbacklight-(.*)\.tar\.gz |
|
1 | +version=4
|
|
2 | +opts=pgpsigurlmangle=s/$/.sig/ \
|
|
3 | +https://xorg.freedesktop.org/releases/individual/app/ @PACKAGE@-(.*)\.tar\.gz |