control: reassign -1 src:rtmidi control: tags -1 +patch Hi,
It seems that is caused by lack of RtError.h in librtmidi-dev package. I've updated it as attached patch and midisnoop built fine, so upload it to 10-delay queue. Please check and consider to apply it, thanks. -- Regards, Hideki Yamane henrich @ debian.or.jp/org http://wiki.debian.org/HidekiYamane
diff -Nru rtmidi-2.0.1~ds0/debian/changelog rtmidi-2.0.1~ds0/debian/changelog --- rtmidi-2.0.1~ds0/debian/changelog 2013-05-08 15:35:24.000000000 +0900 +++ rtmidi-2.0.1~ds0/debian/changelog 2014-06-01 20:49:26.000000000 +0900 @@ -1,3 +1,12 @@ +rtmidi (2.0.1~ds0-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * debian/{rules,librtmidi-dev.install} + - install RtError.h to fix FTBFS on librtmidi-dev dependency package + (i.e. midisnoop) (Closes: #747775) + + -- Hideki Yamane <henr...@debian.org> Sun, 01 Jun 2014 20:49:24 +0900 + rtmidi (2.0.1~ds0-3) unstable; urgency=low * Upload to unstable. diff -Nru rtmidi-2.0.1~ds0/debian/librtmidi-dev.install rtmidi-2.0.1~ds0/debian/librtmidi-dev.install --- rtmidi-2.0.1~ds0/debian/librtmidi-dev.install 2013-05-08 15:33:39.000000000 +0900 +++ rtmidi-2.0.1~ds0/debian/librtmidi-dev.install 2014-06-01 20:43:30.000000000 +0900 @@ -1,3 +1,3 @@ -usr/include/RtMidi.h +usr/include/*.h usr/lib/*/pkgconfig/* usr/lib/*/*.so diff -Nru rtmidi-2.0.1~ds0/debian/rules rtmidi-2.0.1~ds0/debian/rules --- rtmidi-2.0.1~ds0/debian/rules 2013-05-08 15:33:42.000000000 +0900 +++ rtmidi-2.0.1~ds0/debian/rules 2014-06-01 20:45:19.000000000 +0900 @@ -31,7 +31,7 @@ for file in `ls librtmidi.so*`; do \ cp -d $$file debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/ ; \ done - install -m 0644 RtMidi.h debian/tmp/usr/include + install -m 0644 Rt*.h debian/tmp/usr/include install -m 0644 rtmidi.pc \ debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig/