File: changelog

package info (click to toggle)
bino 1.6.6-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 4,636 kB
  • sloc: cpp: 21,288; sh: 4,849; makefile: 314; sed: 16
file content (157 lines) | stat: -rw-r--r-- 5,315 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
bino (1.6.6-3) unstable; urgency=medium

  * Use https url in watch file
  * Update Standards-Version to 4.1.4
  * Remove --parallel argument, enabled by default now
  * Enable all hardening options

 -- Daniel Schaal <daniel@schaal.email>  Mon, 11 Jun 2018 06:55:20 +0200

bino (1.6.6-2) unstable; urgency=medium

  * Fix FTBFS with FFmpeg 4.0.
    Thanks to James Cowgill <jcowgill@debian.org> (Closes: #888358)

 -- Daniel Schaal <daniel@schaal.email>  Wed, 30 May 2018 07:29:22 +0200

bino (1.6.6-1) unstable; urgency=medium

  * Build-Depend on libqt5opengl5-desktop-dev to
    prevent build attempts on architectures
    without desktop gl support
  * Change priority from extra to optional
  * Add travis configuration
  * Move upstream signing keys to debian/upstream/
  * Update upstream signing key
  * New upstream version 1.6.6
  * Build-depend on plain libglew instead of libglewmx
  * Use debhelper compat 11
  * Update copyright
  * Use https links
  * Update policy version to 4.1.3

 -- Daniel Schaal <daniel@schaal.email>  Sat, 20 Jan 2018 11:47:49 +0100

bino (1.6.5-1) unstable; urgency=medium

  * New upstream version 1.6.5 (Closes: #847550)
  * Use dh compat 10
  * Remove ffmpeg_2.9.patch, fixed upstream
  * Use https for copyright Format link
  * Remove versioned dependency to ffmpeg
  * Update standards-version to 3.9.8
  * Update copyright

 -- Daniel Schaal <daniel@schaal.email>  Fri, 16 Dec 2016 20:43:03 +0100

bino (1.6.3-1) unstable; urgency=medium

  * Remove bino-dbg package, rely on automatic dbgsym package
  * Imported Upstream version 1.6.2
  * Imported Upstream version 1.6.3
    * fixes compilation with g++-6 (Closes: #811630)
  * Remove use-fPIC.patch, merged upstream
  * Always use debian/tmp
  * Use https url for Vcs-Git
  * Update standards-version, no changes needed

 -- Daniel Schaal <daniel@schaal.email>  Mon, 15 Feb 2016 05:41:22 +0100

bino (1.6.1-1) unstable; urgency=medium

  * Imported Upstream version 1.6.1
  * Update gbp.conf to match new gbp config style
  * Add patch to compile with -fPIC instead of -fPIE when necessary.
    (Closes: #802374)
  * Update standards-version to 3.9.6
  * Update copyright for new upstream version
  * Update my email address
  * Don't install bino.info anymore, it prevents reproducible builds.
  * Add patch to fix compilation with ffmpeg 2.9 (Closes: #803802)
    Thanks to Andreas Cadhalpun for the patch.

 -- Daniel Schaal <daniel@schaal.email>  Wed, 28 Oct 2015 17:45:23 +0100

bino (1.6.0-1) unstable; urgency=medium

  * Imported Upstream version 1.6.0 (Closes: #757280).
  * Remove libav10 ftbfs patch, applied upstream
  * Switch to qt5
  * Update copyright file for 1.6.0

 -- Daniel Schaal <farbing@web.de>  Sat, 20 Sep 2014 09:42:32 +0200

bino (1.4.4-2) unstable; urgency=medium

  * Add patch to fix FTBFS with libav10 (Closes: #739214).

 -- Daniel Schaal <farbing@web.de>  Fri, 21 Feb 2014 07:31:03 +0100

bino (1.4.4-1) unstable; urgency=low

  * Imported Upstream version 1.4.4
  * Update to Standards-Version 3.9.5, no changes needed
  * Add patch to share images between bino.info and html doc
  * Add patch to include-binaries to avoid "unwanted binaries" error
  * Add signature check for upstream tarball when using uscan

 -- Daniel Schaal <farbing@web.de>  Thu, 26 Dec 2013 09:52:26 +0100

bino (1.4.2-1) unstable; urgency=low

  * Imported Upstream version 1.4.2
  * debian/rules:
    * make build more verbose
    * deleting usr/share/info/dir no longer necessary
    * use DEB_LDFLAGS_MAINT_APPEND instead of LDFLAGS directly.
  * debian/copyright: Update for 1.4.2.
  * debian/control:
    * Update to Standards-Version 3.9.4, no changes needed.
    * Move git repo to github.

 -- Daniel Schaal <farbing@web.de>  Wed, 01 May 2013 08:57:38 +0200

bino (1.4.0-1) unstable; urgency=low

  * Imported Upstream version 1.4.0
  * Add Build-Depends on debhelper >= 9, remove lintian override
  * debian/gbp.conf: disable pristine-tar as it doesn't support xz yet.
  * debian/control:
    * update Standards-Version to 3.9.3 (no changes needed)
    * build-Depend on libglewmx-dev instead of libglew-dev
    * build-Depend on texinfo
  * debian/copyright:
    * update Format url to new canonical url
    * update for new upstream version
  * debian/watch: only consider versions with even version numbers.

 -- Daniel Schaal <farbing@web.de>  Sun, 24 Jun 2012 11:57:35 +0200

bino (1.2.1-2) unstable; urgency=low

  * explicitly disable Equalizer in configure line
  * Build-Depend on libass-dev >= 0.10.0-2,
    earlier versions are missing a dependency on libfribidi-dev.
    (Closes: #646442)

 -- Daniel Schaal <farbing@web.de>  Fri, 16 Dec 2011 22:45:38 +0100

bino (1.2.1-1) unstable; urgency=low

  * Imported Upstream version 1.2.1
  * add comment to lintian override
  * wrap-and-sort control and .install files
  * build-depend on libglew1.6-dev instead of
    virtual package libglew-dev
  * delete usr/share/info/dir from debian/tmp
  * html docs are installed in htmldir now,
    adapt configure option
  * remove fix-hyphen-used-as-minus.patch, applied upstream

 -- Daniel Schaal <farbing@web.de>  Mon, 10 Oct 2011 22:23:34 +0200

bino (1.2.0-1) unstable; urgency=low

  * Initial release (Closes: #610793)

 -- Daniel Schaal <farbing@web.de>  Fri, 09 Sep 2011 14:23:54 +0200