diff -pruN 1.2.2-2/debian/changelog 1.2.2-2ubuntu4/debian/changelog --- 1.2.2-2/debian/changelog 2007-09-18 21:09:14.000000000 +0100 +++ 1.2.2-2ubuntu4/debian/changelog 2007-09-18 19:50:44.000000000 +0100 @@ -1,3 +1,31 @@ +alps-light1 (1.2.2-2ubuntu4) gutsy; urgency=low + + * Rebuild for boost 1.34.0 -> 1.34.1 transistion. + + -- Steve Kowalik Thu, 13 Sep 2007 11:06:31 +1000 + +alps-light1 (1.2.2-2ubuntu3) gutsy; urgency=low + + * Rebuild for libboost-*1.33.1 -> libboost-*1.34.0 + (add --with-boost-toolset=mt to configure options) + * debian/control: Modify Maintainer value to match + DebianMaintainerField spec. + + -- Michael Bienia Thu, 19 Jul 2007 12:39:50 +0200 + +alps-light1 (1.2.2-2ubuntu2) feisty; urgency=low + + * Rebuild for ldbl128 change on powerpc and sparc. + + -- Matthias Klose Thu, 2 Nov 2006 10:18:17 +0000 + +alps-light1 (1.2.2-2ubuntu1) edgy; urgency=low + + * debian/control: Added Conflicts/Replaces, because Debian never had c2a in + package names, but we had in dapper. Ugh. + + -- Stephan Hermann Thu, 6 Jul 2006 09:42:04 +0200 + alps-light1 (1.2.2-2) unstable; urgency=low * rebuild with C++ allocator symbol change. diff -pruN 1.2.2-2/debian/control 1.2.2-2ubuntu4/debian/control --- 1.2.2-2/debian/control 2007-09-18 21:09:14.000000000 +0100 +++ 1.2.2-2ubuntu4/debian/control 2007-09-18 19:50:44.000000000 +0100 @@ -1,7 +1,8 @@ Source: alps-light1 Priority: optional Section: science -Maintainer: Robert Jordens +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Robert Jordens Build-Depends: debhelper (>> 4.1.0), cdbs, autotools-dev, quilt, libboost-dev (>= 1.32.0+1.33.0), libboost-signals-dev (>= 1.32.0+1.33.0), libboost-date-time-dev (>= 1.32.0+1.33.0), libboost-regex-dev (>= 1.32.0+1.33.0), libboost-filesystem-dev (>= 1.32.0+1.33.0), libboost-thread-dev (>= 1.32.0+1.33.0), libboost-program-options-dev (>= 1.32.0+1.33.0), libboost-serialization-dev (>= 1.32.0+1.33.0), libexpat1-dev, pvm-dev, lam4-dev (>= 7.1.1-3.2), doxygen Standards-Version: 3.6.1 @@ -9,6 +10,8 @@ Package: libalps-light1 Section: libs Architecture: any Depends: ${shlibs:Depends} +Conflicts: libalps-light1c2a +Replaces: libalps-light1c2a Recommends: libalps-pvm1, libalps-mpi1, libalps-sgl1, libalps-heap1 Description: ALPS Physics Simulation Algorithms (light library) ${Common:Description} @@ -35,6 +38,8 @@ Package: libalps-pvm1 Section: libs Architecture: any Depends: ${shlibs:Depends} +Conflicts: libalps-pvm1c2a +Replaces: libalps-pvm1c2a Description: ALPS Physics Simulation Algorithms (PVM support) ${Common:Description} . @@ -59,6 +64,8 @@ Package: libalps-mpi1 Section: libs Architecture: any Depends: ${shlibs:Depends} +Conflicts: libalps-mpi1c2a +Replaces: libalps-mpi1c2a Description: ALPS Physics Simulation Algorithms (MPI support) ${Common:Description} . @@ -83,6 +90,8 @@ Package: libalps-sgl1 Section: libs Architecture: any Depends: ${shlibs:Depends} +Conflicts: libalps-sgl1c2a +Replaces: libalps-sgl1c2a Description: ALPS Physics Simulation Algorithms (SGL support) ${Common:Description} . diff -pruN 1.2.2-2/debian/rules 1.2.2-2ubuntu4/debian/rules --- 1.2.2-2/debian/rules 2007-09-18 21:09:14.000000000 +0100 +++ 1.2.2-2ubuntu4/debian/rules 2007-09-18 19:50:44.000000000 +0100 @@ -8,7 +8,7 @@ include /usr/share/cdbs/1/class/autotool include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/patchsys-quilt.mk -DEB_CONFIGURE_EXTRA_FLAGS := --with-mpi-incdir=/usr/include/lam +DEB_CONFIGURE_EXTRA_FLAGS := --with-mpi-incdir=/usr/include/lam --with-boost-toolset=mt DEB_INSTALL_DOCS_ALL := $(shell cat debian/docs) DEB_DH_MAKESHLIBS_ARGS_ALL := -V