debian/changelog: release package version 0.1.7-1
[libam7xxx.git] / debian / changelog
1 libam7xxx (0.1.7-1) unstable; urgency=medium
2
3   * New upstream release (Closes: #888355)
4   * debian/{control,gbp.conf}: change the debian branch name to follow DEP-14
5   * debian/patches: drop a patch merged upstream
6   * debian/patches: add a patch to fix the version number
7   * debian/rules: don't include buildflags.mk manually
8   * debian/rules: enable all hardening flags
9   * debian/control: replace priority "extra" with "optional"
10   * debian/patches: add a patch to fix udev rules
11   * debian/patches: add a patch to use GNUInstallDirs when building with cmake
12   * debian/*.install: fix paths for multi-arch objects
13   * debian/patches: add patch to add the AppStream metadata
14   * debian/libam7xxx0.1.install: install the AppStream metainfo file
15   * debian/{control,rules}: drop the obsolete -dbg package
16   * debian: use https in URLs
17   * debian/control: bump Standards-Version to 4.1.3
18   * debian/{compat,control}: bump debhelper compatibility to 11
19   * debian/libam7xxx0.1-doc.*: additional doc is now installed in the main package
20   * debian/libam7xxx0.1-doc.lintian-overrides: remove unused override
21   * debian/copyright: update copyright years
22   * debian/control: remove unnecessary greater-than versioned dependencies
23   * debian/control: remove obsolete Conflicts/Replaces
24   * debian/control: drop the dependency on dpkg-dev
25
26  -- Antonio Ospite <ao2@ao2.it>  Sat, 03 Mar 2018 16:17:56 +0100
27
28 libam7xxx (0.1.6-2) unstable; urgency=medium
29
30   * debian/patches: add a patch to make the build of Doxygen docs reproducible
31   * debian/patches: add patch to fix warning about missing declaration of lroundf
32   * debian/libam7xxx0.1-doc.lintian-overrides: drop unused-overrides
33
34  -- Antonio Ospite <ao2@ao2.it>  Tue, 17 Nov 2015 20:18:01 +0100
35
36 libam7xxx (0.1.6-1) unstable; urgency=medium
37
38   * New upstream release (Closes: #803832)
39   * debian/patches: drop all patches, they have all been applied upstream
40   * debian/control: increase Standards-Version to 3.9.6
41
42  -- Antonio Ospite <ao2@ao2.it>  Tue, 17 Nov 2015 18:16:29 +0100
43
44 libam7xxx (0.1.5-3) unstable; urgency=medium
45
46   * debian/control: move asciidoc and xmlto to Build-Depends
47     They were in Build-Depends-Indep before, but this was not right as these
48     dependencies are needed for creating the man pages in the arch:any
49     packages.
50
51  -- Antonio Ospite <ao2@ao2.it>  Thu, 06 Nov 2014 15:09:23 +0100
52
53 libam7xxx (0.1.5-2) unstable; urgency=medium
54
55   * debian/gbp.conf: fix typo s/prinstine-tar/pristine-tar/g
56   * debian/libam7xxx0.1-doc.lintian-overrides: update one override
57   * debian/patches: add a patch to fix the license of the example programs
58   * debian/copyright: document the license of some scripts from contrib/
59   * debian/libam7xxx0.1-bin.install: distribute some files from contrib/
60   * debian/libam7xxx0.1-doc.examples: move the C example programs to libam7xxx-dev
61
62  -- Antonio Ospite <ao2@ao2.it>  Mon, 07 Jul 2014 22:41:29 +0200
63
64 libam7xxx (0.1.5-1) unstable; urgency=medium
65
66   * New upstream release
67   * debian/control: update Maintainer email address
68   * debian/copyright: update contact info and copyright years
69   * debian/rules: install the NEWS file as the upstream changelog
70   * debian/control: rename the libam7xxx-doc package to libam7xxx0.1-doc
71   * debian/libam7xxx0.1-doc.lintian-overrides: update overrides
72   * debian/control: rename the libam7xxx-bin package to libam7xxx0.1-bin
73   * debian/patches: drop all patches
74   * debian/watch: detect new versions from gitweb
75   * debian/control: fix installation over old versions
76   * debian/control: use a single dash in short descriptions
77   * debian/control: fix cme warnings "Synopsis is too long."
78
79  -- Antonio Ospite <ao2@ao2.it>  Thu, 15 May 2014 18:09:09 +0200
80
81 libam7xxx (0.1.4-3) unstable; urgency=medium
82
83   * debian/control: remove versions from libav dependencies
84   * debian/patches: add 0003-CMakeLists.txt-define-DEBUG-1-only-when-CMAKE_BUILD_.patch
85   * debian/control: drop the version on the asciidoc dependency
86   * debian/gbp.conf: explicitly disable pristine-tar
87   * debian/control: bump Standards-Version to 3.9.5
88   * debian/control: specify the debian package branch in Vcs-Git
89   * debian/control: drop the am7xxx metapackage
90   * debian/patches: add 0004-Revert-am7xxx-use-the-symbolic-constant-for-libusb-l.patch
91
92  -- Antonio Ospite <ospite@studenti.unina.it>  Wed, 29 Jan 2014 15:29:28 +0100
93
94 libam7xxx (0.1.4-2) unstable; urgency=low
95
96   * debian/patches: add 0002-am7xxx-add-quirks-for-Philips-Sagemcom-PicoPix-2055.patch
97
98  -- Antonio Ospite <ospite@studenti.unina.it>  Sat, 03 Aug 2013 16:27:13 +0200
99
100 libam7xxx (0.1.4-1) unstable; urgency=low
101
102   * New upstream release
103   * debian/patches: refresh patches for v0.1.4
104   * debian/libam7xxx0.1.symbols: add the am7xxx_send_image_async symbol
105   * debian/control: update the list of supported devices
106   * debian/control: fix a not-binnmuable-any-depends-all lintian error
107   * debian/control: update Standards-Version to 3.9.4
108
109  -- Antonio Ospite <ospite@studenti.unina.it>  Sun, 28 Jul 2013 22:39:42 +0200
110
111 libam7xxx (0.1.3-1) unstable; urgency=low
112
113   * New upstream release
114   * debian/libam7xxx0.1.symbols: add the am7xxx_set_zoom_mode symbol
115   * debian/patches: add patch 0001 for a missing man page
116   * debian/control: update the list of supported devices
117   * debian: add a package for debug symbols
118   * debian/patches: add 0002-Revert-am7xxx-play-switch-to-avcodec_encode_video2.patch
119   * debian/control: restrict the version also for the other libav libraries
120
121  -- Antonio Ospite <ospite@studenti.unina.it>  Mon, 18 Mar 2013 14:04:14 +0100
122
123 libam7xxx (0.1.2-1) unstable; urgency=low
124
125   * Initial release (Closes: #666075)
126
127  -- Antonio Ospite <ospite@studenti.unina.it>  Wed, 28 Mar 2012 16:51:54 +0200