diffstat of debian/ for libspe2_2.2.80-95-3.1 libspe2_2.2.80-95-3.1ubuntu6 changelog | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ control | 11 ++++++----- rules | 22 ++++------------------ 3 files changed, 58 insertions(+), 23 deletions(-) diff -u libspe2-2.2.80-95/debian/control libspe2-2.2.80-95/debian/control --- libspe2-2.2.80-95/debian/control +++ libspe2-2.2.80-95/debian/control @@ -1,9 +1,10 @@ Source: libspe2 Section: libs Priority: extra -Maintainer: Arthur Loiret +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Arthur Loiret Uploaders: Aurélien GÉRÔME -Build-Depends: debhelper (>= 6), quilt (>= 0.40), gcc-multilib [powerpc ppc64], doxygen, xsltproc, texlive-extra-utils, ghostscript, graphviz, texlive-latex-recommended, texlive-fonts-recommended +Build-Depends: debhelper (>= 6), quilt (>= 0.40), gcc-multilib [powerpc ppc64], doxygen-latex, xsltproc, texlive-font-utils, texlive-fonts-recommended, ghostscript, graphviz Standards-Version: 3.7.3 Homepage: http://sourceforge.net/projects/libspe XS-DM-Upload-Allowed: yes @@ -18,7 +19,7 @@ Section: libdevel Architecture: powerpc ppc64 Depends: libspe2-2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} -Recommends: spu-gcc +Suggests: spu-gcc Conflicts: libspe1-dev Description: SPE Runtime Management Library Header and object files for the SPE Runtime Management Library. @@ -33,7 +34,7 @@ Section: libdevel Architecture: powerpc ppc64 Depends: libspe2-dev (= ${binary:Version}), lib64spe2-2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} -Recommends: spu-gcc +Suggests: spu-gcc Description: SPE Runtime Management Library Header and object files for the SPE Runtime Management Library. @@ -47,7 +48,7 @@ Package: libspe2-doc Section: doc -Architecture: all +Architecture: any Depends: ${misc:Depends} Suggests: libspe2-dev [powerpc ppc64], lib64spe2-dev [powerpc ppc64] Description: SPE Runtime Management Library (documentation) diff -u libspe2-2.2.80-95/debian/rules libspe2-2.2.80-95/debian/rules --- libspe2-2.2.80-95/debian/rules +++ libspe2-2.2.80-95/debian/rules @@ -161,28 +161,15 @@ -find debian/{libspe2-2,libspe2-dev,elfspe2,lib64spe2-2,lib64spe2-dev} -type d -empty -delete -binary-indep: build-doc - dh_testdir - dh_testroot - dh_installchangelogs -i - dh_installdocs -i doc/*.pdf html - dh_compress -i -X.pdf -X.html - dh_fixperms -i - dh_installdeb -i - dh_gencontrol -i - dh_md5sums -i - dh_builddeb -i - # Build architecture dependant packages using the common target. binary-arch: install build-doc -ifneq (,$(on_powerpc)) dh_testdir dh_testroot dh_installchangelogs -s dh_installdocs -s -# dh_installdocs -plibspe2-doc doc/*.pdf + dh_installdocs -plibspe2-doc doc/*.pdf html dh_strip -s - dh_compress -s -X.pdf + dh_compress -s -X.pdf -X.html dh_fixperms -s dh_makeshlibs -s dh_shlibdeps -s @@ -193,4 +180,3 @@ -endif -binary: binary-arch binary-indep -.PHONY: build clean binary-indep binary-arch binary-arch-ppc binary install configure +binary: binary-arch +.PHONY: build clean binary-arch binary-arch-ppc binary install configure diff -u libspe2-2.2.80-95/debian/changelog libspe2-2.2.80-95/debian/changelog --- libspe2-2.2.80-95/debian/changelog +++ libspe2-2.2.80-95/debian/changelog @@ -1,3 +1,51 @@ +libspe2 (2.2.80-95-3.1ubuntu6) oneiric; urgency=low + + * Build-depend on texlive-fonts-recommended. + + -- Matthias Klose Fri, 02 Sep 2011 07:53:48 +0200 + +libspe2 (2.2.80-95-3.1ubuntu5) oneiric; urgency=low + + * Build-depend on doxygen-latex. LP: #766043, #749187. + * Call the dh_* commands on other architectures than powerpc too. + + -- Matthias Klose Thu, 25 Aug 2011 19:14:13 +0200 + +libspe2 (2.2.80-95-3.1ubuntu4) lucid; urgency=low + + * Build-depend on texlive-font-utils, not texlive-extra-utils, to fix + FTBFS. + * doc/img/Makefile: don't call epstopdf with "-f -o" options, we have to use + shell redirection when passing -f. + + -- Steve Langasek Fri, 19 Mar 2010 23:01:41 +0000 + +libspe2 (2.2.80-95-3.1ubuntu3) lucid; urgency=low + + * Make libspe2-doc architecture: any, otherwise it will never be built in + Ubuntu since this package is powerpc-only. + + -- Steve Langasek Wed, 17 Mar 2010 06:59:41 +0000 + +libspe2 (2.2.80-95-3.1ubuntu2) lucid; urgency=low + + * Fix FTBFS: + - doc/LatexHeader: Change \usepackage from ../doc/doxygen + to doxygen (LP: #489802) + + -- Alfonso Cepeda Caballos Sun, 29 Nov 2009 01:41:43 +0000 + +libspe2 (2.2.80-95-3.1ubuntu1) jaunty; urgency=low + + * Merge with Debian unstable, which has this package now, too. + Remaining Ubuntu changes: + - make.defines: Change cross compiler path from /opt/cell/bin + to /usr/lib/cell/toolchain/bin. + - debian/control: Drop spu-gcc from Recommends: to Suggests:, + since it is in universe. + + -- Martin Pitt Tue, 16 Dec 2008 10:55:58 +0100 + libspe2 (2.2.80-95-3.1) unstable; urgency=high * Non-maintainer upload.