File: changelog

package info (click to toggle)
libgnomecanvasmm2.6 2.26.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,868 kB
  • ctags: 1,373
  • sloc: sh: 9,112; cpp: 2,787; xml: 1,995; makefile: 137
file content (224 lines) | stat: -rw-r--r-- 8,628 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
211
212
213
214
215
216
217
218
219
220
221
222
223
224
libgnomecanvasmm2.6 (2.26.0-2) unstable; urgency=low

  * Team upload.

  [ Josselin Mouette ]
  * Drop .la file, it’s not referenced anywhere anymore.
  * Update repository URL.

  [ Emilio Pozuelo Monfort ]
  * debian/control.in,
    debian/rules:
    + Remove the chrpath hack, it's been fixed in libtool.

  [ Simon McVittie ]
  * Acknowledge NMU by Steve McIntyre
  * Use 3.0 (quilt) source format instead of deprecated cdbs simple-patchsys
  * Move the library and the source package to oldlibs. The underlying
    libgnomecanvas has been deprecated for years.
  * Rename library package for the libstdc++ transition. It isn't 100%
    clear to me whether the ABI actually breaks here, but the conservative
    assumption is that it does (due to GLib::ustring, which embeds
    a std::string).
  * Remove useless *.md5 files from Doxygen docs
  * Remove obsolete Dm-Upload-Allowed field from debian/control

 -- Simon McVittie <smcv@debian.org>  Sat, 22 Aug 2015 21:52:52 +0100

libgnomecanvasmm2.6 (2.26.0-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Update libtool at build time using dh-autoreconf, in order to fix
    build failures on new arches. Closes: #702356,#744610. Thanks to
    Daniel Schepler for the patch.

 -- Steve McIntyre <93sam@debian.org>  Sun, 05 Oct 2014 00:57:58 +0200

libgnomecanvasmm2.6 (2.26.0-1) unstable; urgency=low

  * New upstream stable release.
  * Upload to unstable, drop check-dist.mk.
  * Target unstable branch in VCS-*.
  * Track stable releases in debian/watch.
  * Update Standard-Version to 3.8.1.
  * Update debian/copyright to conform to latest DEP 5 proposal
    + Add missing copyright statement.
    + Point to versioned license files.

 -- Deng Xiyue <manphiz-guest@users.alioth.debian.org>  Sat, 16 May 2009 01:36:10 +0800

libgnomecanvasmm2.6 (2.23.1-1) experimental; urgency=low

  [ Deng Xiyue ]
  * Add dpkg-dev >= 1.14.16 to Build-Depends for DM usage.
  * Remove doc-base from Build-Depends as it's not b-deped on.
  * Add ${shlibs:Depends} to all Depends fields as recommended.
  * Use machine-interpretable format for debian/copyright.

  [ Loic Minier ]
  * Properly anchor package name regexp.

  [ Deng Xiyue ]
  * New upstream development release.
    + Update SHVER to 2.23.1 due to new API addition.
  * `make -C examples clean` after `make install` to prevent shipping
    unexpected files.
  * Add check-dist.mk to prevent unexpected upload.
  * Track development releases in debian/watch.
  * Update Standard-Version to 3.8.0.  No change needed.
  * Track experimental branch in Vcs-*.
  * Use viewsvn in Vcs-Browser.

 -- Deng Xiyue <manphiz-guest@users.alioth.debian.org>  Thu, 05 Mar 2009 10:36:13 +0800

libgnomecanvasmm2.6 (2.22.0-1) unstable; urgency=low

  * New upstream release.
    + Drop examples/README exclude rule, as upstream doesn't ship it now.
  * Correct copyright holders, correct license pointer to
    /usr/share/common-licenses/LGPL-2.1 in debian/copyright.
  * Refined watch file to check for number based version, and update watch
    version to 3.
  * Bump compat level to 6, let debhelper >= 6 accordingly, and let
    cdbs >= 0.4.51 to avoid empty -dbg bug.
  * Refine build-dependencies as per upstream configure script, and drop
    -1 postfix in version as per lintian.
  * Add ${shlibs:Depends} to -dev package.
  * Refined debian/rules to set variables SHARED_PKG and DOC_PKG by sed
    from debian/control and use variable SHVER for shlibs version, and
    refine and reformat corresponding rules accordingly.
  * Remove compression exclude rule, as it's usually harmless to live
    without it.
  * Drop 70_relibtoolize.patch, and use chrpath hack to get rid of amd64
    rpath issue, hence add chrpath to b-deps.  Should contact upstream for
    real fix.
  * Fix section in doc-base reference.
  * Add `DM-Upload-Allowed: yes' field. Thanks Loïc for advocacy.

 -- Deng Xiyue <manphiz-guest@users.alioth.debian.org>  Mon, 17 Mar 2008 11:47:53 +0800

libgnomecanvasmm2.6 (2.20.0-3) unstable; urgency=low

  [ Deng Xiyue ]
  * debian/control, debian/control.in:
    + Bump standard version to 3.7.3. No change required.
    + Bump cdbs version to >= 0.4.41, reason given below.
  * debian/copyright:
    + Update download URL.
    + Update upstream authors' email addresses.
  * debian/*.install:
    + Refined to the shortened form.
  * debian/libgnomecanvasmm-2.6-doc.docs:
    + Install with original path hierarchy.
  * debian/libgnomecanvasmm-2.6-doc.doc-base.*:
    + Fix path.
  * debian/rules:
    + Add LDFLAGS "-Wl,--as-needed" to reduce unneeded shlibs dependencies.
    + Let examples be compressed.
    + Directly specify LDFLAG instead of using DEB_CONFIGURE_SCRIPT_ENV
      which might override existing LDFLAGS settings, which is supported
      since cdbs >= 0.4.41, hence bump its dependency. Thanks Loïc Minier.
    + Include clean-la.mk from gnome-pkg-tools to remove dependency_libs
      information from .la files. Thanks Loïc Minier and Josselin Mouette.
    - Drop DEB_AUTO_UPDATE_DEBIAN_CONTROL as cdbs dependency is written by
      hand, and avoiding generating debian/control twice by a single clean.
    + Replace most ':=' with '+=' to avoid overwriting existing values.
    + Refine exclude rules.
    - Remove useless DEB_INSTALL_CHANGELOGS_ALL.
    + Add DEB_DH_INSTALL_SOURCEDIR := debian/tmp, so *.install files can
      be shortened.
    + Add an extra rule to exclude empty examples/README to make lintian happy.
  * debian/watch:
    + Use spaces instead of tabs when indent.
    (Thanks Loïc Minier for reviewing and the suggestions)

  [ Loic Minier ]
  * Wrap Conflicts and Replaces.
  * Fix watch file.

 -- Deng Xiyue <manphiz-guest@users.alioth.debian.org>  Mon, 17 Dec 2007 16:58:06 +0800

libgnomecanvasmm2.6 (2.20.0-2) unstable; urgency=high

  * debian/control, debian/control.in
    + Add Homepage, Vcs-Browser and Vcs-Svn entries.
    + Add Replaces: to handle file moving together with Conflicts:,
      without which might causes breakage when upgrading. Hence the urgency.
      (Closes: 452157)

 -- Deng Xiyue <manphiz-guest@users.alioth.debian.org>  Tue, 27 Nov 2007 01:18:54 +0800

libgnomecanvasmm2.6 (2.20.0-1) unstable; urgency=low

  * New upstream release.
  * Migrate build system to cdbs, and update build dependencies.
  * Use ${binary:Version} instead of deprecated ${Source-Version}.
  * Split documents into separate -doc package, and make it conflict with
    older -dev package.
  * Bump shlibs version to 2.14.0 according to ChangeLog.
  * debian/patches
    + 70_relibtoolize.patch as libtool issue work around.
  * Migrate ownership to Debian GNOME Team.
    - Add myself as maintainer with consensus from Debian GNOME Team.
    - Original maintainer Bradley Bell is also a member of Debian GNOME
      Team now. Thanks Bradley.
    - Add Debian GNOME Team as uploaders.

 -- Deng Xiyue <manphiz-guest@users.alioth.debian.org>  Thu, 25 Oct 2007 20:30:44 +0800

libgnomecanvasmm2.6 (2.14.0-1) unstable; urgency=low

  * New upstream release
  * Include examples
  * Include static library (Closes: #344975)

 -- Bradley Bell <btb@debian.org>  Mon, 12 Jun 2006 17:21:37 -0700

libgnomecanvasmm2.6 (2.10.0-1) unstable; urgency=low

  * New upstream release
  * C++ transition (Closes: #339207)

 -- Bradley Bell <btb@debian.org>  Mon, 28 Nov 2005 17:22:08 -0800

libgnomecanvasmm2.6 (2.8.0-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Medium-urgency upload for RC bugfix.
  * Rebuild for the C++ ABI transition, renaming libgnomecanvasmm-2.6-1
    to libgnomecanvasmm-2.6-1c2 and conflicting with
    libgnomecanvasmm-2.6-1 (closes: #323766).
  * Build-Depend on libgtkmm-2.4-dev (>= 1:2.6.2-1.1) to ensure we get
    the lib with a compatible ABI.

 -- Steve Langasek <vorlon@debian.org>  Thu, 18 Aug 2005 01:52:52 -0700

libgnomecanvasmm2.6 (2.8.0-1) unstable; urgency=low

  * New upstream release

 -- Bradley Bell <btb@debian.org>  Mon, 31 Jan 2005 19:12:04 -0800

libgnomecanvasmm2.6 (2.6.1-4) unstable; urgency=low

  * Added va_list helper function (Closes: #265828)

 -- Bradley Bell <btb@debian.org>  Wed, 22 Sep 2004 19:15:23 -0700

libgnomecanvasmm2.6 (2.6.1-3) unstable; urgency=low

  * Fixed watch file

 -- Bradley Bell <btb@debian.org>  Tue, 21 Sep 2004 15:20:12 -0700

libgnomecanvasmm2.6 (2.6.1-2) unstable; urgency=low

  * remove extraneous build-dep on gtkmm-doc package

 -- Bradley Bell <btb@debian.org>  Tue,  8 Jun 2004 01:17:54 -0700

libgnomecanvasmm2.6 (2.6.1-1) unstable; urgency=low

  * Initial Release.

 -- Bradley Bell <btb@debian.org>  Mon,  7 Jun 2004 17:54:21 -0700