retitle #328753 Diff for NMUs until mpeg2dec 0.4.0b-2.3

        Hi,

 Here's the cumulative diff between 0.4.0b-2 and 0.4.0b-2.3.

   Bye,

-- 
Loïc Minier <[EMAIL PROTECTED]>
Come, your destiny awaits!
diff -u mpeg2dec-0.4.0b/debian/changelog mpeg2dec-0.4.0b/debian/changelog
--- mpeg2dec-0.4.0b/debian/changelog
+++ mpeg2dec-0.4.0b/debian/changelog
@@ -1,3 +1,34 @@
+mpeg2dec (0.4.0b-2.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * As proposed to the release team and to debian-sparc@, build the sparc
+    version with gcc-3.3 for now, until a better fix is found; hence
+    build-depend on gcc-3.3 under sparc and gcc-3.4 on non-sparc.
+
+ -- Loic Minier <[EMAIL PROTECTED]>  Sun, 18 Sep 2005 14:45:01 +0200
+
+mpeg2dec (0.4.0b-2.2) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * As discussed with upstream, the source was developped with the 3.x series
+    of gcc and optimized quite specifically for gcc 2.95 and 3.x, trying to
+    build with gcc 4.0 will probably bring lower performances, and forbids
+    usage of -O3; hence Build-depend on gcc-3.4 and build with gcc-3.4, should
+    build on m68k and sparc again. (Closes: #323134)
+
+ -- Loic Minier <[EMAIL PROTECTED]>  Sat, 17 Sep 2005 11:17:36 +0200
+
+mpeg2dec (0.4.0b-2.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Urgency high because of RC bugfixes.
+  * Build-depend on a transitionned libsdl1.2.
+    - Pull an updated slang dependency. (Closes: #321548)
+    - Pull an updated aalib dependency. (Closes: #320880)
+  * The default compiler is now gcc 4.0. (Closes: #300670)
+
+ -- Loic Minier <[EMAIL PROTECTED]>  Tue,  9 Aug 2005 22:44:46 +0200
+
 mpeg2dec (0.4.0b-2) unstable; urgency=low
 
   * Fix PIC compile on amd64 (Closes: #249198)
diff -u mpeg2dec-0.4.0b/debian/control mpeg2dec-0.4.0b/debian/control
--- mpeg2dec-0.4.0b/debian/control
+++ mpeg2dec-0.4.0b/debian/control
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: David I. Lehn <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.1.0), cdbs (>= 0.4.5), libsdl1.2-dev (>= 
1.2.3), autotools-dev
+Build-Depends: debhelper (>= 4.1.0), cdbs (>= 0.4.5), libsdl1.2-dev (>= 
1.2.7+1.2.8cvs20041007-5.3), autotools-dev, gcc-3.4 [!sparc], gcc-3.3 [sparc]
 Standards-Version: 3.6.1
 
 Package: libmpeg2-4-dev
diff -u mpeg2dec-0.4.0b/debian/rules mpeg2dec-0.4.0b/debian/rules
--- mpeg2dec-0.4.0b/debian/rules
+++ mpeg2dec-0.4.0b/debian/rules
@@ -1,5 +1,15 @@
 #!/usr/bin/make -f
 
+DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH)
+
+# build with gcc 3.3 under sparc since it seems gcc 3.3 does not report
+# failure to inline setjmp() on sparc
+ifeq ($(DEB_HOST_ARCH),sparc)
+CC=gcc-3.3
+else
+CC=gcc-3.4
+endif
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 

Reply via email to