Control: tags 820297 + patch Control: tags 820297 + pending Dear maintainer,
I've prepared an NMU for silly (versioned as 0.1.0-6.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Please let me also know if I can move this to DELAYED/0... Thanks! Regards. diff -Nru silly-0.1.0/debian/changelog silly-0.1.0/debian/changelog --- silly-0.1.0/debian/changelog 2016-04-07 11:02:25.000000000 +0200 +++ silly-0.1.0/debian/changelog 2016-04-13 21:15:35.000000000 +0200 @@ -1,3 +1,12 @@ +silly (0.1.0-6.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix symbols file: Some symbols are dpenent on the arch's bitsize. + (Closes: #820297), using architecture wildcards. This requires a + versioned B-D on dpkg-dev. + + -- Tobias Frost <t...@debian.org> Wed, 13 Apr 2016 21:02:31 +0200 + silly (0.1.0-6) unstable; urgency=medium * Bump Standards-Version to 3.9.7. diff -Nru silly-0.1.0/debian/control silly-0.1.0/debian/control --- silly-0.1.0/debian/control 2016-04-13 20:47:32.000000000 +0200 +++ silly-0.1.0/debian/control 2016-04-13 21:15:08.000000000 +0200 @@ -1,7 +1,7 @@ Source: silly Priority: extra Maintainer: Muammar El Khatib <muam...@debian.org> -Build-Depends: debhelper (>= 9), autotools-dev, libpng-dev, libjpeg-dev, +Build-Depends: debhelper (>= 9), autotools-dev, libpng-dev, libjpeg-dev, dpkg-dev (>= 1.18), doxygen, pkg-config, dh-autoreconf, libjs-jquery, graphviz Standards-Version: 3.9.7 Section: libs diff -Nru silly-0.1.0/debian/libsilly.symbols silly-0.1.0/debian/libsilly.symbols --- silly-0.1.0/debian/libsilly.symbols 2016-04-07 10:50:48.000000000 +0200 +++ silly-0.1.0/debian/libsilly.symbols 2016-04-13 21:13:11.000000000 +0200 @@ -41,7 +41,8 @@ _ZN5SILLY15JPG_init_sourceEP22jpeg_decompress_struct@Base 0.1.0 _ZN5SILLY15JPG_term_sourceEP22jpeg_decompress_struct@Base 0.1.0 _ZN5SILLY15PNGImageContext12setImageSizeEv@Base 0.1.0 - _ZN5SILLY15PNGImageContext4readEPhm@Base 0.1.0 + (arch-bits=64)_ZN5SILLY15PNGImageContext4readEPhm@Base 0.1.0 + (arch-bits=32)_ZN5SILLY15PNGImageContext4readEPhj@Base 0.1.0 _ZN5SILLY15PNGImageContextC1EPNS_10DataSourceE@Base 0.1.0 _ZN5SILLY15PNGImageContextC2EPNS_10DataSourceE@Base 0.1.0 _ZN5SILLY15PNGImageContextD0Ev@Base 0.1.0 @@ -51,12 +52,15 @@ _ZN5SILLY15TGAImageContextD1Ev@Base 0.1.0 _ZN5SILLY15TGAImageContextD2Ev@Base 0.1.0 _ZN5SILLY16JPG_emit_messageEP18jpeg_common_structi@Base 0.1.0 - _ZN5SILLY16MemoryDataSourceC1EPKhm@Base 0.1.0 - _ZN5SILLY16MemoryDataSourceC2EPKhm@Base 0.1.0 + (arch-bits=64)_ZN5SILLY16MemoryDataSourceC1EPKhm@Base 0.1.0 + (arch-bits=32)_ZN5SILLY16MemoryDataSourceC1EPKhj@Base 0.1.0 + (arch-bits=64)_ZN5SILLY16MemoryDataSourceC2EPKhm@Base 0.1.0 + (arch-bits=32)_ZN5SILLY16MemoryDataSourceC2EPKhj@Base 0.1.0 _ZN5SILLY16MemoryDataSourceD0Ev@Base 0.1.0 _ZN5SILLY16MemoryDataSourceD1Ev@Base 0.1.0 _ZN5SILLY16MemoryDataSourceD2Ev@Base 0.1.0 - _ZN5SILLY17PNG_read_functionEP14png_struct_defPhm@Base 0.1.0 + (arch-bits=64)_ZN5SILLY17PNG_read_functionEP14png_struct_defPhm@Base 0.1.0 + (arch-bits=32)_ZN5SILLY17PNG_read_functionEP14png_struct_defPhj@Base 0.1.0 _ZN5SILLY18ImageLoaderManager10d_instanceE@Base 0.1.0 _ZN5SILLY18ImageLoaderManagerC1Ev@Base 0.1.0 _ZN5SILLY18ImageLoaderManagerC2Ev@Base 0.1.0 @@ -99,9 +103,9 @@ _ZTSN5SILLY15PNGImageContextE@Base 0.1.0 _ZTSN5SILLY15TGAImageContextE@Base 0.1.0 _ZTSN5SILLY16MemoryDataSourceE@Base 0.1.0 - _ZTVN5SILLY10DataSourceE@Base 0.1.0 - _ZTVN5SILLY11ImageLoaderE@Base 0.1.0 - _ZTVN5SILLY12ImageContextE@Base 0.1.0 + (arch-bits=64)_ZTVN5SILLY10DataSourceE@Base 0.1.0 + (arch-bits=64)_ZTVN5SILLY11ImageLoaderE@Base 0.1.0 + (arch-bits=64)_ZTVN5SILLY12ImageContextE@Base 0.1.0 _ZTVN5SILLY14FileDataSourceE@Base 0.1.0 _ZTVN5SILLY14JPGImageLoaderE@Base 0.1.0 _ZTVN5SILLY14PNGImageLoaderE@Base 0.1.0