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 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343
|
g-wrap (1.9.15-3.1) unstable; urgency=medium
* Non maintainer upload by the Reproducible Builds team.
* No source change upload to rebuild on buildd with .buildinfo files.
-- Holger Levsen <holger@debian.org> Sat, 02 Jan 2021 16:48:11 +0100
g-wrap (1.9.15-3) unstable; urgency=medium
* Fixed missing .asc file in upload.
-- Tommi Höynälänmaa <tommi.hoynalanmaa@iki.fi> Fri, 28 Dec 2018 11:15:14 +0200
g-wrap (1.9.15-2) unstable; urgency=medium
* Changed Vcs-Git and Vcs-Browser to point into Salsa.
-- Tommi Höynälänmaa <tommi.hoynalanmaa@iki.fi> Sat, 15 Dec 2018 10:51:45 +0200
g-wrap (1.9.15-1) unstable; urgency=medium
* Built for Guile 2.2.
* Changed installation directory /usr/lib to /usr/lib/<arch>.
-- Tommi Höynälänmaa <tommi.hoynalanmaa@iki.fi> Thu, 13 Dec 2018 17:02:32 +0200
g-wrap (1.9.15-0.3) unstable; urgency=medium
* New maintainer (closes: #880433)
-- Tommi Höynälänmaa <tommi.hoynalanmaa@iki.fi> Thu, 22 Nov 2018 18:48:29 +0200
g-wrap (1.9.15-0.2) unstable; urgency=medium
* Non-maintainer upload.
* debian/control
- update Vcs-*
- set Standards-Version: 4.0.0
- use Build-Depends: debhelper (>= 10) and drop unnecessary packages
* debian/compat
- set 10
* debian/rules
- simplify with debhelper 10
* debian/watch
- update version4, add pgpsig check
* add debian/upstream/signing-key.asc
-- Hideki Yamane <henrich@debian.org> Sat, 15 Jul 2017 15:48:20 +0900
g-wrap (1.9.15-0.1) unstable; urgency=medium
* Non-maintainer upload.
* Imported Upstream version 1.9.15
* debian/patches
- drop 0001-Use-GUILE-instead-of-hardcoding-guile-binary-name.patch
since merged to upstream
-- Hideki Yamane <henrich@debian.org> Sun, 26 Jul 2015 23:27:47 +0900
g-wrap (1.9.14-2.1) unstable; urgency=low
* Non-maintainer upload.
* Upload to unstable (Closes: #761210).
* merge changes with 1.9.14-1.1 and 1.9.14-2.
* debian/rules
- automatically use aclocal/autoconf/automake version (Closes: #713203)
- include autoreconf.mk
* debian/control
- add "Build-Depends: dh-autoreconf" to use above autoreconf.mk
* debian/patches
- add delete_aclocal_flags.patch to avoid define loop in Makefile.am
-- Hideki Yamane <henrich@debian.org> Thu, 06 Mar 2014 21:16:50 +0900
g-wrap (1.9.14-2) experimental; urgency=low
* Build against guile-2.0:
- Build-Depends, Depends and 'configure' invocation adapted.
-- Andreas Rottmann <rotty@debian.org> Tue, 05 Jun 2012 22:44:57 +0200
g-wrap (1.9.14-1.1) unstable; urgency=low
* Non-maintainer upload.
* Add missing Breaks+Replaces
Closes: #694272
-- Andreas Tille <tille@debian.org> Thu, 06 Dec 2012 13:26:39 +0100
g-wrap (1.9.14-1) unstable; urgency=low
* New upstream version (obsoletes the fixes/manpages patch).
* Standards-Version 3.9.3 (no changes).
* Hand-expand brace expansions in debian/*.install files, as this was an
accidential debhelper feature, according to lintian.
* Drop tg2quilt in favor of gbp-pq to ease collaboration: -
* debian/import-upstream: new helper script, taken from openafs
packaging.
* New patch "0001-Use-GUILE-instead-of-hardcoding-guile-binary-name", to
allow building with guile-1.8 even if /usr/bin/guile points to
guile-2.0.
* debian/rules: enable re-autotooling to activate patch (Build-Depends
adjusted).
* debian/rules: Explicitly set path to guile binary when invoking
configure to enforce building against guile-1.8 (for now).
-- Andreas Rottmann <rotty@debian.org> Wed, 30 May 2012 00:54:21 +0200
g-wrap (1.9.13-2) unstable; urgency=low
* Standards-Version 3.9.2:
- Don't install .la files (closes: #625187).
* debian/compat bumped to 8, Build-Depends adjusted.
* Switch to source package format 3.0 (quilt):
- Drop Build-Depends on quilt.
- Remove quilt-related stuff from debian/rules.
* Add Vcs-Git and Vcs-Browser fields.
-- Andreas Rottmann <rotty@debian.org> Tue, 03 May 2011 00:20:42 +0200
g-wrap (1.9.13-1) unstable; urgency=low
* New upstream version.
- Upstream now ships the manpage for g-wrap-config(1).
* Bumped Standards-Version to 3.8.3:
- Add install-info dependency to g-wrap (policy 12.2).
* Use quilt (and optionally tg2quilt):
- Include appropriate makefiles in debian/rules.
- Added quilt to Build-Depends.
- Added README.source.
-- Andreas Rottmann <rotty@debian.org> Sun, 25 Oct 2009 17:22:57 +0100
g-wrap (1.9.12-3) unstable; urgency=low
* Make g-wrap conflict with guile-g-wrap (<< 1.9.9-1) (closes: #441103).
* Adjusted long descriptions as to contain only complete
sentences (closes: #522029).
* Changed section of source package to 'lisp' (this makes g-wrap and
guile-g-wrap packages section 'lisp' as well).
* Bumped Standards-Version to 3.8.1 (no changes).
-- Andreas Rottmann <rotty@debian.org> Sat, 06 Jun 2009 14:40:36 +0200
g-wrap (1.9.12-2) unstable; urgency=low
* Apply patch to fix FTBFS on sparc (closes: #475673).
-- Andreas Rottmann <rotty@debian.org> Fri, 20 Mar 2009 15:47:45 +0100
g-wrap (1.9.12-1) unstable; urgency=low
* New upstream release.
- Includes fix for the pkg-config-related FTBFS (closes: #473952).
* Standards-Version 3.8.0 (no changes).
* debian/control: Add ${misc:Depends} to all binary packages'
dependencies (as per debhelper manual and lintian).
-- Andreas Rottmann <rotty@debian.org> Fri, 20 Feb 2009 17:13:56 +0100
g-wrap (1.9.11-1.1) unstable; urgency=low
* Non-maintainer upload to fix an RC bug causing a downstream FTBFS.
* Correct unresolved @LIBFFI_*_INSTALLED@ references in
g-wrap-2.0-guile.pc(.in). (Closes: #473952.)
-- Aaron M. Ucko <ucko@debian.org> Wed, 28 May 2008 19:52:33 -0400
g-wrap (1.9.11-1) unstable; urgency=low
* New upstream release.
- Uses stand-alone FFI using pkg-config.
-- Andreas Rottmann <rotty@debian.org> Tue, 25 Mar 2008 16:59:06 +0100
g-wrap (1.9.10-2) unstable; urgency=low
* Build-Depend on libffi-dev instead of libffi4-dev.
-- Andreas Rottmann <rotty@debian.org> Tue, 25 Mar 2008 13:03:19 +0100
g-wrap (1.9.10-1) unstable; urgency=low
* New upstream release.
* Standards-Version 3.7.3 (no changes).
* Adjusted Build-Depends to fix lintian warning
(build-depends-on-1-revision).
-- Andreas Rottmann <rotty@debian.org> Sat, 16 Feb 2008 21:49:56 +0100
g-wrap (1.9.9-3) unstable; urgency=low
* Rebuild against thread-disabled guile (Build-Depends adjusted). Again
this fixes a segfault.
* Added Homepage field to debian/control.
-- Andreas Rottmann <rotty@debian.org> Fri, 30 Nov 2007 21:18:31 +0100
g-wrap (1.9.9-2) unstable; urgency=low
* Rebuild against thread-enabled guile (Build-Depends adjusted). This
fixes a segfault when loading the wrapsets.
* guile-g-wrap: conflict with g-wrap (<< 1.9.9-1) (closes: #441372).
-- Andreas Rottmann <rotty@debian.org> Tue, 25 Sep 2007 18:00:54 +0200
g-wrap (1.9.9-1) unstable; urgency=low
* New upstream release (closes: #412335).
- Uses versioned guile binary if present to run the
testcases, thus avoiding a mismatch of the built-against
and test-running Guile versions (closes: #439493).
* Remove itla-debuild from debian/rules.
* Standards-Version 3.7.2 (no changes).
* Don't run autotools and remove them from Build-Depends.
* Switch to Guile 1.8.
* Include guile/examples/miscutils-spec.scm, which is missing in the
upstream tarball.
* Reverting to have g-wrap recommending the -dev package, which is The
Right Thing to do, along with moving runtime files from g-wrap to
guile-g-wrap, so gnucash needs no longer depend on g-wrap; a
dependency on guile-g-wrap should do.
* Ship examples in g-wrap.
* Ship info files in g-wrap.
* Rename the -dev package to libgwrap-runtime-dev; we don't support more
than one -dev package being installed in parallel.
* Make g-wrap "Architecture: all", since it only contains Scheme code.
* Update debian/copyright to reflect the different copyrights and
licenses of the code.
* debian/compat: bumped to 5, debhelper build-dependency tightened.
* Recommend indent, which can be optionally used to format the generated
C code.
* Build with --disable-Werror (closes: #438396).
-- Andreas Rottmann <rotty@debian.org> Sat, 25 Aug 2007 17:28:00 +0200
g-wrap (1.9.6-3.2) unstable; urgency=low
* Non-maintainer upload.
* guile-g-wrap: Please upgrade libglib1.2 dependency to libglib2.0-0
(Closes: #359299)
* g-wrap binary package depends on libgwrap-runtime0-dev instead
libgwrap-runtime0 (Closes: #383049)
-- Neil Williams <codehelp@debian.org> Tue, 17 Jul 2007 12:33:46 +0100
g-wrap (1.9.6-3.1) unstable; urgency=medium
* Non-maintainer upload.
* Specify datarootdir in g-wrap-2.0-guile.pc file (Closes: #382131)
-- Julian Gilbey <jdg@debian.org> Tue, 29 Aug 2006 12:20:17 +0100
g-wrap (1.9.6-3) unstable; urgency=high
* Build-Depend on 'libffi4-dev' instead of 'libffi3-dev' (closes:
#325602).
* Ship g-wrap-wct.h (closes: #323462).
* Standards-Version 3.6.2 (no changes).
* Pull in upstream rotty@debian.org--2005/g-wrap--dev--1.9--patch-1 to
add g-wrap.m4 1.3 compatibility autoconf macros.
-- Andreas Rottmann <rotty@debian.org> Tue, 13 Sep 2005 22:48:48 +0200
g-wrap (1.9.6-2) unstable; urgency=high
* debian/control: libgwrap-runtime0-dev replaces libgwrapguile1 (<<
1.3.4-13). This is needed for safe upgrades, since libgwrapguile1 used
to contain g-wrap-config.
-- Andreas Rottmann <rotty@debian.org> Tue, 17 May 2005 21:25:50 +0200
g-wrap (1.9.6-1) unstable; urgency=high
* New upstream version. This nevertheless means no real changes against
1.9.5-2, since we already had all of the upstream fixes applied.
* Ship g-wrap-config in libgwrap-runtime0-dev and make it conflict with
libgwrapguile-dev.
* Wrote manpage for g-wrap-config.
* Fixed wrong conflict of g-wrap with non-existing gwrapguile-dev,
should be with libgwrapguile-dev, hence increased urgency.
-- Andreas Rottmann <rotty@debian.org> Sun, 1 May 2005 20:19:03 +0200
g-wrap (1.9.5-2) unstable; urgency=high
* Pull in upstream fixes rotty@debian.org--2005/g-wrap--dev--0--patch-14
- patch-16. This adds the size_t support needed to fix
guile-gnome-platform build errors, hence urgency high.
-- Andreas Rottmann <rotty@debian.org> Sun, 10 Apr 2005 14:59:06 +0200
g-wrap (1.9.5-1) unstable; urgency=low
* New upstream version.
* libgwrap-runtime0-dev: depend on guile-1.6-dev.
* Added watch files (taken from dehs.alioth.debian.org).
-- Andreas Rottmann <rotty@debian.org> Thu, 3 Mar 2005 16:58:06 +0100
g-wrap (1.9.4-3) unstable; urgency=low
* debian/control: Fixed section of libgwrap-runtime0-dev.
* Applied upstream bugfix
rotty@debian.org--2005/g-wrap--dev--0--patch-10 (fixes generics +
default value problem).
* debian/rules: Thighten shlib dependency info due to the bugfix.
-- Andreas Rottmann <rotty@debian.org> Tue, 22 Feb 2005 20:20:53 +0100
g-wrap (1.9.4-2) unstable; urgency=low
* Applied upstream bugfix
rotty@debian.org--2005/g-wrap--dev--0--patch-9.
* debian/rules: Thighten shlib dependency info due to the bugfix.
-- Andreas Rottmann <rotty@debian.org> Tue, 22 Feb 2005 18:47:08 +0100
g-wrap (1.9.4-1) unstable; urgency=low
* New upstream release.
- Now initializes output arguments (closes: #290305).
- Uses correct alignment on libffi calls (closes: #291471).
-- Andreas Rottmann <rotty@debian.org> Wed, 26 Jan 2005 13:56:36 +0100
g-wrap (1.9.3-2) unstable; urgency=low
* Fix build-depends.
* Fix lintian description-synopsis-starts-with-a-capital-letter
warnings.
* Add overrides for lintian warnings caused by guile-g-wrap providing
shlibs meant only for dlopen'ing in /usr/lib.
-- Andreas Rottmann <rotty@debian.org> Sun, 9 Jan 2005 14:54:48 +0100
g-wrap (1.9.3-1) unstable; urgency=low
* Initial packaging of the 1.9.x series (closes: #284766).
-- Andreas Rottmann <rotty@debian.org> Sun, 17 Oct 2004 18:18:28 +0200
|