[gcc-7] 224/354: Simplify source lintian overrides. - package name (gcc-BV) and type (source) are deduced from the file path. - so there is no need to generate it anymore. - move to currently recommended path.

Ximin Luo infinity0 at debian.org
Thu Nov 23 15:50:57 UTC 2017


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository gcc-7.

commit c436a1155ba27db260ecaaad1a45798208311f9c
Author: nicolas <nicolas at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Sun Jun 18 20:37:47 2017 +0000

    Simplify source lintian overrides.
    - package name (gcc-BV) and type (source) are deduced from the file path.
    - so there is no need to generate it anymore.
    - move to currently recommended path.
    
    git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9530 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/rules.conf                  | 2 +-
 debian/source.lintian-overrides.in | 4 ----
 debian/source/lintian-overrides    | 6 ++++++
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/debian/rules.conf b/debian/rules.conf
index 0c1bfcc..5ee0aec 100644
--- a/debian/rules.conf
+++ b/debian/rules.conf
@@ -1288,7 +1288,7 @@ endif
 
 versioned-files:
 	fs=`echo debian/*BV* debian/*CXX* debian/*LC* | sort -u`; \
-	for f in $$fs debian/source.lintian-overrides.in; do \
+	for f in $$fs; do \
 	  [ -f $$f ] || echo "CANNOT FIND $$f"; \
 	  [ -f $$f ] || continue; \
 	  if [ -z "$(DEB_CROSS)" ]; then case "$$f" in *-CR*) continue; esac; fi; \
diff --git a/debian/source.lintian-overrides.in b/debian/source.lintian-overrides.in
deleted file mode 100644
index cfd3963..0000000
--- a/debian/source.lintian-overrides.in
+++ /dev/null
@@ -1,4 +0,0 @@
- at SRC@ source: invalid-arch-string-in-source-relation
- at SRC@ source: quilt-build-dep-but-no-series-file
-# lintian can't handle (>= ${gcc:Version})
- at SRC@ source: weak-library-dev-dependency
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 0000000..367ecd1
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,6 @@
+invalid-arch-string-in-source-relation
+
+quilt-build-dep-but-no-series-file
+
+# lintian can't handle (>= ${gcc:Version})
+weak-library-dev-dependency

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/gcc-7.git



More information about the Reproducible-commits mailing list