File: changelog

package info (click to toggle)
vc 1.4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,516 kB
  • sloc: cpp: 19,207; ansic: 15,669; sh: 453; xml: 186; makefile: 30
file content (167 lines) | stat: -rw-r--r-- 5,352 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
vc (1.4.3-2) unstable; urgency=medium

  * Update standards version to 4.6.1, no changes needed
  * Fix watch file due to GitHub changes

 -- Stephan Lachnit <stephanlachnit@debian.org>  Wed, 09 Nov 2022 22:14:18 +0100

vc (1.4.3-1) unstable; urgency=medium

  * New upstream version 1.4.3

 -- Stephan Lachnit <stephanlachnit@debian.org>  Fri, 27 May 2022 10:11:53 +0200

vc (1.4.2-3) unstable; urgency=medium

  * Add x86-64 feature levels

 -- Stephan Lachnit <stephanlachnit@debian.org>  Wed, 06 Apr 2022 16:16:21 +0200

vc (1.4.2-2) unstable; urgency=medium

  * Upload to unstable

 -- Stephan Lachnit <stephanlachnit@debian.org>  Wed, 13 Oct 2021 14:08:56 +0200

vc (1.4.2-1) experimental; urgency=medium

  * New upstream version 1.4.2

 -- Stephan Lachnit <stephanlachnit@debian.org>  Thu, 24 Jun 2021 17:34:35 +0200

vc (1.4.1-1) experimental; urgency=medium

  [ Simon Quigley ]
  * New upstream release.
  * Fix the watch file to correctly download new releases.
  * Remove unneeded i386 patch.

  [ Stephan Lachnit ]
  * Bump Standards-version to 4.5.1, no changes needed.
  * Update debhelper-compat to 13, no changes needed.
  * Update maintainer.

 -- Stephan Lachnit <stephanlachnit@debian.org>  Sat, 15 May 2021 14:22:30 +0200

vc (1.3.3-4) unstable; urgency=medium

  * Bump Standards-version to 4.1.4, no changes needed.
  * Update Vcs-* for the qt-extras -> extras rename.

 -- Simon Quigley <tsimonq2@ubuntu.com>  Sun, 03 Jun 2018 00:01:24 -0500

vc (1.3.3-3) unstable; urgency=medium

  * Use wildcard architectures instead of explicitly defining each
    architecture, thanks to Pino Toscano for the patch (Closes: #892600).
  * Move to the Qt Extras umbrella (under the Qt/KDE Team). As such:
    - Rename Vcs-* to reflect the repository relocation.
    - Set the Qt/KDE Team as the maintainer with myself as the only
      comaintainer (other comaintainers are absolutely welcome!).

 -- Simon Quigley <tsimonq2@ubuntu.com>  Thu, 15 Mar 2018 20:31:52 -0500

vc (1.3.3-2) unstable; urgency=medium

  * Add back support for i386 in CMakeLists.txt.
  * Only build on the architectures that upstream supports, which is: amd64
    arm* i386 x32 (Closes: #860987, LP: #1298996).

 -- Simon Quigley <tsimonq2@ubuntu.com>  Sat, 10 Mar 2018 21:16:11 -0600

vc (1.3.3-1) unstable; urgency=medium

  * New upstream release.
    - Remove fix-ftbfs-on-kfreebsd-amd64.patch because it has been applied
      upstream.
  * Update Standards-version to 4.1.3:
    - Change Priority: extra to Priority: optional.
  * Update the debhelper compat to 11, no changes needed.
  * Make the copyright format URI HTTPS.
  * Update Vcs-* to reflect the move to Salsa.

 -- Simon Quigley <tsimonq2@ubuntu.com>  Tue, 27 Feb 2018 23:41:01 -0600

vc (1.3.2-1) unstable; urgency=medium

  [ Simon Quigley ]
  * New upstream release.
  * Change Vcs-Git and Vcs-Browser fields to reflect a move to collab-maint.
  * Fix build on kFreeBSD by backporting upstream patch in fix-ftbfs-on-
    kfreebsd-amd64.patch (Closes: #861096).
  * Bump Standards-version to 4.0.0, no changes needed.

  [ Mattia Rizzolo ]
  * Fix debian/watch to properly match the upstream releases.

 -- Simon Quigley <tsimonq2@ubuntu.com>  Mon, 19 Jun 2017 13:56:15 -0500

vc (1.3.1-1) unstable; urgency=medium

  * Initial upload to the Debian archive (Closes: #846491).
  * New upstream release.
  * Add Vcs-Git and Vcs-Browser fields.
  * Update the maintainer field.
  * Update the package description.

 -- Simon Quigley <tsimonq2@ubuntu.com>  Fri, 21 Apr 2017 20:11:05 -0500

vc (1.3.0-0ubuntu1) zesty; urgency=medium

  [ Simon Quigley ]
  * New upstream release (LP: #1629881).
  * Update debian/copyright with new license.
  * Bump Standards-version to 3.9.8.
  * Update debhelper version to 10.
  * Change homepage to the correct one.
  * Remove outdated patches, not needed anymore.
  * Clean up comments in debian/rules.
  * Update debian/watch file to the new upstream location, using the
    workaround for GitHub specified in the Debian wiki.
  * Run wrap-and-sort.
  * Change maintainer to "Ubuntu Developers".

  [ Mattia Rizzolo ]
  * Further update debian/copyright.

 -- Simon Quigley <tsimonq2@ubuntu.com>  Sat, 11 Feb 2017 18:54:07 -0600

vc (0.7.4-0ubuntu1) utopic; urgency=medium

  * New upstream release
  * Add kubuntu_disable-broken-tests.diff queried upstream

 -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 11 Aug 2014 13:59:59 +0200

vc (0.7.3-0ubuntu1) saucy; urgency=low

  * New upstream release (LP: #1223876)

 -- Howard Chan <smartboyhw@gmail.com>  Wed, 11 Sep 2013 20:44:19 +0800

vc (0.7.2-0ubuntu1) saucy; urgency=low

  * New upstream release

 -- Jonathan Riddell <jriddell@ubuntu.com>  Fri, 07 Jun 2013 16:39:44 +0100

vc (0.7.0-0ubuntu3) raring; urgency=low

  * Add kubuntu_01_git.diff to bring up to date with git branch
   - Adds full licence to cmake modules
   - Installs into lib suffix for multiarch
  * Update copyright

 -- Jonathan Riddell <jriddell@ubuntu.com>  Sat, 09 Mar 2013 00:14:57 +0000

vc (0.7.0-0ubuntu2) raring; urgency=low

  * Rename binary to vc-dev, a libvc-dev is already in the archive

 -- Jonathan Riddell <jriddell@ubuntu.com>  Fri, 08 Mar 2013 22:34:36 +0000

vc (0.7.0-0ubuntu1) raring; urgency=low

  * Initial release LP: #1144539

 -- Jonathan Riddell <jriddell@ubuntu.com>  Fri, 08 Mar 2013 12:50:59 +0000