Your message dated Mon, 09 May 2016 16:33:13 +0000
with message-id <[email protected]>
and subject line Bug#805960: fixed in silly 0.1.0-7
has caused the Debian Bug report #805960,
regarding silly: FTBFS when built with dpkg-buildpackage -A (no binary
artifacts)
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
805960: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=805960
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:silly
Version: 0.1.0-3.2
User: [email protected]
Usertags: binary-indep
Severity: important
Dear maintainer:
I tried to build this package with "dpkg-buildpackage -A"
(i.e. only architecture-independent packages), and it failed:
--------------------------------------------------------------------------------
[...]
fakeroot debian/rules binary-indep
dh_testdir
dh_testroot
dh_prep
dh_installdirs
# Add here commands to install the package into debian/<packagename>
/usr/bin/make DESTDIR=/<<PKGBUILDDIR>>/debian/tmp install
make[1]: Entering directory '/<<PKGBUILDDIR>>'
Making install in src
make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/lib'
/bin/bash ../libtool --mode=install /usr/bin/install -c libSILLY.la
'/<<PKGBUILDDIR>>/debian/tmp/usr/lib'
libtool: install: /usr/bin/install -c .libs/libSILLY.so.1.0.0
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/libSILLY.so.1.0.0
libtool: install: (cd /<<PKGBUILDDIR>>/debian/tmp/usr/lib && { ln -s -f
libSILLY.so.1.0.0 libSILLY.so.1 || { rm -f libSILLY.so.1 && ln -s
libSILLY.so.1.0.0 libSILLY.so.1; }; })
libtool: install: (cd /<<PKGBUILDDIR>>/debian/tmp/usr/lib && { ln -s -f
libSILLY.so.1.0.0 libSILLY.so || { rm -f libSILLY.so && ln -s libSILLY.so.1.0.0
libSILLY.so; }; })
libtool: install: /usr/bin/install -c .libs/libSILLY.lai
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/libSILLY.la
libtool: install: /usr/bin/install -c .libs/libSILLY.a
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/libSILLY.a
libtool: install: chmod 644 /<<PKGBUILDDIR>>/debian/tmp/usr/lib/libSILLY.a
libtool: install: ranlib /<<PKGBUILDDIR>>/debian/tmp/usr/lib/libSILLY.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
Making install in include
make[2]: Entering directory '/<<PKGBUILDDIR>>/include'
make[3]: Entering directory '/<<PKGBUILDDIR>>/include'
make[3]: Nothing to be done for 'install-exec-am'.
/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/include/SILLY'
/usr/bin/install -c -m 644 SILLY.h SILLYOptions.h SILLYBase.h
SILLYDataSource.h SILLYFileDataSource.h SILLYMemoryDataSource.h
SILLYImageContext.h SILLYImageLoader.h SILLYImageLoaderManager.h SILLYImage.h
SILLYDataSource.icpp SILLYFileDataSource.icpp SILLYMemoryDataSource.icpp
SILLYImageContext.icpp SILLYImageLoader.icpp SILLYImageLoaderManager.icpp
SILLYImage.icpp '/<<PKGBUILDDIR>>/debian/tmp/usr/include/SILLY'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/include'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/include'
Making install in SILLY.xcodeproj
make[2]: Entering directory '/<<PKGBUILDDIR>>/SILLY.xcodeproj'
make[3]: Entering directory '/<<PKGBUILDDIR>>/SILLY.xcodeproj'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/SILLY.xcodeproj'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/SILLY.xcodeproj'
make[2]: Entering directory '/<<PKGBUILDDIR>>'
make[3]: Entering directory '/<<PKGBUILDDIR>>'
make[3]: Nothing to be done for 'install-exec-am'.
/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/pkgconfig'
/usr/bin/install -c -m 644 SILLY.pc
'/<<PKGBUILDDIR>>/debian/tmp/usr/lib/pkgconfig'
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dpkg-genchanges -A >../silly_0.1.0-3.2_all.changes
dpkg-genchanges: error: binary build with no binary artifacts found; cannot
distribute
dpkg-buildpackage: error: dpkg-genchanges gave error exit status 2
--------------------------------------------------------------------------------
This usually happens because there is a binary-indep target in debian/rules
which is either empty or does not do anything useful.
If all the arch-independent packages are dummy transitional packages released
with jessie,
the easy fix is to drop them now. If not, debian/rules should be modified so
that the
binary-indep target generates the architecture independent packages (and only
those).
After checking that both "dpkg-buildpackage -A" and "dpkg-buildpackage -B" work
properly, this package will be suitable to be uploaded in source-only form if
you wish
(I recommend that you try it).
Thanks.
--- End Message ---
--- Begin Message ---
Source: silly
Source-Version: 0.1.0-7
We believe that the bug you reported is fixed in the latest version of
silly, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Muammar El Khatib <[email protected]> (supplier of updated silly package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Mon, 09 May 2016 16:14:32 +0200
Source: silly
Binary: libsilly-dev libsilly libsilly-doc
Architecture: source amd64 all
Version: 0.1.0-7
Distribution: unstable
Urgency: medium
Maintainer: Muammar El Khatib <[email protected]>
Changed-By: Muammar El Khatib <[email protected]>
Description:
libsilly - development files for the simple image loading library
libsilly-dev - simple image loading library
libsilly-doc - simple image loading library (documentation)
Closes: 805960
Changes:
silly (0.1.0-7) unstable; urgency=medium
.
* Package should not FTBFS when built with dpkg-buildpackage -A. Thanks to
Santiago Vila for providing a patch (Closes: #805960).
Checksums-Sha1:
7d44e234c6bb008bc178cc0fe586f6d5dfac45cc 1893 silly_0.1.0-7.dsc
6c7530f688ae27f5b72d1bb0378d2e16c790293b 7236 silly_0.1.0-7.debian.tar.xz
70b122c74aafd6d27afe52a8131335fb906de7af 53030
libsilly-dbgsym_0.1.0-7_amd64.deb
60448df9abb6729ed77e156ee73574f26b6bf5db 24908 libsilly-dev_0.1.0-7_amd64.deb
5b1c7e2d0c15c86d3ae3d6892ce6e1fd4d9b1d2a 153364 libsilly-doc_0.1.0-7_all.deb
6eafa86931588e1ce62161383ea41732ee526a44 15416 libsilly_0.1.0-7_amd64.deb
Checksums-Sha256:
17ca6ce608ef9d3f0f99006246b93a0d176baadf24fe8db65f1c23bc550f5f9a 1893
silly_0.1.0-7.dsc
535cb550da1c4ffd8e58285e4aa9d585799e7e8724003361791d3975c041ace4 7236
silly_0.1.0-7.debian.tar.xz
7f8e62b580faeedb94c96e97aad3e692590ceb19530de733c5a4f300885a3da1 53030
libsilly-dbgsym_0.1.0-7_amd64.deb
95dbede1b41ef5dcd823f1b44176157139860f2dfb2ed2b4a01968ab91de2a2d 24908
libsilly-dev_0.1.0-7_amd64.deb
bc0a70626d32ea465df07f89c20ebc9309737d3a5c2449feb53240b9e45a2fcc 153364
libsilly-doc_0.1.0-7_all.deb
61e7f9f6e3e4db0bb41a7104162ba488cd3afb9f0b9cbe0737853bd00216fa5e 15416
libsilly_0.1.0-7_amd64.deb
Files:
c2d63f04aaf5c54678e103ca59736e2a 1893 libs extra silly_0.1.0-7.dsc
c1bed405f1b866b54eb526d531b554fb 7236 libs extra silly_0.1.0-7.debian.tar.xz
a64b7c81ce57ff3ef92b8a618404befa 53030 debug extra
libsilly-dbgsym_0.1.0-7_amd64.deb
d5434436aac743227dd1ba00ab1df5c6 24908 libdevel extra
libsilly-dev_0.1.0-7_amd64.deb
a99e9664ec1a94a3133d3f23144660fd 153364 doc extra libsilly-doc_0.1.0-7_all.deb
0d82a007a622bbf54400d4f1966cea28 15416 libs extra libsilly_0.1.0-7_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJXMJwaAAoJEFwpE3JxJG5KA0MP/1TpU3tq6Ityo5gSB13Bz05F
y+YZkVciIJyPB1KxI54FqOhYjtzAfPlaDiY3vwINT/f17nvZh2yLHtew7YCbIXNU
JYHbA4hYMDLCV+Bjjo0AAXnZ1uScyxp6FQVWftPxwTpK1qnp40Px0r7cJecE8xiT
FGoA10oLBFI4NsLzgD6UrWJdX0tWRVrrUCrsOUEcrePCJsVw0TWjnVIb9MfKx9MG
FVo4H4hRW7ztqKYqhacv7Hc9EVx6HVuVkUZxTG7iGtJa2Wyiu6WOj41fPUcgs/BV
52fyGCfshUicissq3I4JTva0SpGdmjTLXXJlOpybNoO6T/HsKvcvOFhhhTtw9H3F
WS5mORxeHFPxkN1c32L6xhHisJPDYNpAqlQX7ygSLD4GYCdd/YKN5IfL6qlt+VQN
N5925kvMd3l06or7QQEb4a0a7W/aHeGJ8RoSICnzOmHMWjAYykzZCFdeHiWtVGrw
TYLlZf1WUY91oJNi/qMxpcYm0ODVReqkY4nYEjJ9526yyePVVKB+au4ObXz9R9LS
mPUjR4Nc0GY+TWNjr3JVBonClvNg/ujQYnW6AZTs3o3mwyFh3b7gZL3C8WgMOdvV
zcg9ehiGC/vQWURIgMBw0/LqCP5WWu5onkDTVEJbJoR7AVv/HiolzcOVXYNb/J2P
MMdxrvtXZbTl8/HnI9HF
=0KFn
-----END PGP SIGNATURE-----
--- End Message ---