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
|
ticcutils (0.24-2) unstable; urgency=medium
* Upload to unstable
-- Maarten van Gompel <proycon@anaproy.nl> Thu, 23 Apr 2020 17:24:44 +0200
ticcutils (0.24-1) experimental; urgency=medium
[ Maarten van Gompel ]
* New upstream release (v0.24; skipped v0.21-v0.23)
* debian/control: Removed boost dependency
* New library package libticcutils8 because SO
version changed to 8. Replaces libticcutils5
(intermediate versions were not packaged)
* debian/control: Updated standards version
* debian/control: Added debhelper-compat 12 dependency
and removed old debian/compat
* debian/copyright: Updated years
[ Mattia Rizzolo ]
* d/control: Add Rules-Requires-Root:no.
* d/control: Mark the library packages as Multi-Arch:same.
* d/rules: drop unused include of architecture.mk.
-- Maarten van Gompel <proycon@anaproy.nl> Tue, 21 Apr 2020 19:03:22 +0200
ticcutils (0.20-1) unstable; urgency=medium
* New upstream release (v0.20; skipped v0.15-v0.19)
* New library package libticcutils5 because SO
version changed to 5. Replaces libticcutils3
* debian/control: Updated vcs-git, vcs-browser for salsa,
updated standards version
* debian/control: Migrating away from cdbs
* debian/control: Added dependency libicu-dev
* reverted -dev package to unversioned name
(as recommended by Mattia Rizzolo)
* debian/compat: bumped to debhelper v11
* debian/control: removed dh-autoreconf build dependency,
is already incorporated in debhelper>=10
* debian/control: Removing Replaces/Conflicts on libticcutils5
and adding Conflicts for libticcutils-dev
as recommended by Sébastien Villemot
* debian/copyright: Updated main copyright information
* debian/copyright: Added copyright for m4 files
* debian/control: more meaningful short description
-- Maarten van Gompel <proycon@anaproy.nl> Fri, 14 Dec 2018 14:38:48 +0100
ticcutils (0.14-1) unstable; urgency=medium
* New upstream release
* added myself as maintainer
* debian/control: updated standards version
* debian/compat: bumped to 10
* debian/control: cleanup (whitespace),
updated Vcs-Git, Vcs-Browser,
removed old libticcutils1*install
* debian/copyright: updated and reordered, tried to comply to DEP-5
* multiple files: removed redundant comment on first line
(Thanks to Mattia Rizzolo for pointing out most of the above)
-- Maarten van Gompel <proycon@anaproy.nl> Tue, 18 Oct 2016 13:48:33 +0200
ticcutils (0.13.1-1) unstable; urgency=medium
* New Upstream Release, 26 jul 2016. We've missed 0.13 (11 jul
2016), 0.12 (7 jun 2016) and 0.11 (14 jan 2016).
- https://github.com/LanguageMachines/ticcutils/issues/3
[ Joost van Baal-Ilić ]
* Acknowlegde Non-maintainer upload (0.4-5.1), thanks Aurelien Jarno.
- debian/rules, debian/control: Use dh-autoreconf to update autoconf and
libtool files (Closes: #752798).
* Acknowlegde Non-maintainer upload (0.7-2.1), thanks Jonathan Wiltshire.
* debian/control: add autoconf-archive to Build-depends: new upstream
apparently needs this.
[ Maarten van Gompel ]
* homepage update
* updated debian/watch to github
* updated debian/watch to 'make dist' tarball rather
than bare sources
-- Joost van Baal-Ilić <joostvb@debian.org> Thu, 28 Jul 2016 05:51:33 +0200
ticcutils (0.7-2.1) unstable; urgency=medium
* Non-maintainer upload.
* Rename library packages for the g++ 5 transition (see #791301)
-- Jonathan Wiltshire <jmw@debian.org> Tue, 11 Aug 2015 22:20:05 +0100
ticcutils (0.7-2) unstable; urgency=medium
* debian/control: add missing build-depends zlib1g-dev; fixed FTBFS.
-- Joost van Baal-Ilić <joostvb@debian.org> Thu, 30 Oct 2014 09:47:41 +0100
ticcutils (0.7-1) unstable; urgency=medium
* New Upstream Release
* debian/control: migrated version control from Subversion to git (still on
Debian's Alioth).
* debian/*: change version control tags from Subversion to git.
* debian/watch: more strict.
* debian/control: enhance short description (thanks lintian).
* debian/{control,rules}: add dh-autoreconf to Build-Depends, add
autoreconf.mk to rules. This fixes: 'ticcutils: use dh-autoreconf in
order to build on new architectures':
"The package ticcutils fails to build on ppc64el, as on new architectures,
because the config.{guess,sub} and libtool files are out of date, and
are not updated during the build, causing the following error, because
shared library is not generated. ``cp: cannot stat
'debian/tmp/usr/lib/libticcutils.so': No such file or directory''. I
just created a patch that enables the package to be reconfigured during
the build process, so, updating the libtool files. I am using the
following URL as reference: https://wiki.debian.org/qa.debian.org/
FTBFS#A2014-01-21_using_dh-autoreconf_during_the_build ." Thanks Breno
Leitao for the patch. (Closes: #752798).
* debian/copyright: point to the version of the license the package
references in its license statement; not to versionless symlink in
/usr/share/common-licenses (thanks lintian).
-- Joost van Baal-Ilić <joostvb@debian.org> Thu, 30 Oct 2014 07:50:36 +0100
ticcutils (0.5-1) trusty; urgency=low
* New Upstream Release
* debian/control: Standards-Version upgraded from policy 3.9.4 to 3.9.5
* debian/changelog (this file) use 'trusty' as the distribution name, while
lintian rejects 'unstable'
-- Ko van der Sloot <ko.vandersloot@uvt.nl> Thu, 12 Jun 2014 16:14:44 +0200
ticcutils (0.4-5.1) unstable; urgency=medium
* Non-maintainer upload with maintainer permission. Thanks.
* Use dh-autoreconf to update autoconf and libtool files (Closes: #752798).
-- Aurelien Jarno <aurel32@debian.org> Wed, 10 Sep 2014 20:51:05 +0200
ticcutils (0.4-5) unstable; urgency=low
* debian/libticcutils2-dev.install, debian/libticcutils-dev.install,
debian/control: rename libticcutils-dev to libticcutils2-dev.
upstream cannot guarantee strong compatibility yet.
* debian/control: Standards-Version upgraded from policy 3.9.3 to 3.9.4 (no
other changes needed: section 8.6 is mostly not applicable to us: we keep
using shlibs files, not symbols, since we build from C++ sources).
* have informed upstream about outdated (2012-02) autotools helper files
config.{sub,guess}.
-- Joost van Baal-Ilić <joostvb@debian.org> Thu, 01 Aug 2013 15:30:13 +0200
ticcutils (0.4-4) unstable; urgency=low
* debian/control: remove obsolete DM-Upload-Allowed.
* debian/libticcutils2-dev.install, debian/libticcutils-dev.install,
debian/control: rename libticcutils2-dev to libticcutils-dev. Add
libticcutils2-dev to Conflicts and Replaces.
-- Joost van Baal-Ilić <joostvb@debian.org> Sat, 15 Jun 2013 20:39:03 +0200
ticcutils (0.4-3) unstable; urgency=low
* debian/control: added Replaces: libticcutils1-dev
-- Ko van der Sloot <ko.vandersloot@uvt.nl> Thu, 18 Apr 2013 15:14:58 +0200
ticcutils (0.4-2) unstable; urgency=low
* debian/control: added Conflicts: libticcutils1-dev
-- Ko van der Sloot <ko.vandersloot@uvt.nl> Thu, 18 Apr 2013 14:52:22 +0200
ticcutils (0.4-1) unstable; urgency=low
* New Upstream Release
* debian/control: added dependency on libxml2. We now build libticcutils2 and
libticcutils2-dev
* debian/libticcutils2{-dev}.install new files
-- Ko van der Sloot <ko.vandersloot@uvt.nl> Thu, 04 Apr 2013 09:41:17 +0200
ticcutils (0.3-2) unstable; urgency=low
* Rebuild for Debian jessie.
* debian/watch: more strict, no longer match ticcutils-latest.tar.gz symlink.
-- Joost van Baal-Ilić <joostvb@debian.org> Tue, 27 Nov 2012 08:21:52 +0100
ticcutils (0.3-1) unstable; urgency=low
* New Upstream Release
-- Ko van der Sloot <ko.vandersloot@uvt.nl> Thu, 11 Oct 2012 14:49:32 +0200
ticcutils (0.2-5) unstable; urgency=low
* debian/{compat,control}: debhelper compatibility level lowered from 9 to 8.
-- Ko van der Sloot <ko.vandersloot@uvt.nl> Wed, 15 Aug 2012 14:48:14 +0200
ticcutils (0.2-4) unstable; urgency=low
* First upload to Debian archive (closes: #684756).
* debian/control: improve description.
* debian/{compat,control}: debhelper compatibility level raised from 7 to 9.
* debian/control: Standards-Version upgraded from policy 3.9.2 to 3.9.3 (no
other changes needed).
-- Joost van Baal-Ilić <joostvb@debian.org> Tue, 14 Aug 2012 22:49:08 +0200
ticcutils (0.2-3) unstable; urgency=low
* resolved the 'package-name-doesnt-match-sonames' warning
-- Ko van der Sloot <ko.vandersloot@uvt.nl> Tue, 14 Aug 2012 14:38:52 +0200
ticcutils (0.2-2) unstable; urgency=low
* debian/libticcutil-dev.install: changed name of include dir
-- Ko van der Sloot <ko.vandersloot@uvt.nl> Tue, 14 Aug 2012 12:39:52 +0200
libticcutils (0.2-1) unstable; urgency=low
* First non-public release.
-- Ko van der Sloot <Ko.vanderSloot@uvt.nl> Tue, 14 Aug 2012 11:17:28 +0100
|