File: changelog

package info (click to toggle)
rarian 0.8.1-6
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 2,336 kB
  • ctags: 876
  • sloc: sh: 9,549; cpp: 4,667; ansic: 3,526; xml: 2,370; makefile: 193
file content (268 lines) | stat: -rw-r--r-- 10,113 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
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
rarian (0.8.1-6) unstable; urgency=low

  [ Josselin Mouette ]
  * Update repository URL.

  [ Colin Watson ]
  * Use dh-autoreconf to update libtool macros for new ports. This also
    requires fixing an m4 syntax error in configure.ac and removing the
    nonexistent "dist-gzip" Automake option. Closes: #732588

  [ Michael Biebl ]
  * Switch the Maintainer to pkg-gnome-maintainers@lists.alioth.debian.org.
  * Use canonical Vcs-* URLs.
  * Override lintian error about embedding the tinyxml library. This would
    lead to an ftp-master autoreject otherwise. While this is not an ideal
    solution, porting to the tinyxml system library is non-trivial due to
    changes in the API.

 -- Michael Biebl <biebl@debian.org>  Wed, 03 Sep 2014 14:05:53 +0200

rarian (0.8.1-5) unstable; urgency=low

  * Switch to 3.0 source format.
  * 03_language.patch: new patch. Make librarian obey to LC_MESSAGES.
    Closes: #588060.
  * Fix a spelling error in description.

 -- Josselin Mouette <joss@debian.org>  Sun, 04 Jul 2010 17:26:38 +0200

rarian (0.8.1-4.1) unstable; urgency=low

  * Non-maintainer upload.
  * Clean-up old scrollkeeper's XML catalog so that rarian-compat can
    register its own catalog. Closes: #532271.

 -- Tommi Vainikainen <thv+debian@iki.fi>  Wed, 03 Mar 2010 15:23:45 +0200

rarian (0.8.1-4) unstable; urgency=low

  * Build a dummy scrollkeeper package to facilitate upgrades.
  * Small improvements in short descriptions.

 -- Josselin Mouette <joss@debian.org>  Thu, 27 Aug 2009 00:33:38 +0200

rarian (0.8.1-3) unstable; urgency=low

  * debian/patches/02_crash_no_extension.patch: Patch by Loïc Minier to
    fix a crash when opening files without dots in their filename.
    Closes: #535433.
  * debian/rules: Reorder includes.
  * debian/control.in: Wrap depends.
  * Standards-Version is 3.8.2, no changes needed.
  * Add Vcs-* fields.
  * debian/control.in: Inherit the Section from the source stanza where
    it's duplicated.
  * debian/librarian-dev.install: Install the rarian.document file.
    Change taken from Ubuntu.

 -- Emilio Pozuelo Monfort <pochu@ubuntu.com>  Thu, 02 Jul 2009 23:56:34 +0200

rarian (0.8.1-2) unstable; urgency=low

  * debian/*.dtd: ship the DTDs currently in the scrollkeeper package to 
    ensure full compatibility.
  * debian/catalog.xml, debian/rarian-compat.xmlcatalogs: same for the 
    catalog.
  * Call dh_installxmlcatalogs, build-depend on xml-core.

 -- Josselin Mouette <joss@debian.org>  Tue, 07 Apr 2009 16:07:36 +0200

rarian (0.8.1-1) unstable; urgency=low

  * New upstream bugfix release.
    + Fixes crash when loading an unknown info URI. Closes: #495092.
  * 01_info_shortnames.patch: patch from JHM Dassen (Ray), modified a 
    bit. Allow to specify only the prefix of an info page (e.g. gcc for 
    gcc-4.3). Closes: #462332.
  * Standards version is 3.8.0, no changes.
  * Update homepage and copyright to the new URL.

 -- Josselin Mouette <joss@debian.org>  Tue, 02 Sep 2008 16:55:00 +0200

rarian (0.8.0-2) unstable; urgency=low

  * debian/librarian-dev.install, debian/rarian-compat.install:
    + ship rarian-sk-cl.xml and scrollkeeper_cl.xml in rarian-compat, as they
      are required and only used by rarian-compat tools.  (closes: #494358)
  * debian/control{.in}: add docbook-xml as a rarian-compat dependency.
    (closes: #494359)

 -- Frederic Peters <fpeters@debian.org>  Fri, 08 Aug 2008 22:45:04 +0200

rarian (0.8.0-1) unstable; urgency=low

  [ Loic Minier ]
  * Cleanup whitespace.

  [ Sebastian Dröge ]
  * New upstream stable release:
    + debian/copyright:
      - Updated, taken from the Ubuntu package.
    + debian/control.in:
      - Update Standards-Version to 3.7.3, no additional changes needed.
      - Move homepage to the Homepage field.
      - Let librarian0 conflict with yelp << 2.21, taken from the Ubuntu
        package.
    + debian/rules:
      - Update shlibs to >= 0.8.0 because of new API.

 -- Sebastian Dröge <slomo@debian.org>  Fri, 14 Mar 2008 13:17:07 +0100

rarian (0.6.0-1) unstable; urgency=low

  * New upstream release.
    * First upload to Debian.
  * debian/control{,.in}: removed duplicated Uploaders: field.

 -- Frederic Peters <fpeters@debian.org>  Thu, 13 Sep 2007 12:29:48 +0200

rarian (0.5.8-1) unstable; urgency=low

  * Imported Ubuntu package in Debian.
  * Changes:
    - removed debian/spoon-compat.install
    - added @GNOME_TEAM@ and moved from control to control.in
    - added gnome-pkg-tools and xsltproc to build-depends
    - added watch file

 -- Frederic Peters <fpeters@debian.org>  Wed, 22 Aug 2007 15:25:45 +0200

rarian (0.5.8-0ubuntu1) gutsy; urgency=low

  * New upstream version:
    - Fix build on FreeBSD and Solaris (mostly)
    - rarian-example now goes through man and info pages again
    - Add MAINTAINER file, since someone asked for it
    Bug fixed:
    - Missing argument to sprintf added (bug #11976 and #11957) (LP: #130822)
    - Fix crashes on invalid info files (bug #11896)
    - Fix crashes on man pages with no section (bug #11901)
    - Fix update script when not reading OMF's directly
    - Don't free environment variables - they don't belong to us
    - Fix categoried with omf files (the one everyone complained about)
  * debian/patches/90_from_svn_fix_omf_categories.patch:
    - dropped, fixed with the new version

 -- Sebastien Bacher <seb128@canonical.com>  Mon, 13 Aug 2007 23:17:41 +0200

rarian (0.5.6-0ubuntu2) gutsy; urgency=low

  * debian/patches/90_from_svn_fix_omf_categories.patch:
    - patch from SVN, fix omf categories use

 -- Sebastien Bacher <seb128@canonical.com>  Tue, 07 Aug 2007 00:28:12 +0200

rarian (0.5.6-0ubuntu1) gutsy; urgency=low

  * New upstream version
    - By default, we now read omf files directly and don't do translations
      when update script is run.  This fixes everyone's install (hopefully)
      and helps out packagers
  * debian/patches/01_create_correct_directory.patch:
    - dropped, fixed witht the new version

 -- Sebastien Bacher <seb128@canonical.com>  Tue, 31 Jul 2007 22:49:56 +0200

rarian (0.5.4-0ubuntu1) gutsy; urgency=low

  * New upstream version:
    - Fix README to not display version stuff
    - Write the rarian-update-mtimes file to $statedir
      - Fixes FHS compliance
    - Remove some uneccessary memory allocations
    - Fix infinite loop bug in update script --help
    - Store configure.ac in SVN as executable
    - Fix install when no prefix is specified (as autofoo insists on
      specifying to prefix variable as NONE instead of not defining it)
    - Reenable the rebuild script and fix it when the mtimes file
      doesn't exist
  * debian/patches/01_create_correct_directory.patch:
    - fix build issue
  * debian/patches/80_from_upstream_fix_rebuilddb_and_update.patch:
    - dropped, fixed with the new version

 -- Sebastien Bacher <seb128@canonical.com>  Sun, 29 Jul 2007 15:35:03 +0200

rarian (0.5.2-0ubuntu1) gutsy; urgency=low

  * New upstream version:
    Fixes:
    - Fix template naming error (that stopped yelp working)
    - Make scrollkeeper-update optional at install time
    - Make build work in chroot
    - Fix #include's for potentially non-included files
    - Fix man pages to not repase all man pages on every single call
    - Only check for xsltproc instead of libxslt (as that's what we
      actually use)
    - Only install / link sk-extract if it's actually possible
      (ENABLE_EXTRACT is set)
    - Fix stupid, broken omf parsing when no seriesid is available
    - Make failing omf conversion errors slightly less cryptic
    - Override default dest dir for omf translation when asked
      (fixes things for packagers)
    - Fix older autoconf datarootdir issue
    - Don't do scrollkeeper-rebuilddb when distchecking
    - Make update script work correctly with dash
    - Fix symlinks for packagers
    - Fix silly error in rarian-man that caused a warning in linked programs
    - Make distcheck pass properly
  * debian/control:
    - rarian-compat Conflicts,Provides,Replaces scrollkeeper
  * debian/patches/02-fix-util-Makefile.patch:
    - dropped, fixed in the new version
  * debian/patches/10_fix_rarian-sk-install.patch:
    - dropped, fixed in the new version
  * debian/patches/80_from_upstream_fix_rebuilddb_and_update.patch:
    - patch from upstream, fix rebuilddb and update

 -- Sebastien Bacher <seb128@canonical.com>  Fri, 27 Jul 2007 16:59:04 +0200

rarian (0.5.0+svn20070716-0ubuntu3) gutsy; urgency=low

  * debian/control: added notes referring to the homepage.
  * debian/copyright: added note about copyright of debian/ packaging.

 -- Daniel Holbach <daniel.holbach@ubuntu.com>  Tue, 17 Jul 2007 18:16:15 +0200

rarian (0.5.0+svn20070716-0ubuntu2) gutsy; urgency=low

  * debian/control: made package description more descriptive.

 -- Daniel Holbach <daniel.holbach@ubuntu.com>  Tue, 17 Jul 2007 17:31:35 +0200

rarian (0.5.0+svn20070716-0ubuntu1) gutsy; urgency=low

  * New SVN checkout.
  * debian/patches/10_fix_rarian-sk-install.patch: fix syntax error.
  * debian/patches/01-build-system-fixes.patch,
    debian/patches/90-autoconf-automake.patch: dropped, not necessary any
    more.
  * debian/patches/02-fix-util-Makefile.patch: fix  ln -s  usage.

 -- Daniel Holbach <daniel.holbach@ubuntu.com>  Mon, 16 Jul 2007 10:08:30 +0200

rarian (0.5.0-0ubuntu2) gutsy; urgency=low

  * debian/patches/01-build-system-fixes.patch: applied patches for
    http://code.google.com/p/rarian/issues/detail?id=2 and
    http://code.google.com/p/rarian/issues/detail?id=3
  * debian/patches/90-autoconf-automake.patch: ran
    autoconf; automake-1.9; rm -r autom4te.cache.
  * debian/rules: build with --enable-skdb-update=no.

 -- Daniel Holbach <daniel.holbach@ubuntu.com>  Thu, 21 Jun 2007 09:42:33 +0200

rarian (0.5.0-0ubuntu1) gutsy; urgency=low

  * New upstream release.
  * debian/*: rename to rarian.

 -- Daniel Holbach <daniel.holbach@ubuntu.com>  Wed, 20 Jun 2007 10:42:58 +0200

spoon (0.4.6~pre1-0ubuntu1) gutsy; urgency=low

  * Initial release.

 -- Daniel Holbach <daniel.holbach@ubuntu.com>  Sun,  6 May 2007 16:29:19 +0200