Dear all, While upgrading the orthanc package to the newest upstream version (0.9.4), I notice that Lintian reports new "source-is-missing" errors:
====== N: Processing source package orthanc (version 0.9.4+dfsg-1, arch source) ... E: orthanc source: source-is-missing OrthancExplorer/libs/jquery.mobile.simpledialog2.js E: orthanc source: source-is-missing OrthancExplorer/libs/tree.jquery.js E: orthanc source: source-is-missing debian/JS/DateJs/src/globalization/el-GR.js E: orthanc source: source-is-missing debian/JS/DateJs/src/globalization/gu-IN.js E: orthanc source: source-is-missing debian/JS/DateJs/src/globalization/hi-IN.js E: orthanc source: source-is-missing debian/JS/DateJs/src/globalization/ka-GE.js E: orthanc source: source-is-missing debian/JS/DateJs/src/globalization/kn-IN.js E: orthanc source: source-is-missing debian/JS/DateJs/src/globalization/kok-IN.js E: orthanc source: source-is-missing debian/JS/DateJs/src/globalization/mn-MN.js E: orthanc source: source-is-missing debian/JS/DateJs/src/globalization/mr-IN.js E: orthanc source: source-is-missing debian/JS/DateJs/src/globalization/sa-IN.js E: orthanc source: source-is-missing debian/JS/DateJs/src/globalization/ta-IN.js E: orthanc source: source-is-missing debian/JS/DateJs/src/globalization/te-IN.js E: orthanc source: source-is-missing debian/JS/DateJs/src/globalization/th-TH.js ====== Having a look at my personal Lintian reports [1], I then notice that these errors are also reported to be present on the version 0.9.3. But, I am sure that these errors were not reported back in early August 2015 when the 0.9.3 package was uploaded. I have tried to dig into this problem by inspecting the content of the source package. Here is the log of the commands I have used to this end: ====== jodogne@unstable:/tmp/lintian$ apt-get source orthanc Reading package lists... Done Building dependency tree Reading state information... Done NOTICE: 'orthanc' packaging is maintained in the 'Svn' version control system at: svn://anonscm.debian.org/debian-med/trunk/packages/orthanc/trunk/ Need to get 2,326 kB of source archives. Get:1 http://ftp.belnet.be/debian/ unstable/main orthanc 0.9.3+dfsg-1 (dsc) [2,475 B] Get:2 http://ftp.belnet.be/debian/ unstable/main orthanc 0.9.3+dfsg-1 (tar) [593 kB] Get:3 http://ftp.belnet.be/debian/ unstable/main orthanc 0.9.3+dfsg-1 (diff) [1,731 kB] Fetched 2,326 kB in 0s (8,241 kB/s) dpkg-source: info: extracting orthanc in orthanc-0.9.3+dfsg dpkg-source: info: unpacking orthanc_0.9.3+dfsg.orig.tar.gz dpkg-source: info: unpacking orthanc_0.9.3+dfsg-1.debian.tar.xz jodogne@unstable:/tmp/lintian$ cd orthanc-0.9.3+dfsg/ jodogne@unstable:/tmp/lintian/orthanc-0.9.3+dfsg$ ls -l OrthancExplorer/libs/jquery.mobile.simpledialog2.js -rw-r--r-- 1 jodogne jodogne 14278 Aug 7 20:14 OrthancExplorer/libs/jquery.mobile.simpledialog2.js jodogne@unstable:/tmp/lintian/orthanc-0.9.3+dfsg$ ls -l OrthancExplorer/libs/tree.jquery.js -rw-r--r-- 1 jodogne jodogne 53290 Aug 7 20:14 OrthancExplorer/libs/tree.jquery.js jodogne@unstable:/tmp/lintian/orthanc-0.9.3+dfsg$ ls -l debian/JS/DateJs/src/globalization/el-GR.js -rw-r--r-- 1 jodogne jodogne 6841 Feb 19 2014 debian/JS/DateJs/src/globalization/el-GR.js ====== So, the files that are reported to be missing are actually present in the source package. Could someone provide me guidance about this problem? Is it a bug inside Lintian/cruft? TIA, Sébastien- [1] https://lintian.debian.org/maintainer/s.jodo...@gmail.com.html