From f5e9be1da89725f9bf1915bdf86fdc4a77edf917 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Sun, 22 Jan 2017 19:52:19 +0100 Subject: debian: Generate debian/copyright during clean Ubuntu servers / Launchpad rejects uploads where debian/copyright is a symbolic link, and lintian warns about them. I think that's crazy, but I'm tired of having to work around this in SRUs, so let's just solve it by copying the file during clean: This way, it won't be in git, but it will be generated during the export by git-buildpackage. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 9712a034d..630e50839 100644 --- a/.gitignore +++ b/.gitignore @@ -108,6 +108,8 @@ Makefile /debian/libapt-pkg-dev/ /debian/libapt-pkg-doc/ /debian/apt-transport-https/ +# Copyright file copied from COPYING +/debian/copyright # generated for and by abicheck /abicheck/apt_build.xml -- cgit v1.2.3