File: changelog

package info (click to toggle)
ddccontrol 0.4.4-1.2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,092 kB
  • sloc: ansic: 6,520; xml: 1,876; makefile: 141; sh: 16; sed: 16
file content (192 lines) | stat: -rw-r--r-- 7,187 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
ddccontrol (0.4.4-1.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix FTBFS with glibc 2.30+ due to sys/io.h removal on armel/armhf.
    (Closes: #979283)

 -- Adrian Bunk <bunk@debian.org>  Fri, 05 Feb 2021 17:11:39 +0200

ddccontrol (0.4.4-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Add upstream patch to fix FTBFS with GCC 10 (Closes: #957127)

 -- Paul Wise <pabs@debian.org>  Thu, 31 Dec 2020 12:51:18 +0800

ddccontrol (0.4.4-1) unstable; urgency=medium

  * New upstream release (Closes: #888015)
  * debian/ddccontrol.install, debian/libddccontrol0.install:
    update location of ddcpci binary (fixes binary-without-manpage),
    install with library (ddcpci is used by the library)
  * debian/gddccontrol.lintian-overrides: add override for
    desktop-command-not-in-package
  * debian/changelog, debian/control: fix file-contains-trailing-whitespace
  * debian/control: bump standards version to 4.1.4
  * debian/rules: enable bindnow hardening, fixes lintian hardening-no-bindnow

 -- Miroslav Kravec <kravec.miroslav@gmail.com>  Thu, 26 Apr 2018 20:16:18 +0200

ddccontrol (0.4.3-2) unstable; urgency=medium

  [ Jeremy Bicha ]
  * Restore changes from 0.4.2-12:
    - Drop Ubuntu-specific gksu dependency and patch (Closes: #894175)
    - Drop obsolete dirs files

  [ Miroslav Kravec ]
  * Add dependency to policykit to gddccontrol
  * Add patch to use policykit to launch gddccontrol via desktop
  * Add patch to load i2c-dev module at boot
  * debian/libddccontrol0.shlibs: bump version

 -- Miroslav Kravec <kravec.miroslav@gmail.com>  Tue, 24 Apr 2018 18:56:45 +0200

ddccontrol (0.4.3-1) unstable; urgency=low

  * New upstream release
  * debian/compat: increased compatibility level to 11
  * debian/control:
    * updated homepage to GitHub
    * updated VCS urls to GitHub
    * increased debhelper dependency version to 11
    * added build dependencies to build the release
    * adopt the package (Closes: #483479)
  * debian/ddccontrol.docs: use README.md
  * debian/ddccontrol.lintian-overrides, debian/lintian-overrides: removed,
    because it should be fixed, not suppressed warning
  * debian/gddccontrol.dirs: install icons folder
  * debian/gddccontrol.install: install icons (moved from pixmaps)
  * debian/gddccontrol.menu: removed, because there is .desktop file
  * debian/libddccontrol0.postinst: removed, because ldconfig is called by
    trigger added by dh_makeshlibs
  * debian/libddccontrol0.postrm: removed, because ldconfig is called by
    trigger added by dh_makeshlibs
  * debian/rules: use autogen.sh, and enable-doc at configure

 -- Miroslav Kravec <kravec.miroslav@gmail.com>  Fri, 26 Jan 2018 10:54:34 +0100

ddccontrol (0.4.2-12) unstable; urgency=medium

  * QA upload.
  * Drop Ubuntu-specific gksu dependency and patch. gksu will be removed
    from Debian and Ubuntu soon.
  * Bump debhelper compat to 10
  * Drop obsolete menu files since a .desktop is provided

 -- Jeremy Bicha <jbicha@debian.org>  Sat, 30 Dec 2017 12:27:20 -0500

ddccontrol (0.4.2-11) unstable; urgency=low

  * QA upload.
  * Link to libm. (Closes: #713540).
  * Add patch to prevent buffer overrun. (Closes: #639932).
  * Bump debhelper build-dep and compat to 9.
    + Adds hardening flags.
    + Patch for errors found by hardening flags.
    + Make package multi-arch compliant.
  * Bump Standards Version to 3.9.4.

 -- Barry deFreese <bdefreese@debian.org>  Mon, 01 Jul 2013 16:58:49 -0400

ddccontrol (0.4.2-10) unstable; urgency=low

  * QA upload.
  * Stop building the panel applet. Closes: #645565

 -- Michael Biebl <biebl@debian.org>  Mon, 17 Oct 2011 06:12:32 +0200

ddccontrol (0.4.2-9) unstable; urgency=low

  * QA upload.
  * Switch to 3.0 (quilt) format.
  * Reduce delta with Ubuntu to zero:
    - Apply 0001-ubuntu_desktop_file_use_gksu.patch on Ubuntu:
      + Use gksu in gddccontrol.desktop to get access to the DDC/CI device.
    - Tune dh_gencontrol call to add gksu to gddccontrol's Depends field
      when built on Ubuntu.
  * Remove libddccontrol0.post{inst,rm} as debhelper does the job.
  * debian/rules:
    - Switch to DH7 pure-form format.
    - Link with --as-needed.
    - Strip wrong #include statement from /usr/include/ddccontrol/ddcci.h
      Closes: #518083
  * Bump Standards, required changes:
    - Bump debian/compat to 7.
    - debian/control:
      + Add misc:Depends macros to the Depends fields.
      + Fix description-synopsis-starts-with-article warning.
      + Small improvements to the packages description.
    - debian/rules: Remove dh_desktop call, it is deprecated.
    - debian/watch: Remove dh-make template
    - debian/copyright: Fix copyright-refers-to-symlink-license warning.

 -- Alessio Treglia <alessio@debian.org>  Fri, 01 Jul 2011 14:39:06 +0200

ddccontrol (0.4.2-8) unstable; urgency=low

  * QA upload.
  * Get rid of unneeded *.la files (Closes: #621216).

 -- Alessio Treglia <alessio@debian.org>  Fri, 03 Jun 2011 10:59:33 +0200

ddccontrol (0.4.2-7) unstable; urgency=low

  * QA upload.
    - Add armhf to architectures list. (Closes: DebianBug#604653)
    - Bump standards version to 3.9.1

 -- Hector Oron <zumbi@debian.org>  Mon, 28 Mar 2011 17:21:18 +0000

ddccontrol (0.4.2-6) unstable; urgency=low

  * Orphaning this package. Maintainer set to Debian QA Group.

 -- Roberto C. Sanchez <roberto@connexer.com>  Thu, 10 Sep 2009 20:47:21 -0400

ddccontrol (0.4.2-5) unstable; urgency=low

  * Change to build with libpci-dev, fixes FTBFS (Closes: #478369)
  * Use updated doc-base section.

 -- Roberto C. Sanchez <roberto@connexer.com>  Tue, 29 Apr 2008 02:02:56 -0400

ddccontrol (0.4.2-4) unstable; urgency=low

  * debian/watch: Switch to Debian QA's SourceForge redirector.
  * debian/control: Add Vcs-Browser and Vcs-Svn fields.
  * debian/ddccontrol.doc-base: add file
  * debian/rules: placate lintian by properly calling '$(MAKE) distclean'
  * debian/control: Update to modern substvars (e.g., ${source:Version})
  * debian/gddccontrol.menu: Update to comply with new menu policy
  * debian/control: Add armel to arch list (Closes: #461089)
  * debian/control: Update to Standards-Version 3.7.3 (no changes)
  * debian/ddccontrol.menu: Don't use obsolete Apps section
  * debian/control: Make gddccontrol bin-nmuable

 -- Roberto C. Sanchez <roberto@connexer.com>  Wed, 16 Jan 2008 22:44:36 -0500

ddccontrol (0.4.2-3) unstable; urgency=low

  * Updated to debhelper compatibility level 5.
  * Update architecture list (Closes: #423796).

 -- Roberto C. Sanchez <roberto@connexer.com>  Sat, 26 May 2007 12:55:35 -0400

ddccontrol (0.4.2-2) unstable; urgency=low

  * Updated maintainer email address
  * Restrict architectures to i386 and amd64 (Closes: #385812)
  * Document why "I/O warning" sometimes occurs (Closes: #386235)
  * debian/rules: make debhelper commands apply to all binary packages
  * Force LDFLAGS="-lz" for ./configure (Closes: #396732)

 -- Roberto C. Sanchez <roberto@connexer.com>  Mon, 23 Apr 2007 16:21:02 -0400

ddccontrol (0.4.2-1) unstable; urgency=low

  * Initial Release.
  * Resolve ITP (closes: #322774)

 -- Roberto C. Sanchez <roberto@familiasanchez.net>  Sun, 30 Jul 2006 21:55:49 -0400