chiark / gitweb /
catacomb-import-update: Import catacomb's licence notice too
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 31 Dec 2019 12:50:43 +0000 (12:50 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 1 Jan 2020 23:48:14 +0000 (23:48 +0000)
This seems to me to be necessary to comply with the licence.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
catacomb-import-update

index ad28b3f2e2d3684f882c7ccb88d8c4acee563d38..03711879d1cf2cbf9fed079e270369b962ea2961 100755 (executable)
@@ -891,6 +891,8 @@ chomp ($DONOR_VERSION = capturex @with_dir, $DONOR_DIR,
 chomp ($DONOR_REVISION = capturex @with_dir, $DONOR_DIR,
        "git", "rev-parse", "HEAD");
 
+note_path 'debian/copyright', undef;
+
 for my $f (@WANT_C) {
   (my $base = $f) =~ s{^.*/}{};
   note_path $f, $base;