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
|
td (1.8.38~git20241021.d321984+dfsg-4) unstable; urgency=medium
* debian/control:
+ Add B:/R: relation for libtd-shim to libtd-dev
(<< 1.8.0+git20240817.9b6ff58+dfsg2-2~). (Closes: #1093746).
-- Mike Gabriel <sunweaver@debian.org> Sun, 23 Feb 2025 18:56:08 +0100
td (1.8.38~git20241021.d321984+dfsg-3) unstable; urgency=medium
* debian/{rules,libtdjson1.8.38.install}:
+ Place symlinks into /usr/lib/*/ that point to the versioned shared lib
file/symlink in /usr/lib/*/TDLib*/, so that linkers can find the library.
(See: #1093771)."
* debian/*.install:
+ Move usr/lib/*/TDLib*/lib*.so to dev:pkg.
* debian/control:
+ Add B:/R: to libtd-dev for libtdjson1.8.38
(<< 1.8.38~git20241021.d321984+dfsg-3~).
* debian/rules:
+ No empty line at EOF.
-- Mike Gabriel <sunweaver@debian.org> Wed, 22 Jan 2025 21:33:18 +0100
td (1.8.38~git20241021.d321984+dfsg-2) unstable; urgency=medium
[ Cosima Neidahl ]
* debian/*:
+ init CMake shim package libtd-shim
-- Mike Gabriel <sunweaver@debian.org> Fri, 17 Jan 2025 14:22:57 +0100
td (1.8.38~git20241021.d321984+dfsg-1) unstable; urgency=medium
* New upstream version 1.8.38~git20241021.d321984+dfsg
* debian/patches:
+ Drop patches 0001, 0002 and 0003. All applied upstream (in similar
variants).
+ Rebase 2001_build-against-system-sqlite3.patch.
+ Trivially rebase 1001_fix-typos.patch.
* debian/copyright:
+ Update auto-generated copyright.in file.
+ Update copyright attributions.
* debian/rules:
+ Stop creating .source_version file in orig tarballs.
* debian/libtdjson1.8.*:
+ Bump from 1.8.27 to 1.8.38.
* debian/control:
+ Bump Standards-Version: to 4.7.0. No changes needed.
-- Mike Gabriel <sunweaver@debian.org> Tue, 14 Jan 2025 16:50:10 +0100
td (1.8.0+git20240817.9b6ff58+dfsg2-1) unstable; urgency=medium
* Regenerate orig tarball.
* debian/rules: Add get-orig-source target. This allows rebuild the
orig tarball without uscan of the exact upstream Git revision specified
in d/changelog.
-- Mike Gabriel <sunweaver@debian.org> Wed, 04 Dec 2024 10:52:00 +0100
td (1.8.0+git20240817.9b6ff58+dfsg-5) unstable; urgency=medium
* debian/patches:
+ Rebase patches 0001, 1001, 2001.
-- Mike Gabriel <sunweaver@debian.org> Tue, 03 Dec 2024 22:04:34 +0100
td (1.8.0+git20240817.9b6ff58+dfsg-4) unstable; urgency=medium
* debian/control:
+ Use versioned B-D: libsqlcipher-dev (>= 4.6.1-2~). Only that version in
Debian provides built-in fts5 support as required by libtd.
-- Mike Gabriel <sunweaver@debian.org> Tue, 03 Dec 2024 20:29:16 +0100
td (1.8.0+git20240817.9b6ff58+dfsg-3) unstable; urgency=medium
* Upload to unstable as is.
-- Mike Gabriel <sunweaver@debian.org> Mon, 02 Dec 2024 21:18:05 +0100
td (1.8.0+git20240817.9b6ff58+dfsg-2) experimental; urgency=medium
* Upload to experimental.
[ Cosima Neidahl ]
* debian: Apply patches to only install shared libs & fix tests. This
adds the following patches:
+ 0001-Remove-tdapi-tdclient-dynamic-building.patch
+ 0002-Install-only-BUILD_SHARED_LIBS-matching.patch
+ 0003-Separate-install-variables.patch
* debian/rules: Enable building everything as shared library.
[ Mike Gabriel ]
* debian/copyright:
+ Update auto-generated copyright.in file.
+ Update copyright attributions.
-- Mike Gabriel <sunweaver@debian.org> Mon, 02 Dec 2024 15:40:04 +0100
td (1.8.0+git20240817.9b6ff58+dfsg-1) unstable; urgency=low
* New upstream version 1.8.0+git20240817.9b6ff58+dfsg
-- Ying-Chun Liu (PaulLiu) <paulliu@debian.org> Tue, 27 Aug 2024 03:51:21 +0800
td (1.8.0+git20240428.77b3479+dfsg-1) unstable; urgency=low
* New upstream version 1.8.0+git20240428.77b3479+dfsg
-- Ying-Chun Liu (PaulLiu) <paulliu@debian.org> Mon, 06 May 2024 01:51:35 +0800
td (1.8.0+git20240331.d7203eb+dfsg-1) unstable; urgency=low
[ Ying-Chun Liu (PaulLiu) ]
* Initial release. (Closes: #1063347)
[ Mike Gabriel ]
* debian/watch:
+ Obtain upstream Git snapshot via uscan.
* debian/patches:
+ Add 1001_fix-typos.patch. Fix some typos in upstream code. Thanks,
lintian.
* debian/:
+ Build against system's sqlite3 (sqlcipher variant).
+ Drop non-Linux example code.
* debian/control:
+ Use correct URL convention for Vcs-*: fields.
+ Add myself to Uploaders: field.
* debian/rules:
+ Enable all hardening flags.
* debian/copyright:
+ Add auto-generated copyright.in file for later copyright changes tracking.
+ Rewrite file. Use individual-file-list style.
* debian/README.source:
+ Mention how to obtain the orig tarball from upstream Git.
* lintian:
+ Override no-symbols-control-file for C++ library.
+ Override file-without-copyright-information for LICENSE file.
-- Mike Gabriel <sunweaver@debian.org> Thu, 11 Apr 2024 23:03:28 +0200
|