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 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382
|
libopenobex (1.7.2-2.3) unstable; urgency=medium
* Non-maintainer upload.
* Fix FTBFS with CMake 4. (Closes: #1113178)
-- Adrian Bunk <bunk@debian.org> Sun, 26 Oct 2025 23:40:12 +0200
libopenobex (1.7.2-2.2) unstable; urgency=medium
* Non-maintainer upload.
[ Debian Janitor ]
* Trim trailing whitespace.
* Fix field name case in debian/copyright (FIles => Files).
* Remove constraints unnecessary since buster (oldstable):
+ Build-Depends: Drop versioned constraint on cmake (>= 2.6.3).
+ openobex-apps: Drop conflict with removed package openobex-apps (<<
1.7.1-4) in Breaks.
[ Chris Hofstaedtler ]
* Use udev.pc to place udev rules (Closes: #1058841)
-- Chris Hofstaedtler <zeha@debian.org> Sun, 14 Jan 2024 14:06:37 +0100
libopenobex (1.7.2-2.1) unstable; urgency=medium
* Non-maintainer upload.
* fix install shared libriaries (not static ones)
when file paths clash;
closes: bug#996154,
thanks to Antonio Terceiro, Lucas Kanashiro, and Adrian Bunk,
and to Patrick Ohly for raising awareness of the issue
-- Jonas Smedegaard <dr@jones.dk> Mon, 20 Dec 2021 12:00:45 +0100
libopenobex (1.7.2-2) unstable; urgency=medium
[ Helmut Grohne ]
* Fix FTCBFS: Let dh_auto_configure figure the right cmake flags.
(Closes: #885646)
[ Nobuhiro Iwamatsu ]
* Add graphviz <!nodoc> to B-D. (Closes: #991938). Thanks to Chris Lamb.
* Update d/control
- Update to debhelper 13.
- Change Vcs-Browser and Vcs-Git to salsa.
- Bump Standards-Version to 4.5.1 (no change).
- Add "Rules-Requires-Root: no".
* Update d/rules
- Convert to dh (Closes: #993084).
* Update d/changelog.
- Remove whitespace
* Update d/patches
- Add DEP-3 headers
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Mon, 04 Oct 2021 09:37:56 +0900
libopenobex (1.7.2-1) unstable; urgency=medium
* New upstream released.
* Remove patches/cxx.patch.
* Bump Standards-Version to 3.9.8.
* Use a secure transport for the Vcs-Git and Vcs-Browser URL.
* Update debian/copyright to DEP5 format.
* Fix FTBFS on kfreebsd (Closes: #813169).
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Tue, 26 Jul 2016 09:09:09 +0900
libopenobex (1.7.1-6) unstable; urgency=medium
* Fix segfaults on obex-check-device when called with 1 parameter only
(Closes: #825106)
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Tue, 24 May 2016 06:13:57 +0900
libopenobex (1.7.1-5) unstable; urgency=medium
* Fix build with libc6 2.22. (Closes: #811892)
* Bump Standards-Version to 3.9.7.
* Add field of Vcs-Git and Vcs-Browser.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Sun, 27 Mar 2016 04:04:25 +0900
libopenobex (1.7.1-4) unstable; urgency=medium
* Change Maintainer to myself. (Closes: #745791)
* Change package name by soname update. (Closes: #810556)
Change libopenobex1* to libopenobex2*.
* Remove README.source. This file is unnecessary.
* Switch to libusb 1.0. (Closes: #810441)
* Enable CMAKE_VERBOSE_MAKEFILE on CMake.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Tue, 12 Jan 2016 13:14:47 +0900
libopenobex (1.7.1-3) unstable; urgency=high
* QA upload.
* Enable CXX to prevent FTBFS on ubuntu.
-- Dimitri John Ledkov <xnox@ubuntu.com> Thu, 07 Jan 2016 09:57:54 +0000
libopenobex (1.7.1-2) unstable; urgency=high
* QA upload.
* Add missing libxml2-utils build dependency.
-- Dimitri John Ledkov <xnox@debian.org> Wed, 06 Jan 2016 16:57:17 +0000
libopenobex (1.7.1-1) unstable; urgency=medium
* QA upload.
* Update to 1.7.1 upstream release. Closes: #717459
* Drop all patches
* Drop quilty things, and switch to 3.0 (quilt).
* Drop dh-autoreconf, only cmake is used now.
* Update website to sourceforge.
* Automatic dbgsyms package should be generated Closes: #717460
-- Dimitri John Ledkov <xnox@debian.org> Wed, 06 Jan 2016 15:28:22 +0000
libopenobex (1.5-3) unstable; urgency=low
* QA upload.
* Maintainer field set to QA Group.
* Bump Standards-Version to 3.9.6.
* Use the "linux-any" dpkg architecture wildcard instead of a negated list
of architectures in libbluetooth-dev dependency. (closes: #634793)
* Add dependency on ${misc:Depends}.
* Update config.{sub,guess} with dh-autoreconf.
* Build with hardening flags.
* Add debian/README.source.
-- Emanuele Rocca <ema@debian.org> Sun, 03 May 2015 22:13:09 +0200
libopenobex (1.5-2.1) unstable; urgency=low
* Non-maintainer upload.
* Fix segfault when transferring files, closes: #699740.
* Update debian/watch, closes: #717458.
-- Joe Nahmias <jello@debian.org> Tue, 23 Jul 2013 15:15:37 -0400
libopenobex (1.5-2) unstable; urgency=low
* Fix Docbook-XML build dependencies to build the application manual pages
* Replace dh_clean -k with dh_prep call
* Fix cmake version dependency (closes: #525493)
* Bump standard revision to 3.8.2.0: no changes required.
-- Hendrik Sattler <debian@hendrik-sattler.de> Sun, 21 Jun 2009 17:29:41 +0200
libopenobex (1.5-1) unstable; urgency=low
* New upstream release (closes: #514577)
* Removed patch files define.patch, compat_defines.path, ircp.path:
included upstream
* Rewrote debian/rules to compile using CMake
* Added CMake >= 2.6 to build-depends
* Added parallel build option support in debian/rules
* Bump standard revision to 3.8.0.0: Copied README.source from quilt package
* Removed debian/manpages/*: included upstream as DocBook XML
* Add patch: fix version information in toplevel CMakeLists.txt
* Add patch: Add missing doc/openobex-apps.xml (from upstream git repository)
* Add patch: fix bluetooth detection in CMakeModules/FindBluetooth.cmake
* Add patch: fix undefined use of sprintf
-- Hendrik Sattler <debian@hendrik-sattler.de> Sat, 14 Feb 2009 11:08:49 +0100
libopenobex (1.3+cvs20070425-2) unstable; urgency=low
* patches/compat_defines.patch: reintroduce defines OBEX_CLIENT and
OBEX_SERVER (closes: #470441, #470444)
-- Hendrik Sattler <debian@hendrik-sattler.de> Fri, 14 Mar 2008 20:55:35 +0100
libopenobex (1.3+cvs20070425-1) unstable; urgency=low
* Updated to current CVS (since CVS did not change in 9 months):
- Adds new TcpOBEX (IPv6 support)
* Remove patches:
- docbuild2.patch: not needed anymore
- pkgconfig.patch: not needed anymore
* debian/control:
- use libbluetooth-dev instead of libbluetooth2-dev
- do not require libbluetooth-dev on kfreebsd-* (closes: #416259)
* debian/rules: fix cross-build support (closes: #465262)
* debian/copyright: add proper copyright information
* debian/openobex-apps.copyright: removed
-- Hendrik Sattler <debian@hendrik-sattler.de> Thu, 06 Mar 2008 00:28:42 +0100
libopenobex (1.3-3) unstable; urgency=low
* do not install the libopenobex.la file, should resolve that sticking
libusb dependency for packages that depend on libopenobex and use libtool
(after being rebuilt)
* use Requires.private instead of Libs.private in .pc file and adapt REQUIRES
define to not include bluez
* compile apps without libusb (not needed)
* debian/control: build depend on automake-1.9, autoconf and libtool
* debian/rules: run autoreconf where appropriate
-- Hendrik Sattler <debian@hendrik-sattler.de> Fri, 29 Sep 2006 01:03:52 +0200
libopenobex (1.3-2) unstable; urgency=low
* add pkgconfig.patch: fixes pkg-config output for dynamic linking
-- Hendrik Sattler <debian@hendrik-sattler.de> Tue, 26 Sep 2006 23:22:52 +0200
libopenobex (1.3-1) unstable; urgency=low
* New upstream version
* Clean up debian/rules
* Bump standards revision to 3.7.2.0: no changes required.
* Update build dependencies:
- update quilt version to 0.45
- change from libbluetooth1-dev to libbluetooth2-dev, same for Depends field
of binary package libopenobex1-dev (closes: #376900)
* Fix quilt inclusion in debian/rules and roperly use quilt stamp file in the
rules file
* Remove patches that got applied upstream:
- rodrigues_irobex_palm3.patch
- docbuild.patch
- obex_test.patch
* Add new docbuild2.patch to fix building of documentation, again, because
docbook2html fails with XML DOCTYPE declaration
* Lower dependency from libopenobex1-dev on pkg-config from Depends to Suggests
(it is a useful tool but the package can be used without it)
-- Hendrik Sattler <debian@hendrik-sattler.de> Thu, 6 Jul 2006 02:07:56 +0200
libopenobex (1.2-3) unstable; urgency=low
* The "fix some bugs after some years" release
* Update ircp.patch to never overwrite existing files but
rename the target name instead (closes: #366484)
* Update rodrigues_irobex_palm3.patch to fix argument parsing
(closes: #216312)
* Add obex_test.patch to fix some issues with the test apps
(closes: #197773). Note that the patch from the bug report
was not plainly used.
* Add manpages for all applications (closes: #253857)
-- Hendrik Sattler <debian@hendrik-sattler.de> Fri, 12 May 2006 02:14:05 +0200
libopenobex (1.2-2) unstable; urgency=low
* Fix Replaces/Conflicts with ircp (closes: #359061, #359201)
* Fix version of debhelper build dependency
* Add missing direct build dependency on docbook (closes: #359026)
* use the quilt.make include:
- tighten quilt build dependency
- remove debian/quiltrc
-- Hendrik Sattler <debian@hendrik-sattler.de> Fri, 7 Apr 2006 13:06:53 +0200
libopenobex (1.2-1) unstable; urgency=low
* New upstream release (closes: #358375)
* Change priority of -dev package to "extra"
* Change default section to "comm"
* Use debhelper compat level 5
* move ircp to openobex-apps package
* add quilt to build dependecies and do patching at build time
-- Hendrik Sattler <debian@hendrik-sattler.de> Fri, 24 Mar 2006 09:18:17 +0100
libopenobex (1.1-1) unstable; urgency=low
* New maintainer
* New upstream release (closes: #237386)
- supports USB
- changes to pkgconfig
* Change package name according to the libpkg-guide
* Conflict with the old -dev package
* Use quilt for patches (using debian/quiltrc)
* Add docbuild patch to be able to build documentation
* Include documentation in the -dev package
* Package openobex-apps is not shipped seperately anymore, so include it
* Package ircp is not shipped seperately anymore, so include it
* Update FSF address
-- Hendrik Sattler <debian@hendrik-sattler.de> Fri, 10 Feb 2006 12:41:46 +0100
libopenobex1.0 (1:1.0.0-rel-3) unstable; urgency=low
* Acknowledge NMU.
* Restored big-endian patch.
* Add patch for obex_server.c to detect a read when object deleted.
-- Edd Dumbill <ejad@debian.org> Fri, 4 Jun 2004 00:51:04 +0100
libopenobex1.0 (1:1.0.0-rel-2.1) unstable; urgency=low
* NMU if the maintainer does not react
* Restored the Testing version with an epoched version because
libopenobex1.0.1 is another library generation (closes: #214471)
-- Eduard Bloch <blade@debian.org> Sun, 12 Oct 2003 15:49:25 +0200
libopenobex1.0 (1.0.1-1) unstable; urgency=low
* New upstream release.
* Changed section of libopenobex-dev to 'libdevel'
* Remove big-endian patch: now incorporated upstream.
-- Edd Dumbill <ejad@debian.org> Mon, 6 Oct 2003 13:37:48 +0100
libopenobex1.0 (1.0.0-rel-2) unstable; urgency=low
* Moved to Colin's Build System
* Incorporate patch from CVS to fix Bluetooth use on big-endian
systems (thanks Marcel Holtmann)
-- Edd Dumbill <ejad@debian.org> Sun, 23 Mar 2003 14:53:33 +0000
libopenobex1.0 (1.0.0-rel-1) unstable; urgency=low
* New upstream release
-- Edd Dumbill <ejad@debian.org> Mon, 2 Dec 2002 20:22:01 +0000
libopenobex1.0 (1.0.0-pre5-1) unstable; urgency=low
* Unreleased.
* New upstream release (Closes: #167327)
- supports Bluetooth transport layer
- removes dependency on glib-1.2
* Renamed packages as source & binary compatibility broken from earlier
releases. Used scheme as per Junichi Uekawa's library packaging
guide.
-- Edd Dumbill <ejad@debian.org> Sun, 17 Nov 2002 17:51:25 +0000
libopenobex (0.9.8-7) unstable; urgency=low
* Make openobex-config output includes and libs for bringing in
the glib dependencies (Closes: #170090)
-- Edd Dumbill <ejad@debian.org> Thu, 21 Nov 2002 22:57:42 +0000
libopenobex (0.9.8-6) unstable; urgency=low
* Fixed the .so files to be in the right packages
* Updated standards version to 3.5.8
* Added Section to the source description
-- Edd Dumbill <ejad@debian.org> Mon, 18 Nov 2002 01:50:22 +0000
libopenobex (0.9.8-5) unstable; urgency=low
* New maintainer
* Added shlibs file
* Added simple manpage for openobex-config
-- Edd Dumbill <ejad@debian.org> Mon, 18 Nov 2002 00:33:25 +0000
libopenobex (0.9.8-4) unstable; urgency=low
* Update config.sub and config.guess (Closes: #142308)
-- Erich Schubert <erich@debian.org> Thu, 11 Apr 2002 23:10:55 +0200
libopenobex (0.9.8-3) unstable; urgency=low
* Improved Description, which was not quite correct. (Closes: #140732)
-- Erich Schubert <erich@debian.org> Fri, 5 Apr 2002 17:47:45 +0200
libopenobex (0.9.8-2) unstable; urgency=low
* Added missing build-Dependency on libglib1.2
-- Erich Schubert <erich@debian.org> Sat, 30 Mar 2002 11:22:02 +0100
libopenobex (0.9.8-1) unstable; urgency=low
* Initial Release (Closes: #136310).
-- Erich Schubert <erich@debian.org> Fri, 1 Mar 2002 11:45:23 +0100
|