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
|
ctemplate (2.4-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Update the patches:
- upstream_Partial-Python-3-support.patch: drop, backported from upstream
- upstream_Python-3-support.patch: drop, backported from upstream
- switch-to-python3.diff: drop, fixed upstream
* Bump Standards-Version to 4.5.0, no changes required.
* Update the install path of the documentation directory, which is not
versioned now.
* Update the lintian overrides.
-- Pino Toscano <pino@debian.org> Sun, 08 Mar 2020 18:57:51 +0100
ctemplate (2.3-5) unstable; urgency=medium
* Team upload.
* Switch the helper Python build scripts to Python 3: (Closes: #942931)
- backport upstream commit ce1b8fe617bc052c1d9bf0be6000ead2fd205c6b;
patch upstream_Partial-Python-3-support.patch
- backport part of upstream commit 4b7e6c52dc7cbb4d51c9abcebcbac91ec256a62b;
patch upstream_Python-3-support.patch
- change the shebangs to python3, and fix one more Python 3 issue; patch
switch-to-python3.diff
- switch the python:any build dependency to python3:any
-- Pino Toscano <pino@debian.org> Sun, 29 Dec 2019 12:50:44 +0100
ctemplate (2.3-4) unstable; urgency=medium
* Team upload.
* Switch Vcs-* fields to salsa.debian.org.
* Add the configuration for the CI on salsa.
* Bump the debhelper compatibility to 12:
- switch the debhelper build dependency to debhelper-compat 12
- remove debian/compat
- remove --parallel for dh, as now done by default
- drop the dh_makeshlibs override, as -V is done by default
- stop explicitly using the autoreconf dh addon, as it is used by default
- drop remove the dh-autoreconf build dependency
- switch from dh_install to dh_missing for --list-missing
* Switch from --list-missing to --fail-missing for dh_missing; everything is
installed already.
* Bump Standards-Version to 4.4.1, no changes required.
* Remove trailing whitespaces in changelog.
* Update the lintian overrides.
* Drop patch gcc-4.6.patch, obsolete since version 1.0 already.
* Convert copyright to copyright-format v1.0, as its format is basically that
one already.
* Change the python build dependency to python:any, as Python is needed only
as build tool.
* Remove Florian Reinhard from Uploaders, as he did not do any work after the
initial release; thanks for your work!
-- Pino Toscano <pino@debian.org> Sat, 28 Dec 2019 12:54:00 +0100
ctemplate (2.3-3) unstable; urgency=medium
* Team upload.
* Upload to unstable. (See #823669)
* Move removal of tests leftovers right after dh_auto_test execution.
-- Pino Toscano <pino@debian.org> Tue, 10 May 2016 19:39:14 +0200
ctemplate (2.3-2) experimental; urgency=medium
* Team upload.
* Run the tests without multiple parallel jobs, as it seems they conflict
or depend on each other; also make the tests run fatal again.
* Manually remove few tests-related directories in /tmp not cleaned up by
the tests themselves.
* Tie library dependencies to the latest upstream version.
-- Pino Toscano <pino@debian.org> Fri, 06 May 2016 21:22:29 +0200
ctemplate (2.3-1) experimental; urgency=medium
* Team upload.
* New upstream release.
* Rename libctemplate2v5 to libctemplate3, according to the new SONAME.
* Update the patches:
- r129.patch: drop, backported from upstream
* Convert the package to multiarch:
- remove the --libdir setting
- adapt the library paths in .install files
- add "Multi-Arch: same" to libctemplate3
* Remove the libctemplate2 breaks/replaces from libctemplate3, since there
are no more file conflicts.
* Add the python build dependency, needed during build.
* Use ${perl:Depends} in libctemplate-dev.
* Ship the pkg-config .pc files in libctemplate-dev.
-- Pino Toscano <pino@debian.org> Thu, 05 May 2016 00:01:49 +0200
ctemplate (2.2-6) unstable; urgency=medium
* Team upload.
* Upstream moved to github, so:
- switch Homepage to https://github.com/olafvdspek/ctemplate, both
in control and copyright
- rewrite watch to scan tags on github
* Improve installation of files into packages:
- copy documentation files from the destdir, and not the source dir
- explicitly remove from destdir all the files that must not be
copied at all (libtool .la, READMEs and such)
- pass --list-missing to dh_install, so files not copied are easily
spotted
- remove debian/not-installed, no more useful now
* Bump debhelper compatibility to 9:
- bump compat to 9
- bump the debhelper build dependency to 9
- force --libdir=/usr/lib for now, multiarch adaptation will come
with the next SONAME break
* Make the .install files a bit more specific (especially for the
libraries), and sort them.
* Refresh patches (just to simplify the diff header), and improve
DEP3 headers.
* Install NEWS as documentation in libctemplate-dev.
* Update Vcs-Browser field.
* Bump Standards-Version to 3.9.8, no changes required.
* The rebuild will hopefully fix #797761. (Closes: #797761)
-- Pino Toscano <pino@debian.org> Wed, 04 May 2016 19:56:51 +0200
ctemplate (2.2-5) unstable; urgency=medium
* Team upload.
* Migrate to autoreconf. (Closes: #757992, #737368)
* Rename lib package to libctemplate2v5, due to gcc5 api
incompatibilities.
* Ignore unittests random error.
-- Maximiliano Curia <maxy@debian.org> Fri, 07 Aug 2015 15:57:20 +0200
ctemplate (2.2-4) unstable; urgency=low
* dh --with autotools_dev "config.{sub,guess} AArch64" (Closes: #727349)
* Update Vcs: fields
* Standards_Version: 3.9.4
-- Mark Purcell <msp@debian.org> Sat, 09 Nov 2013 14:12:53 +1100
ctemplate (2.2-3) unstable; urgency=low
* Fix "g++-4.7 -std=c++0x issue" upstream r129.patch (Closes: #665360)
-- Mark Purcell <msp@debian.org> Wed, 20 Jun 2012 22:54:29 +1000
ctemplate (2.2-2) unstable; urgency=low
* Upload to unstable - coordinated through debian-release
-- Mark Purcell <msp@debian.org> Sat, 19 May 2012 09:26:51 +1000
ctemplate (2.2-1) experimental; urgency=low
* New upstream release
- Fixes "ftbfs with GCC-4.7" (Closes: #667145)
- Fixes "New Upsstream, Watch File" (Closes: #658404)
- Fix "g++-4.7 -std=c++0x issue" (Closes: #665360)
* --program-prefix=ctemplate-
* NEW package libctemplate2 - match-soname
-- Mark Purcell <msp@debian.org> Sat, 19 May 2012 07:55:00 +1000
ctemplate (2.0-1) unstable; urgency=low
* New upstream release
-- Mark Purcell <msp@debian.org> Sat, 18 Feb 2012 16:37:54 +1100
ctemplate (1.1-1) unstable; urgency=low
* lca2012 release
* New upstream release
* fix debian/watch
-- Mark Purcell <msp@debian.org> Wed, 18 Jan 2012 15:52:34 +1100
ctemplate (1.0-1) unstable; urgency=low
* New upstream release
- Fixes "New Version: 1.0" (Closes: #642009)
* Drop dbug592142-sparc.patch incorporated upstream 0.98
-- Mark Purcell <msp@debian.org> Sun, 09 Oct 2011 20:39:41 +1100
ctemplate (0.97-4) unstable; urgency=low
* Ack NMU. Thanks gregor.
* Fixed description-synopsis-starts-with-article
* debian/rules: export PTHREAD_CFLAGS=-lpthread
- Fixes dpkg-shlibdeps: warning: symbol found in none of the libraries
-- Mark Purcell <msp@debian.org> Sun, 09 Oct 2011 19:34:10 +1100
ctemplate (0.97-3.1) unstable; urgency=low
* Non-maintainer upload.
* Fix "FTBFS: ./src/ctemplate/template_dictionary.h:73:11: error:
'ptrdiff_t' does not name a type":
apply patch from Ubuntu / Matthias Klose:
- Add missing includes to build with g++-4.6.
Closes: #625002, LP: #771025.
-- gregor herrmann <gregoa@debian.org> Tue, 04 Oct 2011 17:24:25 +0200
ctemplate (0.97-3) unstable; urgency=low
* Add sparc memory alignment patch from Jurij Smakov <jurij@wooyd.org>
- Fixes "FTBFS on sparc: 10 of 20 tests failed" (Closes: #592142)
-- Mark Purcell <msp@debian.org> Tue, 10 Aug 2010 08:08:29 +1000
ctemplate (0.97-2) unstable; urgency=low
* Include debian/* in copyright
* Fix "Erroneus debian/watch file" Thks Angel (Closes: #583883)
* Standards-Version: 3.9.1:
- Switch to dh 7
- debian/rules add Vcs-*
- source/format -> 3.0 (quilt)
- Add libctemplate-dev.doc-base
* debian/rules enable --parallel
-- Mark Purcell <msp@debian.org> Sat, 07 Aug 2010 11:35:18 +1000
ctemplate (0.97-1) unstable; urgency=low
* New upstream release
* Initial Upload to Debian (Closes: #580717)
* Maintainer: Debian KDE Extras Team - Add myself to Uploaders:
* Add Homepage: http://code.google.com/p/google-ctemplate/
* Update debian/watch
-- Mark Purcell <msp@debian.org> Sat, 08 May 2010 10:00:30 +1000
ctemplate (0.96-0ubuntu1) lucid; urgency=low
* Initial release (LP: #507717)
-- Florian Reinhard <florian.reinhard@googlemail.com> Thu, 14 Jan 2010 22:31:32 +0100
|