File: changelog

package info (click to toggle)
libvideo-capture-v4l-perl 0.902-4
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 640 kB
  • ctags: 323
  • sloc: perl: 2,749; ansic: 1,494; sh: 22; makefile: 4
file content (179 lines) | stat: -rw-r--r-- 6,150 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
libvideo-capture-v4l-perl (0.902-4) unstable; urgency=medium

  * Team upload.

  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.
  * debian/control: Change Architecture to linux-any and kfreebsd-any.

  [ Salvatore Bonaccorso ]
  * debian/copyright: Replace DEP5 Format-Specification URL from
    svn.debian.org to anonscm.debian.org URL.
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs
  * Update Vcs-Browser URL to cgit web frontend

  [ Axel Beckert ]
  * Don't compress example scripts to keep them executable.
  * Build-depend on debhelper >= 9.20120312~ and bump debhelper
    compatibility to 9 in order to get the default hardening flags.
  * Apply wrap-and-sort.
  * Declare compliance with Debian Policy 3.9.6.
  * debian/copyright:
    + migrate pre-1.0 format to 1.0 using "cme fix dpkg-copyright"
    + Fix lintian warning copyright-refers-to-symlink-license.
    + Add missing wildcard to "Files: RTjpeg/codec/" header.
  * Declare package as autopkgtestable.
  * Fix issues found by DUCK in debian/copyright:
    + Replace videotext download URL by capture of the Wayback Machine.
    + Update Martin Buck's e-mail address.
    + Update Justin Schoeman's e-mail address.

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

 -- Axel Beckert <abe@debian.org>  Tue, 23 Jun 2015 21:44:32 +0200

libvideo-capture-v4l-perl (0.902-3) unstable; urgency=low

  * Tweak patch v4l2.patch to stop using the now-removed
    linux/videodev.h (Closes: #621466)
  * Update Standards-Version (no changes)

 -- Dominic Hargreaves <dom@earth.li>  Sun, 01 May 2011 17:16:13 +0100

libvideo-capture-v4l-perl (0.902-2) unstable; urgency=low

  [ gregor herrmann ]
  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
    (source stanza).
  * debian/control: Added: ${misc:Depends} to Depends: field.

  [ Nathan Handler ]
  * debian/watch: Update to ignore development releases.

  [ Damyan Ivanov ]
  * add v4l2.patch, making the module use v4l1_open function from libv4l.
    Closes: #569091 -- Uses obsolete V4L1 API

  [ gregor herrmann ]
  * Convert to source format 3.0 (quilt).
  * Convert to debhelper 7.
  * Set Standards-Version to 3.8.4; drop version from perl build dependency.
  * Convert debian/copyright to DEP5 format.
  * Add DEP3 headers to patches.

 -- gregor herrmann <gregoa@debian.org>  Wed, 17 Mar 2010 18:00:32 +0100

libvideo-capture-v4l-perl (0.902-1) unstable; urgency=low

  * New upstream release.
  * Set Standards-Version to 3.8.0; add debian/README.source to document
    quilt usage.
  * Refresh compile-failure.patch (parts of the patch are adopted upstreams).

 -- gregor herrmann <gregoa@debian.org>  Sat, 26 Jul 2008 17:13:52 +0200

libvideo-capture-v4l-perl (0.901-4) unstable; urgency=low

  * debian/rules: touch Makefile in clean target after unpatching
    Makefile.PL to prevent it from being re-built; allows building twice
    in a row.
  * Refresh debian/rules in general.
  * Add /me to Uploaders.

 -- gregor herrmann <gregoa@debian.org>  Wed, 30 Apr 2008 22:35:27 +0200

libvideo-capture-v4l-perl (0.901-3) unstable; urgency=low

  [ gregor herrmann ]
  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
    field (source stanza); Homepage field (source stanza). Removed: XS-
    Vcs-Svn fields.
  * debian/rules: delete /usr/share/perl5 only if it exists.
  * Set Standards-Level to 3.7.3 (no changes needed).
  * Set debhelper compatibility level to 6.
  * debian/copyright:
    - add additional copyright holders and licenses
    - convert to new format

  [ Frank Lichtenheld ]
  * debian/rules: let dh_strip handle nostrip support internally

  [ Damyan Ivanov ]
  * debian/watch: use dist-based URL.
  * put changes to upstream source in quilt patches
  * do not install redundant README
  * remove unused debhelper calls

 -- Roberto C. Sanchez <roberto@debian.org>  Sat, 26 Jan 2008 14:49:50 -0500

libvideo-capture-v4l-perl (0.901-2) unstable; urgency=low

  * Fix bashism: dash requires path to file in "." when sourcing it.
    Closes: #374151
  * Add self to uploaders.
  * Remove generated file RTjpeg/codec/RTjpeg.c in clean.
  * Don't ignore make realclean errors.

 -- Joey Hess <joeyh@debian.org>  Sat, 11 Aug 2007 21:15:46 -0400

libvideo-capture-v4l-perl (0.901-1) unstable; urgency=low

  * New upstream release
  * New maintainer (in response to Matthias' mail, see
    http://lists.debian.org/debian-devel/2006/05/msg02947.html)
    Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
    via Zak B. Elep <zakame@spunge.org>
  * debian/control:
    + Bump Standards-Version.
    + Bump debhelper to version 5; set debian/compat accordingly.
  * debian/copyright:
    + Update maintenance notes.
  * Added debian/watch .

 -- Zak B. Elep <zakame@spunge.org>  Thu, 29 Jun 2006 13:50:30 +0800

libvideo-capture-v4l-perl (0.225-1) unstable; urgency=low

  * New Upstream version.
  * Fix FTBFS. Closes:#318547.

 -- Matthias Urlichs <smurf@debian.org>  Mon, 23 Jan 2006 11:03:18 +0100

libvideo-capture-v4l-perl (0.224-5) unstable; urgency=low

  * Missed a -fPIC in a sub-Makefile, minor compile fixes.
    - Closes: #258991, #259440
  * Don't nest examples/ directories.

 -- Matthias Urlichs <smurf@debian.org>  Thu, 15 Jul 2004 10:24:22 +0200

libvideo-capture-v4l-perl (0.224-4) unstable; urgency=low

  * Makefile.PL: CFLAGS => CCFLAGS

 -- Matthias Urlichs <smurf@debian.org>  Mon, 12 Jul 2004 18:21:16 +0200

libvideo-capture-v4l-perl (0.224-2) unstable; urgency=low

  * Use -fPIC.
    - Closes: #258680
    - Thanks to Goswin Brederlow <brederlo@informatik.uni-tuebingen.de>.

 -- Matthias Urlichs <smurf@debian.org>  Sun, 11 Jul 2004 07:14:51 +0200

libvideo-capture-v4l-perl (0.224-1) unstable; urgency=low

  * New Upstream version.
    - minor updates

 -- Matthias Urlichs <smurf@debian.org>  Wed,  7 Jul 2004 22:14:35 +0200

libvideo-capture-v4l-perl (0.222-1) unstable; urgency=low

  * Initial Release.
    - Closes: #256806 (ITP)

 -- Matthias Urlichs <smurf@debian.org>  Tue, 29 Jun 2004 09:57:09 +0200