File: changelog

package info (click to toggle)
unicap 0.9.12%2Brepack20150328.0.git2c600ae-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,832 kB
  • ctags: 3,022
  • sloc: ansic: 24,808; sh: 553; makefile: 275
file content (214 lines) | stat: -rw-r--r-- 8,528 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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
unicap (0.9.12+repack20150328.0.git2c600ae-2) unstable; urgency=medium

  * Keep cpi_register() function in plugins, so they actually work

 -- IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>  Tue, 03 Oct 2017 17:02:47 +0200

unicap (0.9.12+repack20150328.0.git2c600ae-1) unstable; urgency=medium

  * New upstream version 0.9.12+repack20150328.0.git2c600ae

  [ IOhannes m zmölnig ]
  * Refresh patches
    * Update patch to fix translation check
    * Add patch to allow building of gtk-docs
  * Switch build-system to dh
  * Add libunicap2.symbols file
    * Restrict exported symbols to unicap_* namespace
    * Exclude CPI-libraries from dpkg-gensymbols
  * Streamline Build-Dependencies
  * Suggest docs from dev package (rather than from the libs)
  * Drop superfluous Section from d/control
  * Add d/source/local-options
  * Update d/copyright
  * Fix d/watch
  * Add README.source explaining on how to get the sources
  * Switch Vcs to pkg-multimedia (and modernized Vcs-* stanzas)
  * Added myself to uploaders
  * Bump dh compat to 10
  * Bumped standards version to 4.1.1

 -- IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>  Tue, 03 Oct 2017 15:57:08 +0200

unicap (0.9.12-2) unstable; urgency=low

  * Add patch 1010 to fix implicit pointer conversions in v4l2 macros.
    Closes: #678718. Thanks to Adam Conrad.
  * Add patch 1011 to fix implicit function declarations in cpi/euvccam.
    Thanks to Adam Conrad.
  * Correct and extend copyright years for packaging.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 24 Jun 2012 14:27:13 +0200

unicap (0.9.12-1) unstable; urgency=low

  * New upstream release.
    Closes: bug#610440. Thanks to IOhannes m zmoelnig.

  * Acknowledge NMUs.
    Thanks to Alessio Treglia and Adam Conrad.
  * Simplify packaging: libucil and libunicapgtk now separate projects.
    Really closes: bug#663022. Also closes: bug#649810.
  * Update patches:
    + Drop all but patches 1001 1003 1009: Obsolete.
    + Unfuzz patches and refresh with shortening quilt options.
    + Add patch 1005 to update list of gettext source files.
    + Add patch 1006 to fix euvccam driver -lrt linkage.
  * Stop shipping *.la files: No packages depend on them any longer.
    Tighten build-depdendency on d-shlibs.
    Really really closes: bug#633316. Thanks to Neil Williams and
    Alessio Treglia.
  * Stop shipping examples no longer provided upstream.
    Closes: bug#535692. Thanks to Luca Bigliardi.
  * Update upstream download URL in watch and rules files.
  * Tighten and simplify CDBS usage.
  * Use source format 3.0 (quilt), and stop including patchsys-quilt.mk.
  * Bump standards-version to 3.9.3.
  * Git-ignore quilt .pc dir, to ease building with git-buildpackage.
  * Rewrite copyright file using file format 1.0.
  * Fix extend copyright file with Files section covering patches by
    Miriam Ruiz.
  * Move maintenance to Debian Multimedia Maintainers.
  * Use anonscm.debian.org for Vcs-Browser field.
  * Drop build-dependencies for now separate projects: libavcodec-dev
    libavformat-dev libtheora-dev libvorbis-dev libasound2-dev
    libpng12-dev libxv-dev.
    Closes: bug#662529. Thanks to Nobuhiro Iwamatsu.
  * Relax to build-depend unversioned on debhelper d-shlibs
    libgtk2.0-dev libglib2.0-dev: Required versions satisfied even in
    oldstable.
  * Regenerate autotools.
    Build-depend on libtool automake1.11 autoconf.
  * Configure with --enable-libv4l.

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 23 Jun 2012 03:05:28 +0200

unicap (0.9.5-1.4) unstable; urgency=low

  * Non-maintainer upload to fix FTBFS (Closes: #663022):
    - Move .la sed magic from common-install-prehook-arch:: to
      common-install-impl:: so it happens after make install.

 -- Adam Conrad <adconrad@debian.org>  Fri, 22 Jun 2012 12:59:45 -0600

unicap (0.9.5-1.3) unstable; urgency=low

  * Non-maintainer upload.
  * Fix FTBFS on all architectures due to a mistake in debian/rules:
    - Don't rely on debian/tmp because common-install-prehook-arch target
      is called before anything serious is done (like installing files);
      really closes: #633316

 -- Alessio Treglia <alessio@debian.org>  Thu, 01 Mar 2012 01:03:47 +0100

unicap (0.9.5-1.2) unstable; urgency=low

  * Non-maintainer upload.
  * debian/rules: Empty dependency libs in .la files (Closes: #633316)

 -- Alessio Treglia <alessio@debian.org>  Wed, 15 Feb 2012 19:14:36 +0100

unicap (0.9.5-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Point #include statements to the new location of the V4L1 headers as
    they are no longer provided by the kernel, fix FTBFS (Closes: #621954):
    - Add 1009_v4l1.patch
    - Add build-dependency on libv4l-dev
    - Regenerate debian/control

 -- Alessio Treglia <alessio@debian.org>  Sat, 06 Aug 2011 10:09:07 +0200

unicap (0.9.7-1) unstable; urgency=low

  * New upstream release.
  * Drop patch 1005 (POTFILES infile fix) solved upstream now.
  * Update package-relations.mk: Cleanup unversioned+versioned
    dependency mix. Improve whitespace cleanup. Rewrite and silence
    applying dependencies.
  * Relax build-dependency on gnulib to be unversioned (required version
    is in oldstable).

 -- Jonas Smedegaard <dr@jones.dk>  Fri, 02 Oct 2009 17:18:31 +0200

unicap (0.9.5-1) unstable; urgency=low

  * New upstream release:
    + allow arbitrary FourCCs
    + set frame_interval correctly for frame rates != 30 FPS
  * Add git-buildpackage configfile, enabling pristine-tar branch and
    signed tags.
  * Drop blog URL as source URL.
  * Rewrite README.source.
  * Update local CDBS snippets:
    + Enhance package-relations.mk to support all binary package
      relations (except -indep ones).
    + Enhance package-relations.mk to support Enhances
    + Extend package-relation cleanup to include debhelper 6 and 7.0.1
    + Fix package-relations cleanup of debhelper 7
    + Implement fail-source-not-repackaged rule in upstream-tarball.mk
    + Update URL to draft DEP5 format in copyright-check.mk output
  * Fix tighten versioned build-dependenc on debhelper.
  * Override libav*-dev more generally in debian/rules d-shlibs
    resolving.
  * Add patch 1007 to drop ffmpeg backwards compatibility regarding
    YUYV422/YUV422, possibly clashing with recent changes to FourCC
    handlings. Thanks to Petr Baudis.
  * Add patch 1008, and update patch 2001, to make unicap work with
    gspca driver. Thanks to Petr Baudis.
  * Rewrite copyright to use DEP5 r59 proposed machine-readable format.
  * Bump policy compliance to standards-version 3.8.1.

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 17 Jun 2009 01:55:26 +0200

unicap (0.9.4-1) unstable; urgency=low

  * New upstream release (found mentioned in upstream blog).
    + Update copyright, watch file and get-orig-source target to use
      blog.
  * Update debian/copyright:
    + Bump licensing years of both upstream source and debian packaging
    + Update syntax to proposal v440 (no changes needed)
    + Merge entries with same authors and copyrights
    + Fix references to GAP license.
    + Add reference to Libtool license.
  * Update copyright-hints.
  * Add patch 1006 to fix linking against recent libav{codec,util}.h.
    Closes: bug#516949, thanks to Kurt Roeckx and Reinhard Tartler.
  * Bump libavcodec version to suppress by d-shlibs in debian/rules.

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 24 Feb 2009 23:15:13 +0100

unicap (0.9.3-3) unstable; urgency=low

  * Fix watch file.
  * Update CDBS snippets:
    + Fix use underscore (not dash) in internal variable
    + Ignore only debian changelog and copyright-related files by
      default in copyright-check.mk
    + Correct and update copyright hints of the snippets themselves
  * Add licensing info to debian/rules.
  * Update debian/copyright and copyright hints:
    + Add info on debian files (new owners, no new licenses)
    + Tighten references to files and licenses
    + Bump to version 420 of new format

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 28 Dec 2008 15:28:40 +0100

unicap (0.9.3-2) unstable; urgency=low

  * Fix install docs.

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 08 Dec 2008 06:34:29 +0100

unicap (0.9.3-1) unstable; urgency=low

  [ Jonas Smedegaard ]
  * Initial release. Closes: bug#491220.
  * Add patch 1005 to fix po/POTFILES.in to allow running build tests.

  [ Miriam Ruiz ]
  * Add patch 1001-1004 fixing various compiler issues.
  * Provide compile options to avoid unnecessary linking.

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 08 Dec 2008 05:44:20 +0100