diff -u libidl-0.8.14/debian/changelog libidl-0.8.14/debian/changelog --- libidl-0.8.14/debian/changelog +++ libidl-0.8.14/debian/changelog @@ -1,3 +1,12 @@ +libidl (0.8.14-0.4ubuntu1) utopic; urgency=low + + * Merge from Debian unstable (LP: #134938). Remaining changes: + - The "Depends: cpp:any" syntax cannot be used until after Ubuntu 12.04 + LTS. Introduce a new libidl-common binary package as a workaround for + the time being, which exists only to depend on cpp (LP: #931388). + + -- Gianfranco Costamagna Sun, 03 Aug 2014 10:17:20 +0200 + libidl (0.8.14-0.4) unstable; urgency=medium * Non-maintainer upload. @@ -21,6 +30,32 @@ -- Josselin Mouette Thu, 07 Nov 2013 14:00:10 +0100 +libidl (0.8.14-0.2ubuntu4) trusty; urgency=medium + + * Build using dh-autoreconf. + + -- Matthias Klose Sun, 15 Dec 2013 16:00:07 +0100 + +libidl (0.8.14-0.2ubuntu3) quantal; urgency=low + + * Rebuild for new armel compiler default of ARMv5t. + + -- Colin Watson Fri, 05 Oct 2012 00:03:30 +0100 + +libidl (0.8.14-0.2ubuntu2) precise; urgency=low + + * The "Depends: cpp:any" syntax cannot be used until after Ubuntu 12.04 + LTS. Introduce a new libidl-common binary package as a workaround for + the time being, which exists only to depend on cpp (LP: #931388). + + -- Colin Watson Tue, 13 Mar 2012 11:39:30 +0000 + +libidl (0.8.14-0.2ubuntu1) precise; urgency=low + + * Add multi-arch support + + -- Tom Ellis Wed, 08 Feb 2012 12:00:35 +0000 + libidl (0.8.14-0.2) unstable; urgency=low * Non-maintainer upload. @@ -245,0 +281 @@ + diff -u libidl-0.8.14/debian/control libidl-0.8.14/debian/control --- libidl-0.8.14/debian/control +++ libidl-0.8.14/debian/control @@ -1,7 +1,8 @@ Source: libidl Priority: optional -Maintainer: Sebastian Rittau -Standards-Version: 3.8.3 +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Sebastian Rittau +Standards-Version: 3.9.2 Section: libs Build-Depends: libglib2.0-dev, pkg-config, bison, flex, texinfo, cdbs, debhelper (>= 4.1.0), dh-autoreconf @@ -10,7 +11,7 @@ Multi-Arch: same Section: libs Pre-Depends: ${misc:Pre-Depends} -Depends: cpp:any, ${shlibs:Depends}, ${misc:Depends} +Depends: libidl-common (>= ${source:Version}), libidl-common (<< ${source:Version}.1), ${shlibs:Depends}, ${misc:Depends} Description: library for parsing CORBA IDL files libIDL is a small library for creating parse trees of CORBA v2.2 compliant Interface Definition Language (IDL) files, which is a specification for @@ -18,6 +19,20 @@ implementations. libIDL is used in the ORBit2 IDL compiler, as well as various language bindings (Perl, Python, etc.) for ORBit2. +Package: libidl-common +Architecture: all +Multi-Arch: foreign +Depends: cpp +Description: library for parsing CORBA IDL files (common files) + libIDL is a small library for creating parse trees of CORBA v2.2 compliant + Interface Definition Language (IDL) files, which is a specification for + defining interfaces which can be used between different CORBA + implementations. libIDL is used in the ORBit2 IDL compiler, as well + as various language bindings (Perl, Python, etc.) for ORBit2. + . + This package is a workaround for multiarch-related upgrade problems, and + will eventually be merged back into libidl0. + Package: libidl-dev Architecture: any Multi-Arch: same