diff -u ladr-0.0.200811a/debian/changelog ladr-0.0.200811a/debian/changelog --- ladr-0.0.200811a/debian/changelog +++ ladr-0.0.200811a/debian/changelog @@ -1,3 +1,14 @@ +ladr (0.0.200811a-1ubuntu1) jaunty; urgency=low + + * Merge from debian unstable, remaining changes: (LP: #331176) + - Drop -shared from the libtool command to make libladr.la in + debian/patches/01-libtoolise.dpatch so that both the shared and + static libraries are built. The .install file tries to install both, + and if -shared is passed the .a isn't built and the package fails + to build. This appears to be a change in libtool behaviour. + + -- Stefan Lesicnik Wed, 18 Feb 2009 21:23:27 +0200 + ladr (0.0.200811a-1) unstable; urgency=low * New upstream release. @@ -20,6 +31,16 @@ -- Peter Collingbourne Tue, 17 Feb 2009 01:48:06 +0000 +ladr (0.0.200809a-1ubuntu1) jaunty; urgency=low + + * Drop -shared from the libtool command to make libladr.la in + debian/patches/01-libtoolise.dpatch so that both the shared and + static libraries are built. The .install file tries to install both, + and if -shared is passed the .a isn't built and the package fails + to build. This appears to be a change in libtool behaviour. + + -- James Westby Fri, 28 Nov 2008 20:21:14 +0000 + ladr (0.0.200809a-1) unstable; urgency=low * New upstream release. diff -u ladr-0.0.200811a/debian/control ladr-0.0.200811a/debian/control --- ladr-0.0.200811a/debian/control +++ ladr-0.0.200811a/debian/control @@ -1,6 +1,7 @@ Source: ladr Priority: optional -Maintainer: Peter Collingbourne +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Peter Collingbourne Build-Depends: debhelper (>= 5), libtool, dpatch Standards-Version: 3.8.0 Section: math diff -u ladr-0.0.200811a/debian/patches/01-libtoolise.dpatch ladr-0.0.200811a/debian/patches/01-libtoolise.dpatch --- ladr-0.0.200811a/debian/patches/01-libtoolise.dpatch +++ ladr-0.0.200811a/debian/patches/01-libtoolise.dpatch @@ -55,7 +55,7 @@ libladr.la: $(OBJECTS) - $(AR) rs libladr.la $(OBJECTS) -+ libtool --mode=link gcc -shared -rpath /usr/lib -version-info 4:0:0 -o libladr.la $(OBJECTS) -lm ++ libtool --mode=link gcc -rpath /usr/lib -version-info 4:0:0 -o libladr.la $(OBJECTS) -lm + +%.lo: %.c + libtool --mode=compile gcc -c $(CFLAGS) $(XFLAGS) -o $@ $<