#795093 missing debian/copyright

#795093#5
Date:
2015-08-10 14:21:15 UTC
From:
To:
Dear Maintainer,

there seems to be no file debian/copyright in your package.
According to Debian policy 12.5 [1]:
   A copy of the file which will be installed in
   /usr/share/doc/package/copyright should be in
   debian/copyright in the source package.
It is not sufficient to create such a copyright file while
building the binary package.

Thanks!
   Thorsten

[1]https://www.debian.org/doc/debian-policy/ch-docs.html

#795093#10
Date:
2015-08-12 01:26:49 UTC
From:
To:
Control: tags -1 moreinfo

That's only a source package ...

I'm pretty sure piuparts and adequate would have caught this ...

Or did you try some "interesting" upgrade path?


Andreas

PS: I didn't look at any of the other recent bugs with the same title

#795093#17
Date:
2015-08-12 06:02:58 UTC
From:
To:
Hi Andreas,

yes, according to policy the copyright file should be in the source
package as well. As stated in 1.1, all things that do not comply to a
"should"-clause are a bug.
Nevertheless, the severity might not be appropriate.

At least lintian gives a warning.

Hmm, what do you mean by "upgrade path"?

    Thorsten

#795093#24
Date:
2015-08-13 00:56:33 UTC
From:
To:
Control: tag -1 -moreinfo

Having found and filed quite some copyright related bugs in *binary*
packages I didn't realize that you actually meant the source package.

(binary) packages tend to lose /usr/share/doc/$PKG/copyright e.g. on
upgrades involving improperly done symlink2dir/dir2tosymlink switches.


Andreas

#795093#31
Date:
2024-11-08 18:39:28 UTC
From:
To:
Just for the record, the debian/rules file generate debian/copyright like this during build:

  cat debian/copyright.header COPYING > debian/copyright

Once the file is converted to a machine readable copyright file, I
guess this build rule will have to be dropped and this issue
considered fixed.