Your message dated Sun, 13 Nov 2016 11:05:17 +0000
with message-id <e1c5sb7-0008xv...@fasolo.debian.org>
and subject line Bug#809119: fixed in libvsqlitepp 0.3.13-4
has caused the Debian Bug report #809119,
regarding libvsqlitepp: FTBFS when built with dpkg-buildpackage -A (invalid 
package/library name)
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 ow...@bugs.debian.org
immediately.)


-- 
809119: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809119
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:libvsqlitepp
Version: 0.3.13-3.1
User: sanv...@debian.org
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:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
dh build-indep --parallel --with autoreconf
   dh_testdir -i -O--parallel
   dh_autoreconf -i -O--parallel
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'

[... snipped ...]

   debian/rules override_dh_auto_install
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_install --destdir=/<<PKGBUILDDIR>>/debian/tmp
        make -j1 install DESTDIR=/<<PKGBUILDDIR>>/debian/tmp 
AM_UPDATE_INFO_DIR=no
make[2]: Entering directory '/<<PKGBUILDDIR>>'
Making install in include
make[3]: Entering directory '/<<PKGBUILDDIR>>/include'
make[4]: Entering directory '/<<PKGBUILDDIR>>/include'
make[4]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/include'
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/include/sqlite/ext'
 /usr/bin/install -c -m 644  sqlite/ext/variant.hpp 
'/<<PKGBUILDDIR>>/debian/tmp/usr/include/sqlite/ext'
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/include/sqlite'
 /usr/bin/install -c -m 644  sqlite/command.hpp sqlite/database_exception.hpp 
sqlite/query.hpp sqlite/transaction.hpp sqlite/connection.hpp 
sqlite/execute.hpp sqlite/result.hpp sqlite/view.hpp 
'/<<PKGBUILDDIR>>/debian/tmp/usr/include/sqlite'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/include'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/include'
make[3]: Entering directory '/<<PKGBUILDDIR>>'
make[4]: Entering directory '/<<PKGBUILDDIR>>'
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu'
 /bin/bash ./libtool   --mode=install /usr/bin/install -c   libvsqlitepp.la 
'/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu'
libtool: install: /usr/bin/install -c .libs/libvsqlitepp.so.3.0.0 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/libvsqlitepp.so.3.0.0
libtool: install: (cd /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu && { 
ln -s -f libvsqlitepp.so.3.0.0 libvsqlitepp.so.3 || { rm -f libvsqlitepp.so.3 
&& ln -s libvsqlitepp.so.3.0.0 libvsqlitepp.so.3; }; })
libtool: install: (cd /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu && { 
ln -s -f libvsqlitepp.so.3.0.0 libvsqlitepp.so || { rm -f libvsqlitepp.so && ln 
-s libvsqlitepp.so.3.0.0 libvsqlitepp.so; }; })
libtool: install: /usr/bin/install -c .libs/libvsqlitepp.lai 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/libvsqlitepp.la
libtool: install: /usr/bin/install -c .libs/libvsqlitepp.a 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/libvsqlitepp.a
libtool: install: chmod 644 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/libvsqlitepp.a
libtool: install: ranlib 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/libvsqlitepp.a
libtool: install: warning: remember to run `libtool --finish 
/usr/lib/x86_64-linux-gnu'
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>'
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   debian/rules override_dh_install
make[1]: Entering directory '/<<PKGBUILDDIR>>'
I: library-name=libvsqlitepp3v5
debian/rules:40: *** invalid package/library name...  Stop.
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:25: recipe for target 'binary-indep' failed
make: *** [binary-indep] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary-indep gave error exit 
status 2
--------------------------------------------------------------------------------

Sorry not to have a fix, as I am reporting many bugs similar to
this one. The common hints are:

* If the only architecture-independent packages are dummy transitional
ones and they were released with jessie, the easy fix is to drop them
now.

* When using "dh", it is allowed to use (independently)
optional targets override_dh_foo-arch and override_dh_foo-indep
(for several values of "foo").


Once that both "dpkg-buildpackage -A" and "dpkg-buildpackage -B" work
properly, the package would be suitable to be uploaded in source-only
form if you wish.

Thanks.

--- End Message ---
--- Begin Message ---
Source: libvsqlitepp
Source-Version: 0.3.13-4

We believe that the bug you reported is fixed in the latest version of
libvsqlitepp, 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 809...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dmitry Smirnov <only...@debian.org> (supplier of updated libvsqlitepp 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 13 Nov 2016 21:41:14 +1100
Source: libvsqlitepp
Binary: libvsqlitepp3v5 libvsqlitepp-dev libvsqlitepp-doc
Architecture: source amd64 all
Version: 0.3.13-4
Distribution: unstable
Urgency: medium
Maintainer: Dmitry Smirnov <only...@debian.org>
Changed-By: Dmitry Smirnov <only...@debian.org>
Description:
 libvsqlitepp-dev - SQLite3 Wrapper for C++ -- development files
 libvsqlitepp-doc - SQLite3 Wrapper for C++ -- API documentation
 libvsqlitepp3v5 - SQLite3 Wrapper for C++
Closes: 809119
Changes:
 libvsqlitepp (0.3.13-4) unstable; urgency=medium
 .
   * Modernisd Vcs URLs.
   * Standards-Version: 3.9.8.
   * Removed traces of -dbg package.
   * rules: override_dh_install --> override_dh_install-arch (Closes: #809119)
Checksums-Sha1:
 18cffb421aae230b64109d17a9ac6151f104b953 2090 libvsqlitepp_0.3.13-4.dsc
 985fdafc08432dc85ef420799d1022c9c1b24618 3660 
libvsqlitepp_0.3.13-4.debian.tar.xz
 5855028a2cd5af8c7b17b68155e5944ba1821399 6264 
libvsqlitepp-dev_0.3.13-4_amd64.deb
 d33fd780f5405afe9acc2a6aecad0f2d2f64d052 433614 
libvsqlitepp-doc_0.3.13-4_all.deb
 d88d878f7c118d4ac362a7cddfdb57fb5d0f8faf 485848 
libvsqlitepp3v5-dbgsym_0.3.13-4_amd64.deb
 1c1853e89463690311f5e6e7e813bdc7ad58e394 49946 
libvsqlitepp3v5_0.3.13-4_amd64.deb
 6f5a86f09713c2c464242a41430b5b2f4853730c 6891 
libvsqlitepp_0.3.13-4_20161113T104256z-0ce38a66.buildinfo
Checksums-Sha256:
 ef47739e1e26ba04fa7d42f2b6ed6bda094e888f9349210b47a806d13bf7ebe0 2090 
libvsqlitepp_0.3.13-4.dsc
 fa57dc75bb0eaca2370a72d2d777303a67b90d6133d78334b842282bf48cbf4f 3660 
libvsqlitepp_0.3.13-4.debian.tar.xz
 fe903b68f726dda43f001b6598938e68b7968cc53472d6bdd9d700650b2a1897 6264 
libvsqlitepp-dev_0.3.13-4_amd64.deb
 c5f2b18568bc3669f7854b9cea6cf23422828f67cf11ef608bdd557983b64b3d 433614 
libvsqlitepp-doc_0.3.13-4_all.deb
 8d8b50d5feb56319613a46b484c67698b5ed6ca337db2ba41dcde452a55ef0c1 485848 
libvsqlitepp3v5-dbgsym_0.3.13-4_amd64.deb
 fc80c8be5e0025af2dbbdb1eea2e0c850a9a4a975c25b37a5f8ec7cd992224cc 49946 
libvsqlitepp3v5_0.3.13-4_amd64.deb
 ef73aa9d4044187ccd3fa2a8bcfceae7b933ff8268a39493dc496687dedf15d4 6891 
libvsqlitepp_0.3.13-4_20161113T104256z-0ce38a66.buildinfo
Files:
 06300f279078fa236a8b236b4690155f 2090 libs optional libvsqlitepp_0.3.13-4.dsc
 6d1a17479bdc0a701d115894201f5859 3660 libs optional 
libvsqlitepp_0.3.13-4.debian.tar.xz
 c6efd7620a4c98404ffefe20c71c5c2b 6264 libdevel optional 
libvsqlitepp-dev_0.3.13-4_amd64.deb
 03bd66e794b7fb8c85ed3a5b40064aa0 433614 doc optional 
libvsqlitepp-doc_0.3.13-4_all.deb
 f1ba78846a1c32d3a7d4159c917760c4 485848 debug extra 
libvsqlitepp3v5-dbgsym_0.3.13-4_amd64.deb
 4940550b0b43b7acdea9ff6b7e8e228f 49946 libs optional 
libvsqlitepp3v5_0.3.13-4_amd64.deb
 0ce38a66670143bb5fab319ac93c2de1 6891 libs optional 
libvsqlitepp_0.3.13-4_20161113T104256z-0ce38a66.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIcBAEBCAAGBQJYKEOyAAoJEFK2u9lTlo0bJy4QAKaEKhULlaPtji+pJcI7UWRU
ADH+URhX/9KSyZhfPdrn7f6+IkNdp4oGwDS1ZXK9IKrLhQ9jsm6n76FXSsD/pxnq
HQDZJY3QUs6z987Gh0vqAjVs1H8GNqOvycUpPvDW6HGcYFBbbmiE+vD5qCc1/QiZ
gCgweMX4d1txHohfliVfySjSGgGStM5HsFUFN5aoO1YM4ASnbj/s8ZPYmgyhddz4
lZm3vNkeLEHGvFEEy5YkFqdm+rqS+nnjB95TYXd+pINUnofllJD6ARv6hzWX0KT1
nexgjzGArw2KZHBWCQCNGAvZ60Eb+4WEz0Z6QEAYRaN4+lFw8pdqylYBNnw5+w8V
ej9Bd8o6Opc3WnQTJI+8JZqMP3+eOWeaQPUDSG55TZ/BlrJucQtxzp/Kaf+LEmUF
068xZyEkgkgT0PQXujc/9DnXhW4mN/3gKmEyW1WrJALz7kKTCLsfw+1GdUHe4Rfx
h+QbKwe2Xzaxe7ZFEQAS9yBkFNEpVz6Ti141ASHYd8QycUZ6G2iDPeecV4bL9sf+
A8bqkIq/SWUMs4jNx+9mZuzCyzu8DX4heV4G72q/Z5ZsMKH2aPLOyji+87rNFxGe
XIgfSxkeuUVtK832SjSCX4/Ntfvc2Kp7X1VQiE+MSFtWbP2kcCmkL6tq0FFekEGu
pd1EC9uOm+Gjwz9Srxrj
=pPjS
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to