From 8cdc515a6d10975246b32af524ee31138e3e0c4b Mon Sep 17 00:00:00 2001 From: Dmitry Smirnov Date: Tue, 15 Jan 2019 18:50:42 +1100 Subject: [PATCH] Avoid error in `mk-origtargz` by clearing Files-Excluded; That also removes "+dfsg" part from version. --- debian/changelog | 8 ++++++++ debian/clean | 3 +++ debian/copyright | 3 --- 3 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 debian/clean diff --git a/debian/changelog b/debian/changelog index 19441505e3..5c416f6c6e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +gitlab (11.6.0-2) UNRELEASED; urgency=medium + + * Team upload. + * Moved list of files from Files-Excluded to "clean" file to avoid error + in `mk-origtargz`. + + -- Dmitry Smirnov Tue, 15 Jan 2019 18:47:47 +1100 + gitlab (11.6.0+dfsg-1) experimental; urgency=medium * New upstream version 11.6.0+dfsg diff --git a/debian/clean b/debian/clean new file mode 100644 index 0000000000..4a4688b1c9 --- /dev/null +++ b/debian/clean @@ -0,0 +1,3 @@ +lib/tasks/haml-lint.rake +lib/tasks/rubocop.rake +lib/tasks/scss-lint.rake diff --git a/debian/copyright b/debian/copyright index 126290b420..fbc2bd811f 100644 --- a/debian/copyright +++ b/debian/copyright @@ -2,9 +2,6 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: gitlab-ce Source: https://gitlab.com/gitlab-org/gitlab-ce Files-Excluded: - lib/tasks/haml-lint.rake - lib/tasks/rubocop.rake - lib/tasks/scss-lint.rake Comment: This package installs front end dependencies (nodejs modules) using npm/yarm package managers from outside debian. This can go to main when all those nodejs modules are packaged in main.