lp:ubuntu/natty/ace

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/natty/ace
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Mature

Recent revisions

16. By Marcin Juszkiewicz

Added patch to find librt on multiarch systems - LP: #749155

15. By mbrudka

[ Marek Brudka ]
Synchronized *.pc with *.so and created transitional tags. Closes: #598169

14. By Thomas Girard <email address hidden>

[ Marek Brudka ]
* Configuration file for KFreeBSD created. Closes: #591586.
* Restored pkgconfig files. Closes: #591610.
* Provided manpages for tao_catior, tao_nslist, tao_nsdel, tao_nsadd, ace_netsvcs.

[ Thomas Girard ]
* Disable -fvisibility=hidden on armel since it does not seem to work on
  that platform. Closes: #593225.

13. By Thomas Girard <email address hidden>

Rebuild with sid tk-dev build-dependency. Closes: #590512.

12. By Thomas Girard <email address hidden>

[ Thomas Girard ]
* Add Marek to Uploaders: field.
* Remove dependencies on autotools; these are no longer needed now that we
  have agreed to move back to the traditional compilation method.
* Add bzip2 and lzo ZIOP implementation.
* New patch: 20-versioned_libs.dpatch, to generate libraries with names
  following libACE-5.7.7.so pattern instead of libACE.so.5.7.7.
* Rename binaries and packages to follow what is used in RPMs.
* Move $ACE_ROOT to /usr/lib/ace.

[ Marek Brudka ]
* New upstream release:
  o add libACE_gperf, libACE_ETCL and libACE_Monitor_Control to libace
  o add headers and libraries for Monitor, ZIOP, ETCL to libtao package
  o renamed gperf-ace to ace_gperf to follow the upstream convention
  o renamed utilities (ns{add,del,list} to tao_ns{add,del,list}) in tao-utils
    to follow the upstream changes
* Change compilation back to traditional ACE+TAO build method:
  o adapt existing Debian build mechanism
  o remove patches no longer needed because of this switch
  o use MPC generated makefiles
  o install build result using MPC/prj_install.pl and .ins files
  o temporarily excluded logWalker from build
* New patch: 10-fix-prj-install to work-around a problem installing files
* Added PerlACE to mpc-ace. Closes: #522557
* Created patch to reduce the size of doxygen doc. Closes: #562164
* Created patch to fix cross references in doxygen tags
* Created libnetsvcs packages. Closes: #466137. Addresses: LP#185285
* Moved IDL fiels from /usr/include into /usr/share/idl

[ Pau Garcia i Quiles ]
* New upstream release
* Add dependency on ${misc:Depends}
* Add new libraries and update patch 34-bts386713 accordingly
* Update patch 02-qt4 (partially fixed upstream)
* Drop patch 05-autoconf-fox (fixed upstream)
* Drop patch 06-fix-kokyu-mpc (fixed upstream)
* Drop patch 07-autoconf-fix-gperf (fixed upstream)
* Drop patch 08-fix-perl-shebang (fixed upstream)
* Drop patch 10-fix-fox-resource-export (fixed upstream)
* Drop patch 11-fix-fox-reactor.dpatch (fixed upstream)
* Update patch 12-fix-fox-include
* Drop patch 13-fix-fox-errors (fixed upstream except for the #include, which
  I have now merged in 12-fix-fox-include)
* Drop patch 14-autoconf-tao (fixed upstream)
* Drop patch 15-fix-fltk-include (fixed upstream)
* Drop patch 17-protect-mpc-path (fixed upstream)
* Drop patch 18-fix-bswap-detection (fixed upstream)
* Update patch 19-gcc43
* Drop patch 20-fix-iostream-detection (fixed upstream)
* Drop patch 22-remove-Ge-doc (fixed upstream)
* Drop patch 23-add-sh-shebang (fixed upstream)
* Update patch 24-add-missing-headers (WORK IN PROGRESS)
* Update patch 34-bts386713
* Drop patch 49-missing-template (fixed upstream)
* Update patch 90-patch-mpc-basedir
* Update patch 91-patch-dg-basedir
* Add patch 93-hack-to-fix-libtoolize
* Add patch 94-build-crosscompile
* Add patch 95-build-ace-for-tao
* Add patch 96-build-athena3d
* Remove DH_COMPAT definition from the debian/rules file, it's already in
  debian/compat
* Fix fox-config location, detection method has changed since 5.6.3

11. By Thomas Girard <email address hidden>

[ Thomas Girard ]
* Remove obsolete maintainers:
  - Konstantinos Margaritis <email address hidden>
  - Brian Nelson <email address hidden>
  Closes: #521487.
* Bump Standards-Version: to 3.8.3.
* Remove erroneous #define ACE_SCANDIR_CMP_USES_CONST_VOIDPTR in config.h;
  causing diagnostics to FTBFS. Closes: #552899.
* Remove extra ACLOCAL_AMFLAGS from already existing Makefile.am; causing
  recent aclocal to abort. Thanks to Pau Garcia i Quiles for the patch.
  Closes: #518735.
* Add README.source.
* Add Pau Garcia i Quiles to the list of maintainers.
* Fix many issues spotted by lintian.

[ Pau Garcia i Quiles ]
* Add new patches:
  - Remove duplicate files from .mpc files so that Makefile.am files do
    not have duplicates
  - Run autoupdate and autoreconf in the ACE and TAO directories in order
    to update from libtool 1.5 (what upstream uses) to libtool 2.2

10. By Thomas Girard <email address hidden>

* Do not ship MPC config files in both mpc-ace and libace-dev packages;
  they're meant to be only in mpc-ace. Make mpc-ace Replaces: the bogus
  previous upload. Closes: #484718.
* Bump Standards-Version: to 3.8.0.

9. By Thomas Girard <email address hidden>

* debian/control: package HTBP, the protocol over HTTP tunneling library.
* debian/control: split libace into libace + libace-ssl.
* debian/control: move binaries in their own tao-* packages.
* debian/patches/34-bts386713.dpatch: dlopen() TAO libraries using their
  full name (Closes: #386713).
* debian/generate_pkgconfig.sh: generate .pc files (Closes: #367480).

8. By Matthias Klose

Rebuild for ldbl128 change on powerpc and sparc.

7. By Thomas Girard <email address hidden>

* debian/patches/28-bug2222-fix.dpatch, debian/patches/29-bug2262.dpatch:
  backport upstream fixes.
* debian/patches/31-gcc-4.1-fix.dpatch: fix "dereferencing type-punned
  pointers" gcc 4.1 warning.
* debian/patches/30-Env_Value-template-specialization-fix.dpatch:
  backport template specialization fix (Closes: #358898).
* debian/patches/20-debian-compiler-definitions.dpatch: downgrade
  optimization flag from `-O3' to `-O2'.
* debian/rules: add ${perl:Depends} for mpc-ace package.
* debian/control: make a new package, libciao-doc.
* debian/libtao-dev.install: add missing pkg-config file for ImR_Client
  library.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/oneiric/ace
This branch contains Public information 
Everyone can see this information.

Subscribers