I can't reproduce this problem: on my system (dpkg-buildpackage -b with fakeroot, in amd64 vivid+vivid-proposed chroot on Debian kernel) it builds successfully (log attached).
I also don't see where the "19 1" can be coming from (unlike the "0~rc1" in the vaguely similar https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=719396 ); the below debian/gencontrol was meant to find out, but that requires a system where the bug happens. LIBOSG_SHARE=`dpkg --get-selections | grep "libopenscenegraph[0-9]*:.*\s*install" | awk '{print $1}' | awk -F: '{print $1}'` LIBOSG_VERSION=`dpkg -l $LIBOSG_SHARE | grep "^ii\s*$LIBOSG_SHARE" | awk '{print $3}' | sed 's/-.*//'` TMP1=`echo $LIBOSG_VERSION | awk -F '.' '{print $1}'` TMP2=`echo $LIBOSG_VERSION | awk -F '.' '{print $2}'` TMP3=`echo $LIBOSG_VERSION | awk -F '.' '{print $3}' | sed 's/~.*$//'` echo $LIBOSG_SHARE echo $LIBOSG_VERSION echo $TMP1 echo $TMP2 echo $TMP3 TMP3=$((TMP3+1)) echo $TMP3 LIBOSG_VERSIONPLUS=$TMP1.$TMP2.$TMP3~ echo $LIBOSG_VERSIONPLUS dh_gencontrol -- -Vlibosg-share="$LIBOSG_SHARE" -Vlibosg-static="libopenscenegraph-dev (>= $LIBOSG_VERSION), libopenscenegraph-dev (<< $LIBOSG_VERSIONPLUS)" ** Bug watch added: Debian Bug tracker #719396 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=719396 ** Attachment added: "libcitygml_build.log" https://bugs.launchpad.net/ubuntu/+source/pkgbinarymangler/+bug/1368801/+attachment/4322620/+files/libcitygml_build.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1368801 Title: libcitygml ftfs with new openscenegraph To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libcitygml/+bug/1368801/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
