~ubuntu-branches/ubuntu/wily/mate-power-manager/wily

« back to all changes in this revision

Viewing changes to debian/man/mate-power-backlight-helper.sgml

  • Committer: Package Import Robot
  • Author(s): Mike Gabriel, Martin Wimpress, Mike Gabriel
  • Date: 2015-09-02 05:08:49 UTC
  • mfrom: (7.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20150902050849-4krrri9he6z6tiby
Tags: 1.10.2-1
[ Martin Wimpress ]
* New upstream release.
* debian/mate-power-manager-common.install:
  + Add usr/share/{help,man}.
* debian/mate-power-manager.install:
  + Remove usr/share/man.
* debian/rules:
  + Correct typo.
  + Add --enable-deprecated and --disable-strict build options.
  + Remove dfsg suffix.
* debian/watch:
  + Remove dfsg suffix.
* debian/copyright:
  + Add copyright attribution for help authors and translators.
  + Remove patches/gpm-manager.patch, no longer upstream.
* debian/patches:
  + Drop 2001_omit-gfdl-licensed-help-files.patch, the mate-power-manager
    help is DFSG compliant.

[ Mike Gabriel ]
* Upload to unstable.
  - This new upstream release fixes keyboard backlight adjustment for
    laptops with non-standard levels. (This hopefully closes: #775500,
    please reopen, if not).
* lintian:
  + Move overrides in mate-power-manager.lintian-overrides over to
    bin:package mate-power-manager-common (man page have been moved
    over into the latter).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
2
 
 
3
 
<!-- Process this file with docbook-to-man to generate an nroff manual
4
 
     page: `docbook-to-man manpage.sgml > manpage.1'.  You may view
5
 
     the manual page with: `docbook-to-man manpage.sgml | nroff -man |
6
 
     less'.  A typical entry in a Makefile or Makefile.am is:
7
 
 
8
 
manpage.1: manpage.sgml
9
 
        docbook-to-man $< > $@
10
 
 
11
 
    
12
 
        The docbook-to-man binary is found in the docbook-to-man package.
13
 
        Please remember that if you create the nroff version in one of the
14
 
        debian/rules file targets (such as build), you will need to include
15
 
        docbook-to-man in your Build-Depends control field.
16
 
 
17
 
  -->
18
 
 
19
 
  <!-- Please adjust the date whenever revising the manpage. -->
20
 
  <!ENTITY date        "<date>21 April, 2014</date>">
21
 
  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
22
 
       allowed: see man(7), man(1). -->
23
 
  <!ENTITY package     "mate-power-backlight-helper">
24
 
  <!ENTITY gnu         "<acronym>GNU</acronym>">
25
 
  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
26
 
]>
27
 
 
28
 
<refentry>
29
 
  <refentryinfo>
30
 
    <address>
31
 
      <email>richard@hughsie.com</email>;
32
 
    </address>
33
 
    <author>
34
 
      <firstname>Richard</firstname>
35
 
      <surname>Hughes</surname>
36
 
    </author>
37
 
    <copyright>
38
 
      <year>2005</year>
39
 
      <holder>Richard Hughes</holder>
40
 
    </copyright>
41
 
    &date;
42
 
  </refentryinfo>
43
 
  <refmeta>
44
 
    <refentrytitle>mate-power-backlight-helper</refentrytitle>
45
 
    <manvolnum>1</manvolnum>
46
 
  </refmeta>
47
 
  <refnamediv>
48
 
    <refname>&package;</refname>
49
 
 
50
 
    <refpurpose>helper application for MATE's power management backlight control</refpurpose>
51
 
  </refnamediv>
52
 
  <refsynopsisdiv>
53
 
    <cmdsynopsis>
54
 
      <command>&package;</command>
55
 
      <arg><option>--help</option></arg>
56
 
      <arg><option>--set-brightness</option></arg>
57
 
      <arg><option>--get-brightness</option></arg>
58
 
      <arg><option>--get-max-brightness</option></arg>
59
 
    </cmdsynopsis>
60
 
  </refsynopsisdiv>
61
 
  <refsect1>
62
 
    <title>DESCRIPTION</title>
63
 
 
64
 
    <para>This manual page documents briefly the
65
 
      <command>&package;</command> command.</para>
66
 
 
67
 
    <para><command>&package;</command> is a helper utility for controlling the backlight of TFT displays via the MATE power manager userspace daemon.</para>
68
 
        <para>The <command>&package;</command> requires to be run with root privileges.</para>
69
 
 
70
 
  </refsect1>
71
 
  <refsect1>
72
 
    <title>OPTIONS</title>
73
 
 
74
 
    <para>This program follows the usual &gnu; command line syntax,
75
 
      with long options starting with two dashes (`-').  A summary of
76
 
      options is included below. </para>
77
 
 
78
 
    <variablelist>
79
 
      <varlistentry>
80
 
        <term>
81
 
          <option>--help</option>
82
 
        </term>
83
 
        <listitem>
84
 
          <para>Show summary of options.</para>
85
 
        </listitem>
86
 
      </varlistentry>
87
 
      <varlistentry>
88
 
        <term>
89
 
          <option>--set-brightness BRIGHTNESS_LEVEL</option>
90
 
        </term>
91
 
        <listitem>
92
 
          <para>Set the given brightness.</para>
93
 
        </listitem>
94
 
      </varlistentry>
95
 
          <varlistentry>
96
 
        <term>
97
 
          <option>--get-brightness</option>
98
 
        </term>
99
 
        <listitem>
100
 
          <para>Get the current brightness.</para>
101
 
        </listitem>
102
 
      </varlistentry>
103
 
      <varlistentry>
104
 
        <term>
105
 
          <option>--get-max-brightness</option>
106
 
        </term>
107
 
        <listitem>
108
 
          <para>Get the number of brightness levels supported.</para>
109
 
        </listitem>
110
 
      </varlistentry>
111
 
 
112
 
        </variablelist>
113
 
  </refsect1>
114
 
  <refsect1>
115
 
    <title>SEE ALSO</title>
116
 
 
117
 
    <para>mate-power-manager (1).</para>
118
 
 
119
 
  </refsect1>
120
 
  <refsect1>
121
 
    <title>AUTHOR</title>
122
 
 
123
 
    <para>This manual page has been written by Mike Gabriel <email>mike.gabriel@das-netzwerkteam.de</email> for
124
 
      the <productname>Debian</productname> system (but may be used by others).
125
 
    </para>
126
 
 
127
 
  </refsect1>
128
 
</refentry>
129
 
 
130
 
<!-- Keep this comment at the end of the file
131
 
Local variables:
132
 
mode: sgml
133
 
sgml-omittag:t
134
 
sgml-shorttag:t
135
 
sgml-minimize-attributes:nil
136
 
sgml-always-quote-attributes:t
137
 
sgml-indent-step:2
138
 
sgml-indent-data:t
139
 
sgml-parent-document:nil
140
 
sgml-default-dtd-file:nil
141
 
sgml-exposed-tags:nil
142
 
sgml-local-catalogs:nil
143
 
sgml-local-ecat-files:nil
144
 
End:
145
 
-->