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
|
sipwitch (1.9.15-3) unstable; urgency=medium
* Update symbols file.
-- Jonas Smedegaard <dr@jones.dk> Sun, 24 Apr 2016 18:07:56 +0200
sipwitch (1.9.15-2) unstable; urgency=medium
* Fix fail on testsuite failure when targeted non-experimental.
* Update symbols file.
-- Jonas Smedegaard <dr@jones.dk> Sun, 24 Apr 2016 15:00:50 +0200
sipwitch (1.9.15-1) unstable; urgency=medium
[ upstream ]
* New release(s).
Closes: Bug#813646, #821785. Thanks to Ohm Base and Chris Lamb.
[ Jonas Smedegaard ]
* Update copyright info:
+ Extend coverage for upstream authors.
+ List upstream bug mail addresses (not main upstream author) as
preferred contact.
* Adjust parsing of ucommon major version.
* Stop cleanup autools now shipped upstream.
* Move packaging to Debian VoIP team.
* Update watch file: Mention gbp in usage comment. Bump to version 4.
* Update git-buildpackage config: Ignore any .git* file.
* Drop CDBS get-orig-source target: Use "gbp import-orig --uscan"
instead.
* Declare compliance with Debian Policy 3.9.8.
* Update package relations:
+ Tighten build-dependency on libucommon-dev.
+ Tighten build-dependency on d-shlibs: Needed for ucommon,
sipwitch, exosip and osip quirks.
+ Build-depend on libsystemd-dev on linux.
* Adjust for upstream changes:
+ Stop install sipwitch-config binary or man page.
+ Install sipcontrol (not sipwitch) binary and manpage.
* Add patch 1001 to have initscript source LSB init-functions.
* Print test-suite.log on testsuite failure, and don't have it fail
build when targeted experimental.
* Track symbols with pkgkde-gensymbols.
Build-depend on pkg-kde-tools.
* Fix put aside more upstream-shipped temp files during build.
-- Jonas Smedegaard <dr@jones.dk> Thu, 21 Apr 2016 14:44:02 +0200
sipwitch (1.6.1-2) unstable; urgency=medium
[ Jonas Smedegaard ]
* Resolve major versions from upstream autotools (not
changelog/hardcoded).
* Fix have -dev package install pkgconfig file.
* Modernize git-buildpackage config: Drop "git-" prefix.
* Update copyright info:
+ Fix use SPDX shortname for X11 license.
Thanks to Paul Richards Tagliamonte.
+ Extend coverage for myself.
* Fix relax d-shlibs quirks to match any API versions.
* Adjust CDBS hints to use current automake and autoconf.
Build-depend on automake (not automake1.11).
Tighten build-dependency on cdbs.
* Have autotools add non-shipped autotools.
* Have autotools force use pkg-config.
Closes: bug#784231. Thanks to Jonathan Wiltshire.
-- Jonas Smedegaard <dr@jones.dk> Mon, 04 May 2015 14:57:35 +0200
sipwitch (1.6.1-1) unstable; urgency=low
[ upstream ]
* New release.
+ ucommon abi 6 support.
+ drop switchview (moved to standalone package).
+ usage of new context aware intermediary voip functions.
+ fixes for official exosip2 4.0.
+ improved ssl configure check.
[ Jonas Smedegaard ]
* Fix copy-paste error in short descriptions.
Closes: bug#679392, #679393. Thanks to Davide Prina.
* Bump dephelper compatibility level to 8.
* Update copyright file:
+ Fix use pseudo-comment section to obey silly restrictions of
copyright format 1.0.
+ Drop Files sections for no longer shipped files.
+ Extend copyright coverage for autotools to include recent years.
+ Add git URL as alternate source.
* Drop patch 1001: Not strictly necessary.
* Update package relations:
+ Relax to build-depend unversioned on cdbs: Needed version
satisfied even in oldstable.
+ Tighten build-dependency on libucommon-dev: Fixes FTBFS.
Closes: bug#707450. Thanks to Lucas Nussbaum and Andrey
Rahmatullin.
* Add README.source emphasizing control.in file as *not* a
show-stopper for contributions, referring to wiki page for details.
* Bump standards-version to 3.9.4.
* Use canonical hostname (anonscm.debian.org) in Vcs-Git URI.
* Bump packaging license to GPL-3+, and extend copyrigt coverage for
myself to include current year.
* Have git-import-orig avoid .git-ignore files.
* Stop tracking md5sum of upstream tarball.
* Add d-shlibs override to resolve now unversioned libucommon-dev
dependency.
-- Jonas Smedegaard <dr@jones.dk> Mon, 01 Jul 2013 11:37:18 +0200
sipwitch (1.2.4-1) unstable; urgency=low
* New upstream release.
* Update upstream source URL.
* Extend copyright coverage of packaging.
* Add Vcs-* URLs to control file.
* Unfuzz patch 1001.
-- Jonas Smedegaard <dr@jones.dk> Mon, 25 Jun 2012 16:55:59 +0200
sipwitch (1.2.3-1) unstable; urgency=low
* New upstream release.
* Unfuzz patch 1001.
* Add git-buildpackage configfile, enabling signed tags.
* Update copyright file:
+ Fix adjust GPL-2+ License section to actually contain GPL-2+ (not
GPL-3+). Thanks to Mike O'Connor.
+ Add Files paragraphs, introducing new copyright holder.
+ Fix double-indent in Copyright fields as per Policy ยง5.6.13.
+ Fix include final final line of a disclaimer.
+ Fix add dot to avoid vertical space in License field.
+ Bump format to 1.0.
* Update package relations:
+ Fix stop depend on unused inetd.
+ Fix recommend (not depend on) cron and logrotate.
+ Relax build-dependency on cdbs (needlessly tight).
+ Relax build-depend unversioned on debhelper and devscripts (needed
versions satisfied even in oldstable).
* Remove debian/source/local-options; abort-on-upstream-changes and
unapply-patches are default in dpkg-source since 1.16.1.
* Add a few TODO items.
* Bump standards-version to 3.9.3.
-- Jonas Smedegaard <dr@jones.dk> Sun, 11 Mar 2012 14:43:28 +0100
sipwitch (1.0.3-1) unstable; urgency=low
* Initial release.
Closes: Bug#618427.
-- Jonas Smedegaard <dr@jones.dk> Fri, 08 Jul 2011 14:27:16 +0200
|