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
|
iptux (0.8.3+git20211122-1) unstable; urgency=high
* New upstream snapshot.
+ share/applications/meson.build: Fix FTBFS with new meson.
(Closes: #1005604)
* debian/copyright: Slight update.
-- Boyuan Yang <byang@debian.org> Wed, 23 Feb 2022 13:23:15 -0500
iptux (0.8.3-1) unstable; urgency=medium
* New upstream release.
-- Boyuan Yang <byang@debian.org> Fri, 08 Oct 2021 16:07:59 -0400
iptux (0.8.2-1) unstable; urgency=medium
* Upload to unstable.
-- Boyuan Yang <byang@debian.org> Mon, 16 Aug 2021 10:48:41 -0400
iptux (0.8.2-1~exp1) experimental; urgency=medium
* New upstream release.
-- Boyuan Yang <byang@debian.org> Sun, 11 Jul 2021 14:52:04 -0400
iptux (0.8.1-1~exp1) experimental; urgency=medium
* New upstream release.
* debian/copyright: Update file license information.
-- Boyuan Yang <byang@debian.org> Wed, 16 Jun 2021 15:48:25 -0400
iptux (0.8.0+git20210415-1~exp1) experimental; urgency=medium
* New upstream snapshot.
* debian/rules: Ask meson test to be verbose for better debugging.
-- Boyuan Yang <byang@debian.org> Thu, 15 Apr 2021 12:59:34 -0400
iptux (0.8.0+git20210413-1~exp1) experimental; urgency=medium
* New upstream snapshot.
+ Fix FTBFS on 32-bit systems.
-- Boyuan Yang <byang@debian.org> Tue, 13 Apr 2021 20:59:06 -0400
iptux (0.8.0-1~exp1) experimental; urgency=medium
* New upstream stable release.
* debian/control:
+ Migrate from cmake to meson.
+ Migrate to GTK+3. (Closes: #967537)
+ Add new build-dependency libgoogle-glog-dev.
* debian/patches: Drop all old patches.
* debian/: Apply wrap-and-sort -abst.
-- Boyuan Yang <byang@debian.org> Mon, 12 Apr 2021 09:58:25 -0400
iptux (0.7.6-4) unstable; urgency=medium
* Rebuild before Debian 11 release.
* debian/rules: Remove lines about ihateiptux.
This tool no longer exist.
* debian/clean: Remove manual clean of obj-* dir.
This is handled by dh_auto_clean.
* debian/clean: Remove the src/uninstall line, file no longer exist.
* debian/control: Bump Standards-Version to 4.5.1.
-- Boyuan Yang <byang@debian.org> Sat, 23 Jan 2021 20:07:11 -0500
iptux (0.7.6-3) unstable; urgency=medium
[ 肖盛文 ]
* add d/clean
* d/rules: use execute_after
* d/rules: add rm -rf obj-x86_64-linux-gnu/ clean
* d/watch:
- update to version=4,use @PACKAGE@ @ARCHIVE_EXT@
- add @ANY_VERSION@
Thanks for Peter Pentchev <roam@ringlet.net> patch it. see #960475
-- xiao sheng wen <atzlinux@sina.com> Thu, 14 May 2020 18:44:30 +0800
iptux (0.7.6-2) unstable; urgency=medium
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
[ 肖盛文 ]
* d/rules:
- delete export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
- delete override_dh_missing
* d/control:
- Bump debhelper-compat (= 13)
- Bump Standards-Version: 4.5.0
- add Rules-Requires-Root: no
- add new Uploaders
-- xiao sheng wen <atzlinux@sina.com> Wed, 13 May 2020 11:16:02 +0800
iptux (0.7.6-1) unstable; urgency=medium
* New upstream release (2018-12-29)
+ Fix compatibility with FeiQ.
* debian/control:
+ Build-depend on debhelper-compat (= 12) instead of using
debian/compat file.
+ Bump Standards-Version to 4.3.0 (no changes needed).
* debian/source/include-binaries: Removed, useless now.
-- Boyuan Yang <byang@debian.org> Tue, 01 Jan 2019 19:15:15 -0500
iptux (0.7.5-2) unstable; urgency=medium
* Rebuild against gcc 8.
* debian/control:
+ Update my email address and use the @debian.org one.
+ Bump Standards-Version to 4.2.1 (no changes needed).
-- Boyuan Yang <byang@debian.org> Fri, 31 Aug 2018 23:54:46 -0400
iptux (0.7.5-1) unstable; urgency=medium
* New upstream release. (2018-05-28).
+ Fix upstream issue #207.
* Refresh patches.
-- Boyuan Yang <073plan@gmail.com> Tue, 29 May 2018 12:44:04 +0800
iptux (0.7.4-1) unstable; urgency=medium
* New upstream release. (2018-01-24).
* Cherry-pick upstream patch to fix icon size.
-- Boyuan Yang <073plan@gmail.com> Thu, 01 Feb 2018 10:52:07 +0800
iptux (0.7.3+git20180124-1) unstable; urgency=medium
* New upstream snapshot (2018-01-24)
+ Fix more crashings.
+ Properly handle googletest.
* Refresh patches around googletest, it is still disabled for now.
-- Boyuan Yang <073plan@gmail.com> Wed, 24 Jan 2018 20:33:08 +0800
iptux (0.7.2-1) unstable; urgency=medium
* Add myself as uploader.
* New upstream release (2018-01-16)
+ Fix various crashings.
+ Prepare for GTK+3 migration.
* Remove patches for build flags, applied upstream.
* d/patches: Add patch to disable googletest until we have
better solution.
* d/copyright: Refresh information.
* d/rules: Use "dh-missing --fail-missing".
* d/iptux.1: Refresh information.
-- Boyuan Yang <073plan@gmail.com> Wed, 17 Jan 2018 23:17:42 +0800
iptux (0.7.0-1) unstable; urgency=medium
* Team upload.
* New upstream release (2018-01-10)
+ Migrate to CMake buildsystem.
+ Remove depends on gconf. (Closes: #886064)
* Bump Standards-Version to 4.1.3. (no changes needed)
* Bump debhelper compat to v11.
* d/docs: Ship NEWS.md.
* d/copyright: Remove trailing whitespaces.
* d/patches: Add patch to inherit build flags.
-- Boyuan Yang <073plan@gmail.com> Sat, 13 Jan 2018 10:12:36 +0800
iptux (0.6.4-1) unstable; urgency=medium
* Team upload.
* New upstream release (2017-08-22)
+ Fix FTBFS with gcc-7 (Closes: #853458)
* Remove LI Daobing from uploaders list. (Closes: 841794).
Thank you for your previous work.
* Bump debhelper compat to v10.
* Apply wrap-and-sort -abst.
* Update debian/control file.
- Remove build-dep autotools-dev. (not needed)
+ Bump Standards-Version to 4.1.0.
* Update debian/rules file.
+ Add full hardening and --as-needed linker option.
* Add myself into debian/copyright list.
* Fix a typo in debian/iptux.1.
-- Boyuan Yang <073plan@gmail.com> Wed, 23 Aug 2017 14:31:00 +0800
iptux (0.6.3-1) unstable; urgency=medium
* New upstream release (2015-09-19)
* Delete debian/patches/ as they have been merged upstream in 0.6.3
-- Anthony Fok <foka@debian.org> Sat, 19 Sep 2015 03:45:18 -0600
iptux (0.6.2-1) unstable; urgency=high
* New upstream release (2014-02-06)
* Upgrade from GStreamer 0.10 to 1.0 (Closes: #785847)
* Apply upstream patch to fix error in sending single files
due to error in regular file size reporting in AnalogFS::ftwsize().
* Improve iptux.desktop
* Set https://github.com/iptux-src/iptux as Homepage in debian/control
* Bump Standards-Version to 3.9.6
* List compatible programs in package description
* Update debian/copyright identifying src/ipmsg.h as BSD-2-clause
-- Anthony Fok <foka@debian.org> Fri, 18 Sep 2015 20:37:29 -0600
iptux (0.6.1-1) unstable; urgency=low
* New upstream release. (Closes: #731665)
* debian/watch: Upstream has moved to https://github.com/iptux-src/iptux/
* Bump debhelper compatibility to 9
* Update Standards-Version to 3.9.5
* Delete leftover po/*.gmo and src/uninstall/Makefile
* Update debian/copyright with new information, and change license to
from GPL-2 to GPL-2+ according to src/HelpDialog.cpp
* Add description in DEP-3 format to 01-desktop_encoding.patch
* Add myself to the list of Uploaders
-- Anthony Fok <foka@debian.org> Thu, 19 Dec 2013 12:24:15 +0800
iptux (0.5.3-1) unstable; urgency=low
* New upstream release, fix FTBFS with ld --as-needed
(Closes: #647085).
* Add myself to Uploaders.
* Rewrite debian/copyright to DEP5 format.
* Use dh 8, compat 8.
* Convert patch to quilt system.
* Remove useless README.source
-- Aron Xu <aron@debian.org> Sat, 14 Jan 2012 00:15:11 +0800
iptux (0.5.2-1) unstable; urgency=low
* new upstream release.
* debian/source/format: debian format 3.0.
* debian/control:
- fix debhelper-but-no-misc-depends
- use debhelper 7
- bump standards version to 3.9.2.
- new maintainer.
- update Vcs-* fields.
- update Description.
* debian/rules: rewrite
* debian/compat: 7
* debian/patches/series: new patch system.
-- LI Daobing <lidaobing@debian.org> Sat, 06 Aug 2011 10:58:00 +0800
iptux (0.5.1-2-1) unstable; urgency=low
* new upstream release.
-- LI Daobing <lidaobing@debian.org> Sun, 29 Nov 2009 10:39:10 +0800
iptux (0.5.1-1) unstable; urgency=low
* new upstream release.
-- LI Daobing <lidaobing@debian.org> Sun, 01 Nov 2009 19:17:24 +0800
iptux (0.5.0-2-1) unstable; urgency=low
* new upstream release.
-- LI Daobing <lidaobing@debian.org> Sun, 11 Oct 2009 12:12:35 +0800
iptux (0.5.0-1-1) unstable; urgency=low
* new upstream release.
* debian/watch: updated.
-- LI Daobing <lidaobing@debian.org> Fri, 09 Oct 2009 20:08:57 +0800
iptux (0.5.0-1) unstable; urgency=low
* new upstream release.
* debian/watch: updated.
* debian/control:
- change maintainer's name.
- bump standards version to 3.8.3.
- update Vcs-* fields.
* debian/docs: updated.
* debian/iptux.1: updated.
* debian/rules: remove dh_desktop
* debian/README.source: added.
-- LI Daobing <lidaobing@debian.org> Thu, 08 Oct 2009 17:52:29 +0800
iptux (0.4.5.2-1) unstable; urgency=low
* new upstream release.
* debian/control: add libgstreamer0.10-dev to Build-Depends.
* debian/rules: remove the uninstall tool "ihateiptux".
-- LI Daobing <lidaobing@gmail.com> Sun, 29 Mar 2009 15:51:39 +0800
iptux (0.4.4-1) unstable; urgency=low
* Intial release to Debian (closes: #507451)
-- LI Daobing <lidaobing@gmail.com> Fri, 20 Feb 2009 23:08:37 +0800
iptux (0.4.4-0ubuntu1) jaunty; urgency=low
* new upstream released (LP: #318175)
* debian/rules: add "--as-needed" to LDFLAGS.
-- LI Daobing <lidaobing@gmail.com> Sat, 17 Jan 2009 23:52:02 +0800
iptux (0.4.3-0ubuntu1) jaunty; urgency=low
* new upstream released (LP: #311069)
* debian/control: update description.
* debian/copyright: fix license. iptux is GPLv2 only.
* debian/docs: ship NEWS.
-- LI Daobing <lidaobing@gmail.com> Tue, 30 Dec 2008 20:38:16 +0800
iptux (0.4.1-0ubuntu1) jaunty; urgency=low
[ LI Daobing ]
* Initial release (LP: #292518)
[ Zhengpeng Hou ]
* Add myself as an uploader. :)
* Use /use/share/common-licenses/GPL-2 in copyright.
-- Zhengpeng Hou <zhengpeng-hou@ubuntu.com> Thu, 04 Dec 2008 03:27:36 +0000
|