tags 628282 + pending tags 634032 + patch tags 634032 + pending thanks Dear maintainer,
I've prepared an NMU for irrlicht (versioned as 1.7.2+dfsg1-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru irrlicht-1.7.2+dfsg1/debian/changelog irrlicht-1.7.2+dfsg1/debian/changelog --- irrlicht-1.7.2+dfsg1/debian/changelog 2011-03-04 16:06:59.000000000 +0100 +++ irrlicht-1.7.2+dfsg1/debian/changelog 2011-11-09 17:14:35.000000000 +0100 @@ -1,3 +1,16 @@ +irrlicht (1.7.2+dfsg1-1.1) unstable; urgency=low + + * Non-maintainer upload. + + [ Didier Raboud ] + * Build-depend on libjpeg-dev instead of libjpeg62-dev (Closes: #634032) + * Import Ubuntu patch to fix build with recent compilers + + [ Ubuntu: Matthias Klose ] + * Drop unknown linker options (Closes: #628282. LP: #771053) + + -- Didier Raboud <[email protected]> Wed, 09 Nov 2011 17:14:04 +0100 + irrlicht (1.7.2+dfsg1-1) unstable; urgency=low * New upstream release (LP: #715700) diff -Nru irrlicht-1.7.2+dfsg1/debian/control irrlicht-1.7.2+dfsg1/debian/control --- irrlicht-1.7.2+dfsg1/debian/control 2011-03-04 16:06:59.000000000 +0100 +++ irrlicht-1.7.2+dfsg1/debian/control 2011-11-09 16:57:25.000000000 +0100 @@ -4,7 +4,7 @@ Uploaders: Christoph Egger <[email protected]> Build-Depends: debhelper (>= 7), quilt, - libjpeg62-dev, + libjpeg-dev, libpng12-dev, mesa-common-dev (>= 7.6), libglu1-mesa-dev, diff -Nru irrlicht-1.7.2+dfsg1/debian/patches/debian/linker-options.diff irrlicht-1.7.2+dfsg1/debian/patches/debian/linker-options.diff --- irrlicht-1.7.2+dfsg1/debian/patches/debian/linker-options.diff 1970-01-01 01:00:00.000000000 +0100 +++ irrlicht-1.7.2+dfsg1/debian/patches/debian/linker-options.diff 2011-11-09 17:12:09.000000000 +0100 @@ -0,0 +1,16 @@ +Description: Drop unknown linker options. +Bug-Debian: 628282 +Bug-Ubuntu: 771053 +Author: Matthias Klose <[email protected]> +Origin: vendor +Last-Update: 2011-09-15 +--- a/source/Irrlicht/Makefile ++++ b/source/Irrlicht/Makefile +@@ -81,7 +81,6 @@ + LIB_PATH = ../../lib/$(SYSTEM) + INSTALL_DIR = /usr/local/lib + sharedlib install: SHARED_LIB = libIrrlicht.so +-staticlib sharedlib: LDFLAGS += --no-export-all-symbols --add-stdcall-alias + sharedlib: LDFLAGS += -L/usr/X11R6/lib$(LIBSELECT) -lGL -lXxf86vm -lX11 -lz -lpng -ljpeg -lbz2 + staticlib sharedlib: CXXINCS += -I/usr/X11R6/include + diff -Nru irrlicht-1.7.2+dfsg1/debian/patches/series irrlicht-1.7.2+dfsg1/debian/patches/series --- irrlicht-1.7.2+dfsg1/debian/patches/series 2011-03-04 16:06:59.000000000 +0100 +++ irrlicht-1.7.2+dfsg1/debian/patches/series 2011-11-09 17:10:17.000000000 +0100 @@ -3,3 +3,4 @@ debian/link-against-needed-libs.diff -p1 debian/remove-svn-soname.diff -p1 debian/use-system-libs.diff.diff -p1 +debian/linker-options.diff -p1

