File: changelog

package info (click to toggle)
metacam 1.2-11
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 512 kB
  • sloc: cpp: 6,849; makefile: 132; sh: 6
file content (176 lines) | stat: -rw-r--r-- 6,114 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
metacam (1.2-11) unstable; urgency=medium

  [ Joao Eriberto Mota Filho ]
  * Using new DH level format. Consequently:
      - debian/compat: removed.
      - debian/control: changed from 'debhelper' to 'debhelper-compat' in
        Build-Depends field.
  * debian/copyright:
      - Added rights for Aleksey Kravchenko.
      - Updated packaging copyright years.

  [ Aleksey Kravchenko ]
  * Add Upstream Metadata file.
  * Bump std-version to 4.3.0.
  * d/patches:
    - Support DEB_BUILD_OPTIONS=noopt and honour CPPFLAGS.
    - Fix crashes on ill-formed Jpeg images (Closes: #779695, #779696).
    - Fix crash on reading a long string field (Closes: #779697).
    - Fix crash on certain Canon flash modes (LP: #298580).

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Sun, 20 Jan 2019 15:33:04 -0200

metacam (1.2-10) unstable; urgency=medium

  [ Joao Eriberto Mota Filho ]
  * Migrated DH level to 11.
  * debian/control: bumped Standards-Version to 4.2.1.
  * debian/copyright:
      - Added rights for Raphaël Hertzog.
      - Updated packaging copyright years.
      - Using a secure copyright format in URI.
  * debian/tests/*: added to perform tests.

  [ Raphaël Hertzog ]
  * debian/control:
      - Changed Vcs-* URLs to salsa.debian.org.
      - Updated team maintainer address to Debian Security Tools
        <team+pkg-security@tracker.debian.org>.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Sat, 15 Sep 2018 23:15:26 -0300

metacam (1.2-9) unstable; urgency=medium

  * Bumped DH level to 10.
  * debian/control:
      - Bumped Standards-Version to 3.9.8.
      - Updated the Vcs-* fields to use https instead of http and git.
  * debian/copyright:
      - Grouped all upstream copyright blocks.
      - Updated the packaging copyright years.
  * debian/man/:
      - Renamed to debian/manpage.
      - Using create-man.sh instead of genallman.sh.
  * debian/patches/:
      - Added 30_fix-GCC-warnings.patch to fix some GCC warnings.
      - fix-gcc-4.3: renamed to 20_fix-gcc-4.3.patch.
      - Makefile: renamed to 10_add-GCC-hardening.patch.
  * debian/rules: removed the unnecessary variable DEB_CFLAGS_MAINT_APPEND.
  * debian/watch:
      - Bumped to version 4.
      - Removed the extra source to avoid conflicts with uscan.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Wed, 23 Nov 2016 13:53:34 -0200

metacam (1.2-8) unstable; urgency=medium

  * Upload to unstable.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Mon, 25 May 2015 22:40:56 -0300

metacam (1.2-7) experimental; urgency=medium

  * debian/control:
      - Added the Homepage field.
      - Fixed the Vcs-* fields.
  * debian/rules:
      - Added the DEB_BUILD_MAINT_OPTIONS variable to fix the issues
        pointed by blhc.
      - Added a target to install the new file debian/upstream.changelog.
  * debian/upstream.changelog: added as a changelog from upstream homepage.
  * debian/watch: added a second way to track new releases.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Wed, 29 Oct 2014 15:34:14 -0200

metacam (1.2-6) unstable; urgency=medium

  * New maintainer and co-maintainer. Thanks a lot to  Juan Angulo
      Moreno <juan@apuntale.com>, the last maintainer of this package.
  * Migrations:
      - Converted the manpage to txt2man system. Consequently, created
        the debian/man/ directory, removed debian/metacam.1 file and
        updated the debian/manpages file.
      - Debian format to 3.0.
      - debian/copyright to 1.0 format.
      - debhelper level to 9.
      - Dropped the CDBS system.
      - Patches to quilt system (01_makefile_clean.diff was dropped;
        02_gcc-4.3-fix.diff and 03_metacam_gcc-4.3.diff was merged).
  * debian/clean: added to remove a file forgotten by upstream.
  * debian/control:
      - Added the ${misc:Depends} variable to binary block.
      - Bumped Standards-Version to 3.9.6.
      - Improved the long description.
  * debian/copyright: updated the upstream and packaging data.
  * debian/manpages: added to install the manpage.
  * debian/patches/Makefile: added to provide GCC hardening.
  * debian/rules: added the DEB_CFLAGS_MAINT_APPEND variable to fix
      the issues pointed by blhc.
  * debian/watch: improved.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Tue, 07 Oct 2014 18:19:00 -0300

metacam (1.2-5) unstable; urgency=low

  * Update Standards-version 3.7.3.
  * Update Debhelper 6.
  * GCC 4.3 patch. (Closes: #455621)

 -- Juan Angulo Moreno <juan@apuntale.com>  Thu, 06 Mar 2008 22:27:06 -0430

metacam (1.2-4) unstable; urgency=low

  * New maintainer (Closes: #425241)
  * [debian/control] Update description
  * Fixed segmentation fault picture Canon S60 (when it was updated the version
    0.6-1 to 1.2-1 error was not present) (Closes: #279342)
  * [debian/watch] Fix URL file
  * [debian/copyright] Updated (Separation by author and copyrights)

 -- Juan Angulo Moreno <juan@apuntale.com>  Fri, 4 Sep 2007 10:17:04 -0400

metacam (1.2-3) unstable; urgency=low

  * GCC 4.3 patch (Closes: #417428)

  * Orphaning the package.

 -- Jarno Elonen <elonen@debian.org>  Fri, 18 May 2007 12:19:33 +0300

metacam (1.2-2) unstable; urgency=low

  * Added CDBS dependency
  * Added a 'watch' file for uscan

 -- Jarno Elonen <elonen@debian.org>  Sat,  4 Sep 2004 02:45:30 +0300

metacam (1.2-1) unstable; urgency=low

  * New upstream release
  * New maintainer (Closes: #269230, #162468)
  * Rewrote 'rules' with CDBS
  * Updated 'copyright' file to actually contain copyrights
  * Updated man page

 -- Jarno Elonen <elonen@debian.org>  Sat,  4 Sep 2004 01:43:09 +0300

metacam (0.6-1.1) unstable; urgency=low

  * Non Maintainer Upload
  * Fix all g++ 3.x error. g++ 3.x is very strict with types
    (Closes: #134021)

 -- Julien LEMOINE <speedblue@debian.org>  Sun, 16 Mar 2003 16:15:30 +0100

metacam (0.6-1) unstable; urgency=low

  * New upstream release
  * Updated to use debhelper 3

 -- Alp Toker <alp@atoker.com>  Wed, 26 Dec 2001 02:10:37 +0000

metacam (0.5-1) unstable; urgency=low

  * Initial Release.

 -- Alp Toker <alp@atoker.com>  Tue,  4 Sep 2001 20:57:44 +0100