File: changelog

package info (click to toggle)
ccsm 2%3A0.8.18-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,864 kB
  • sloc: python: 5,690; makefile: 25
file content (210 lines) | stat: -rw-r--r-- 6,903 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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
ccsm (2:0.8.18-1) unstable; urgency=medium

  * New upstream release.
  * watch: Generalize pattern.
  * control: Remove Cyril from uploaders.
  * watch: switch to gitlab
  * copyright: Update licence of appdata file.

 -- Samuel Thibault <sthibault@debian.org>  Mon, 06 Apr 2020 01:28:05 +0200

ccsm (2:0.8.16-3) unstable; urgency=medium

  * Switch to python3.

 -- Samuel Thibault <sthibault@debian.org>  Fri, 26 Jul 2019 11:09:52 +0200

ccsm (2:0.8.16-2) unstable; urgency=medium

  * Upload to unstable.

 -- Samuel Thibault <sthibault@debian.org>  Sat, 15 Dec 2018 02:29:16 +0100

ccsm (2:0.8.16-1) experimental; urgency=medium

  * New upstream release.

 -- Samuel Thibault <sthibault@debian.org>  Sat, 17 Nov 2018 13:45:25 +0100

ccsm (2:0.8.14-1) unstable; urgency=medium

  * Split back packaging according to compiz-reloaded new upstream, and bump
    epoch accordingly (Closes: #885269)
  * Switch to hypra maintenance team
  * Restore non-reloaded package names
  * Keep compatibility with packages in Debian
  * Update copyright file

 -- Samuel Thibault <sthibault@debian.org>  Sat, 27 Oct 2018 21:11:54 +0200

ccsm (1:0.9.13.1+18.04.20180302-2) unstable; urgency=medium

  * Last compiz-from-launchpad upload.
 
 -- Samuel Thibault <sthibault@debian.org>  Sat, 20 Oct 2018 15:14:00 +0200

ccsm (1:0.8.4-4ubuntu1) maverick; urgency=low

  * Bumped epoch
 
 -- Robert Ancell <robert.ancell@canonical.com>  Thu, 17 Jun 2010 10:12:18 +1000

ccsm (0.8.14-0~stretch1) stretch; urgency=low

  * New upstream release.
    - rename source package to reloaded version
  * Switch build on GTK3.
    - depend on gir1.2-gtk-3.0 to depend on GTK3
  * Bump standards to version 3.9.8.

 -- Jof Thibaut <compiz@tuxfamily.org>  Sun, 25 Jun 2017 10:48:54 +0200

ccsm (0.8.12.4-0~jessie1) jessie; urgency=low

  * New upstream release.
  * Use only gir1.2-gtk-2.0 to depend on GTK2.

 -- Jof Thibaut <compiz@tuxfamily.org>  Fri, 19 Aug 2016 18:49:02 +0200

ccsm (0.8.12.2-0~jessie1) jessie; urgency=low

  * New upstream release.
  * Drop python-gtk2 on depends, not needed.
  * Add python-gi-cairo and gir1.2-glib-2.0 as depends
    (Closes: on compiz-plugins-main/issues/1).
  * Drop GIT patches.

 -- Jof Thibaut <compiz@tuxfamily.org>  Fri, 25 Mar 2016 15:01:20 +0100

ccsm (0.8.12.1-0~jessie1) jessie; urgency=low

  * New upstream release.
    - forked on Github : Compiz Reloaded
  * Switch to format 3.0 (quilt).
  * Add dh-python as build-depends and use dh_python2.
  * Update compat and rules to debhelper 9.
  * Bump standards to version 3.9.6.
  * Change Priority to optional.
  * Update copyright to format 1.0 and Homepage link.
  * Build with GTK2 for more compat.
  * Add gir1.2-gtk-2.0 as depends.
  * Add patch to fix error in french translation.
  * Drop all old debian/patches, applied upstream.
  * Add lasted GIT patches to fix some issues.

 -- Jof Thibaut <compiz@tuxfamily.org>  Fri, 11 Mar 2016 01:23:38 +0100

ccsm (0.8.4-2) unstable; urgency=high

  * Fix FTBFS with python 2.6 and up, thanks to Jonathan Wiltshire and
    Stefano Zacchiroli (Closes: #547810):
     - Version the B-D on python-support.
     - Install stuff from *-packages rather than site-packages.
  * Stop recommending python-sexy, which was removed; most things should
    be available in Gtk+ directly (Closes: #569919).
  * Add Homepage field.
  * Add watch file.
  * Set urgency to “high” due to RC bugfix.

 -- Cyril Brulebois <kibi@debian.org>  Wed, 03 Mar 2010 18:23:41 +0100

ccsm (0.8.4-1) unstable; urgency=low

  * New upstream release.
  * Make the package ready for Python 2.6; thanks to Josselin Mouette
    for the report and Sandro Tosi for the patch (Closes: #547810).

 -- Sean Finney <seanius@debian.org>  Thu, 04 Feb 2010 17:46:32 +0100

ccsm (0.8.2-2) unstable; urgency=high

  * tighten dependency on python-compizconfig (Closes: #524273)
  * RC bugfix for a package that has migrated to testing, urgency bumped.

 -- Sean Finney <seanius@debian.org>  Tue, 28 Apr 2009 19:29:33 +0200

ccsm (0.8.2-1) unstable; urgency=low

  * New upstream release.
  * add gbp.conf for use with git-buildpackage
  * update/massage local patches which are still needed

 -- Sean Finney <seanius@debian.org>  Tue, 07 Apr 2009 10:27:35 +0200

ccsm (0.7.6-3) unstable; urgency=low

  * Add explicit dependency on python-gtk2.  Thanks to Sheridan Hutchinson
    for reporting this (closes: #470541). 
  * Likewise for librsvg2-common (closes: #475745).
  * Misc. lintian fixes:
    - include full copyright stanza in debian/copyright
    - include (an autogenerated) manpage for ccsm
    - update Standards-Version to 3.8.0 (no changes needed)

 -- Sean Finney <seanius@debian.org>  Fri, 04 Jul 2008 18:55:07 +0200

ccsm (0.7.6-2) unstable; urgency=high

  [Julien Cristau]
  * Add build-dep on intltool (closes: #484363).  Thanks, Riku Voipio and
    Michel Dänzer!

 -- Sean Finney <seanius@debian.org>  Mon, 09 Jun 2008 18:31:16 +0200

ccsm (0.7.6-1) unstable; urgency=low

  * New upstream release.
  * Add/Remove extra cruft handling for build/clean cycle

 -- Sean Finney <seanius@debian.org>  Tue, 03 Jun 2008 01:08:21 +0200

ccsm (0.7.4-1) unstable; urgency=low

  * New upstream release. 
  * No longer need the pt_BR fixes, upstream has changed their translation.
  * Update list of install files to reflect upstream changes.
  * Temporary workaround for what seems to be breakage in python2.5 or
    pygtk (see #481480, #481837, #481977), by closing stdin explicitly.

 -- Sean Finney <seanius@debian.org>  Mon, 19 May 2008 20:37:15 +0200

ccsm (0.6.1~git20071020.27380acc-1) unstable; urgency=low

  * New upstream (git snapshot) release.
  * Fix pt_br translation of "reinicialização" Thanks to 
    Saulo Soares de Toledo (closes: #470920).

 -- Sean Finney <seanius@debian.org>  Sat, 15 Mar 2008 00:05:02 +0100

ccsm (0.6.0-4) unstable; urgency=low

  * Add --prefix to build target of setup.py as well as the existing install
    target.  Should fix remaining /usr/local references (closes: #460472).

 -- Sean Finney <seanius@debian.org>  Tue, 29 Jan 2008 08:18:49 +0100

ccsm (0.6.0-3) unstable; urgency=low

  [Sean Finney]
  * Add Vcs-Git/Vcs-Browser fields. 
  * Remove versioned depends on python-support, since we don't use
    any features that require >= 0.6, and this allows backporting to etch.
  * change python file glob in debian/install to be more flexible.

  [Emilio Scalise]
  * Specify supported python versions in debian/pyversions 
    (closes: #455418, #455750).

 -- Sean Finney <seanius@debian.org>  Fri, 21 Dec 2007 19:56:26 +0100

ccsm (0.6.0-2) unstable; urgency=low

  * Add explicit depends on python-compizconfig (closes: #455421).

 -- Sean Finney <seanius@debian.org>  Mon, 17 Dec 2007 08:39:34 +0100

ccsm (0.6.0-1) unstable; urgency=low

  * Initial Release (closes: #431750).

 -- Sean Finney <seanius@debian.org>  Sun, 02 Dec 2007 21:03:33 +0100