diff options
author | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2015-06-18 11:09:08 +0000 |
---|---|---|
committer | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2015-06-18 11:09:08 +0000 |
commit | 3335688b65d9fe1bcf2d466716a363b0eab80617 (patch) | |
tree | 5a01f9b4709f4f623bfb869647a37273b5d96660 | |
parent | e9eb059786dbbab87185bab1fdd50af700818b36 (diff) | |
download | gcc-5-3335688b65d9fe1bcf2d466716a363b0eab80617.tar.gz |
* Fix "empty-binary-package" lintian warnings.
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-5@8127 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 65 | ||||
-rw-r--r-- | debian/control.m4 | 65 |
3 files changed, 71 insertions, 60 deletions
diff --git a/debian/changelog b/debian/changelog index fe80019..2c30207 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ gcc-5 (5.1.1-12) UNRELEASED; urgency=medium * Update symbols files for mips64 libatomic and libstdc++ (YunQiang Su). Closes: #788990. + * Fix "empty-binary-package" lintian warnings. -- Matthias Klose <doko@debian.org> Wed, 17 Jun 2015 12:46:29 +0200 diff --git a/debian/control b/debian/control index 8c696f7..820ecd1 100644 --- a/debian/control +++ b/debian/control @@ -288,11 +288,11 @@ Architecture: amd64 i386 kfreebsd-amd64 mips mips64 mips64el mipsel mipsn32 mips Section: devel Priority: optional Depends: gcc-5-base (= ${gcc:Version}), gcc-5 (= ${gcc:Version}), ${dep:libcbiarchdev}, ${dep:libgccbiarchdev}, ${shlibs:Depends}, ${misc:Depends} -Description: GNU C compiler (multilib files) +Description: GNU C compiler (multilib support) This is the GNU C compiler, a fairly portable optimizing compiler for C. . - This is a dependency package on architectures with multilib support, - holding dependencies for the non-default multilib architecture(s). + This is a dependency package, depending on development packages + for the non-default multilib architecture(s). Package: gcc-5-plugin-dev Architecture: any @@ -356,11 +356,11 @@ Section: devel Priority: optional Depends: gcc-5-base (= ${gcc:Version}), g++-5 (= ${gcc:Version}), gcc-5-multilib (= ${gcc:Version}), ${dep:libcxxbiarchdev}, ${shlibs:Depends}, ${misc:Depends} Suggests: ${dep:libcxxbiarchdbg} -Description: GNU C++ compiler (multilib files) +Description: GNU C++ compiler (multilib support) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . - This is a dependency package on architectures with multilib support, - holding dependencies for the non-default multilib architecture(s). + This is a dependency package, depending on development packages + for the non-default multilib architecture(s). Package: libgomp1 Section: libs @@ -788,7 +788,7 @@ Depends: gcc-5-base (= ${gcc:Version}), ${dep:libcbiarch}, ${shlibs:Depends}, ${ Conflicts: ${confl:lib32} Description: LeakSanitizer -- a memory leak detector (32bit) LeakSanitizer (Lsan) is a memory leak detector which is integrated - into AddressSanitizer. + into AddressSanitizer (empty package). Package: lib32lsan0-dbg Architecture: amd64 ppc64 kfreebsd-amd64 s390x sparc64 x32 mipsn32 mipsn32el mips64 mips64el @@ -797,7 +797,7 @@ Priority: extra Depends: gcc-5-base (= ${gcc:Version}), lib32lsan0 (= ${gcc:Version}), ${misc:Depends} Description: LeakSanitizer -- a memory leak detector (32 bit debug symbols) LeakSanitizer (Lsan) is a memory leak detector which is integrated - into AddressSanitizer. + into AddressSanitizer (empty package). #Package: lib64lsan`'LSAN_SO`'LS #Section: ifdef(`TARGET',`devel',`libs') @@ -846,7 +846,7 @@ Priority: optional Depends: gcc-5-base (= ${gcc:Version}), ${dep:libcbiarch}, ${shlibs:Depends}, ${misc:Depends} Description: LeakSanitizer -- a memory leak detector (x32) LeakSanitizer (Lsan) is a memory leak detector which is integrated - into AddressSanitizer. + into AddressSanitizer (empty package). Package: libx32lsan0-dbg Architecture: amd64 i386 @@ -855,7 +855,7 @@ Priority: extra Depends: gcc-5-base (= ${gcc:Version}), libx32lsan0 (= ${gcc:Version}), ${misc:Depends} Description: LeakSanitizer -- a memory leak detector (x32 debug symbols) LeakSanitizer (Lsan) is a memory leak detector which is integrated - into AddressSanitizer. + into AddressSanitizer (empty package). Package: libtsan0 Section: libs @@ -1310,12 +1310,12 @@ Architecture: amd64 i386 kfreebsd-amd64 mips mips64 mips64el mipsel mipsn32 mips Section: devel Priority: optional Depends: gcc-5-base (= ${gcc:Version}), gobjc++-5 (= ${gcc:Version}), g++-5-multilib (= ${gcc:Version}), gobjc-5-multilib (= ${gcc:Version}), ${shlibs:Depends}, ${misc:Depends} -Description: GNU Objective-C++ compiler (multilib files) +Description: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . - This is a dependency package on architectures with multilib support, - holding dependencies for the non-default multilib architecture(s). + This is a dependency package, depending on development packages + for the non-default multilib architecture(s). Package: gobjc-5 Architecture: any @@ -1333,12 +1333,12 @@ Architecture: amd64 i386 kfreebsd-amd64 mips mips64 mips64el mipsel mipsn32 mips Section: devel Priority: optional Depends: gcc-5-base (= ${gcc:Version}), gobjc-5 (= ${gcc:Version}), gcc-5-multilib (= ${gcc:Version}), ${dep:libobjcbiarchdev}, ${shlibs:Depends}, ${misc:Depends} -Description: GNU Objective-C compiler (multilib files) +Description: GNU Objective-C compiler (multilib support) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . - This is a dependency package on architectures with multilib support, - holding dependencies for the non-default multilib architecture(s). + This is a dependency package, depending on development packages + for the non-default multilib architecture(s). Package: libobjc-5-dev Architecture: any @@ -1488,12 +1488,12 @@ Architecture: amd64 i386 kfreebsd-amd64 mips mips64 mips64el mipsel mipsn32 mips Section: devel Priority: optional Depends: gcc-5-base (= ${gcc:Version}), gfortran-5 (= ${gcc:Version}), gcc-5-multilib (= ${gcc:Version}), ${dep:libgfortranbiarchdev}, ${shlibs:Depends}, ${misc:Depends} -Description: GNU Fortran compiler (multilib files) +Description: GNU Fortran compiler (multilib support) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . - This is a dependency package on architectures with multilib support, - holding dependencies for the non-default multilib architecture(s). + This is a dependency package, depending on development packages + for the non-default multilib architecture(s). Package: libgfortran-5-dev Architecture: any @@ -1655,12 +1655,12 @@ Section: devel Priority: optional Depends: gcc-5-base (= ${gcc:Version}), gccgo-5 (= ${gcc:Version}), gcc-5-multilib (= ${gcc:Version}), ${dep:libgobiarch}, ${shlibs:Depends}, ${misc:Depends} Suggests: ${dep:libgobiarchdbg} -Description: GNU Go compiler (multilib files) +Description: GNU Go compiler (multilib support) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . - This is a dependency package on architectures with multilib support, - holding dependencies for the non-default multilib architecture(s). + This is a dependency package, depending on development packages + for the non-default multilib architecture(s). Package: libgo7 Section: libs @@ -1684,7 +1684,8 @@ Priority: extra Depends: gcc-5-base (= ${gcc:Version}), libgo7 (= ${gcc:Version}), ${misc:Depends} Description: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the - shared library. + shared library. This currently is an empty package, because the + library is completely unstripped. Package: lib64go7 Section: libs @@ -1703,7 +1704,8 @@ Priority: extra Depends: gcc-5-base (= ${gcc:Version}), lib64go7 (= ${gcc:Version}), ${misc:Depends} Description: Runtime library for GNU Go applications (64bit debug symbols) Library needed for GNU Go applications linked against the - shared library. + shared library. This currently is an empty package, because the + library is completely unstripped. Package: lib32go7 Section: libs @@ -1723,7 +1725,8 @@ Priority: extra Depends: gcc-5-base (= ${gcc:Version}), lib32go7 (= ${gcc:Version}), ${misc:Depends} Description: Runtime library for GNU Go applications (32 bit debug symbols) Library needed for GNU Go applications linked against the - shared library. + shared library. This currently is an empty package, because the + library is completely unstripped. Package: libn32go7 Section: libs @@ -1742,7 +1745,8 @@ Priority: extra Depends: gcc-5-base (= ${gcc:Version}), libn32go7 (= ${gcc:Version}), ${misc:Depends} Description: Runtime library for GNU Go applications (n32 debug symbols) Library needed for GNU Go applications linked against the - shared library. + shared library. This currently is an empty package, because the + library is completely unstripped. Package: libx32go7 Section: libs @@ -1761,7 +1765,8 @@ Priority: extra Depends: gcc-5-base (= ${gcc:Version}), libx32go7 (= ${gcc:Version}), ${misc:Depends} Description: Runtime library for GNU Go applications (x32 debug symbols) Library needed for GNU Go applications linked against the - shared library. + shared library. This currently is an empty package, because the + library is completely unstripped. Package: gcj-5 Section: java @@ -2347,12 +2352,12 @@ Package: gdc-5-multilib Architecture: any Priority: optional Depends: gcc-5-base (>= ${gcc:SoftVersion}), gdc-5 (= ${gcc:Version}), gcc-5-multilib (= ${gcc:Version}), ${dep:libphobosbiarchdev}${shlibs:Depends}, ${misc:Depends} -Description: GNU D compiler (version 2, multilib files) +Description: GNU D compiler (version 2, multilib support) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . - This is a dependency package on architectures with multilib support, holding - dependencies for the non-default multilib architecture(s). + This is a dependency package, depending on development packages + for the non-default multilib architecture(s). Package: libphobos-5-dev Architecture: amd64 armel armhf i386 x32 kfreebsd-amd64 kfreebsd-i386 diff --git a/debian/control.m4 b/debian/control.m4 index fa1e072..8e0085c 100644 --- a/debian/control.m4 +++ b/debian/control.m4 @@ -789,11 +789,11 @@ Section: devel Priority: ifdef(`TARGET',`extra',`PRI(optional)') Depends: BASEDEP, gcc`'PV`'TS (= ${gcc:Version}), ${dep:libcbiarchdev}, ${dep:libgccbiarchdev}, ${shlibs:Depends}, ${misc:Depends} BUILT_USING`'dnl -Description: GNU C compiler (multilib files)`'ifdef(`TARGET)',` (cross compiler for TARGET architecture)', `') +Description: GNU C compiler (multilib support)`'ifdef(`TARGET)',` (cross compiler for TARGET architecture)', `') This is the GNU C compiler, a fairly portable optimizing compiler for C. . - This is a dependency package on architectures with multilib support, - holding dependencies for the non-default multilib architecture(s). + This is a dependency package, depending on development packages + for the non-default multilib architecture(s). ')`'dnl multilib ifenabled(`plugindev',` @@ -895,11 +895,11 @@ Priority: ifdef(`TARGET',`extra',`PRI(optional)') Depends: BASEDEP, g++`'PV`'TS (= ${gcc:Version}), gcc`'PV-multilib`'TS (= ${gcc:Version}), ${dep:libcxxbiarchdev}, ${shlibs:Depends}, ${misc:Depends} Suggests: ${dep:libcxxbiarchdbg} BUILT_USING`'dnl -Description: GNU C++ compiler (multilib files)`'ifdef(`TARGET)',` (cross compiler for TARGET architecture)', `') +Description: GNU C++ compiler (multilib support)`'ifdef(`TARGET)',` (cross compiler for TARGET architecture)', `') This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . - This is a dependency package on architectures with multilib support, - holding dependencies for the non-default multilib architecture(s). + This is a dependency package, depending on development packages + for the non-default multilib architecture(s). ')`'dnl multilib ')`'dnl c++dev ')`'dnl c++ @@ -1743,7 +1743,7 @@ Conflicts: ${confl:lib32} BUILT_USING`'dnl Description: LeakSanitizer -- a memory leak detector (32bit) LeakSanitizer (Lsan) is a memory leak detector which is integrated - into AddressSanitizer. + into AddressSanitizer (empty package). Package: lib32lsan`'LSAN_SO-dbg`'LS Architecture: ifdef(`TARGET',`CROSS_ARCH',`biarch32_archs') @@ -1753,7 +1753,7 @@ Depends: BASELDEP, libdep(lsan`'LSAN_SO,32,=), ${misc:Depends} BUILT_USING`'dnl Description: LeakSanitizer -- a memory leak detector (32 bit debug symbols) LeakSanitizer (Lsan) is a memory leak detector which is integrated - into AddressSanitizer. + into AddressSanitizer (empty package). ')`'dnl lib32lsan ifenabled(`lib64lsan',` @@ -1809,7 +1809,7 @@ Depends: BASELDEP, ${dep:libcbiarch}, ${shlibs:Depends}, ${misc:Depends} BUILT_USING`'dnl Description: LeakSanitizer -- a memory leak detector (x32) LeakSanitizer (Lsan) is a memory leak detector which is integrated - into AddressSanitizer. + into AddressSanitizer (empty package). Package: libx32lsan`'LSAN_SO-dbg`'LS Architecture: ifdef(`TARGET',`CROSS_ARCH',`biarchx32_archs') @@ -1819,7 +1819,7 @@ Depends: BASELDEP, libdep(lsan`'LSAN_SO,x32,=), ${misc:Depends} BUILT_USING`'dnl Description: LeakSanitizer -- a memory leak detector (x32 debug symbols) LeakSanitizer (Lsan) is a memory leak detector which is integrated - into AddressSanitizer. + into AddressSanitizer (empty package). ')`'dnl libx32lsan ifenabled(`libhflsan',` @@ -3267,12 +3267,12 @@ Section: devel Priority: ifdef(`TARGET',`extra',`PRI(optional)') Depends: BASEDEP, gobjc++`'PV`'TS (= ${gcc:Version}), g++`'PV-multilib`'TS (= ${gcc:Version}), gobjc`'PV-multilib`'TS (= ${gcc:Version}), ${shlibs:Depends}, ${misc:Depends} BUILT_USING`'dnl -Description: GNU Objective-C++ compiler (multilib files) +Description: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . - This is a dependency package on architectures with multilib support, - holding dependencies for the non-default multilib architecture(s). + This is a dependency package, depending on development packages + for the non-default multilib architecture(s). ')`'dnl multilib ')`'dnl obcpp @@ -3298,12 +3298,12 @@ Section: devel Priority: ifdef(`TARGET',`extra',`PRI(optional)') Depends: BASEDEP, gobjc`'PV`'TS (= ${gcc:Version}), gcc`'PV-multilib`'TS (= ${gcc:Version}), ${dep:libobjcbiarchdev}, ${shlibs:Depends}, ${misc:Depends} BUILT_USING`'dnl -Description: GNU Objective-C compiler (multilib files)`'ifdef(`TARGET)',` (cross compiler for TARGET architecture)', `') +Description: GNU Objective-C compiler (multilib support)`'ifdef(`TARGET)',` (cross compiler for TARGET architecture)', `') This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . - This is a dependency package on architectures with multilib support, - holding dependencies for the non-default multilib architecture(s). + This is a dependency package, depending on development packages + for the non-default multilib architecture(s). ')`'dnl multilib Package: libobjc`'PV-dev`'LS @@ -3576,12 +3576,12 @@ Section: devel Priority: ifdef(`TARGET',`extra',`PRI(optional)') Depends: BASEDEP, gfortran`'PV`'TS (= ${gcc:Version}), gcc`'PV-multilib`'TS (= ${gcc:Version}), ${dep:libgfortranbiarchdev}, ${shlibs:Depends}, ${misc:Depends} BUILT_USING`'dnl -Description: GNU Fortran compiler (multilib files)`'ifdef(`TARGET)',` (cross compiler for TARGET architecture)', `') +Description: GNU Fortran compiler (multilib support)`'ifdef(`TARGET)',` (cross compiler for TARGET architecture)', `') This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . - This is a dependency package on architectures with multilib support, - holding dependencies for the non-default multilib architecture(s). + This is a dependency package, depending on development packages + for the non-default multilib architecture(s). ')`'dnl multilib ifenabled(`gfdldoc',` @@ -3884,12 +3884,12 @@ Priority: ifdef(`TARGET',`extra',`PRI(optional)') Depends: BASEDEP, gccgo`'PV`'TS (= ${gcc:Version}), ifdef(`STANDALONEGO',,`gcc`'PV-multilib`'TS (= ${gcc:Version}), ')${dep:libgobiarch}, ${shlibs:Depends}, ${misc:Depends} Suggests: ${dep:libgobiarchdbg} BUILT_USING`'dnl -Description: GNU Go compiler (multilib files)`'ifdef(`TARGET)',` (cross compiler for TARGET architecture)', `') +Description: GNU Go compiler (multilib support)`'ifdef(`TARGET)',` (cross compiler for TARGET architecture)', `') This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . - This is a dependency package on architectures with multilib support, - holding dependencies for the non-default multilib architecture(s). + This is a dependency package, depending on development packages + for the non-default multilib architecture(s). ')`'dnl multilib ifenabled(`gfdldoc',` @@ -3933,7 +3933,8 @@ Depends: BASELDEP, libdep(go`'GO_SO,,=), ${misc:Depends} BUILT_USING`'dnl Description: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the - shared library. + shared library. This currently is an empty package, because the + library is completely unstripped. ')`'dnl libgo ifenabled(`lib64ggo',` @@ -3956,7 +3957,8 @@ Depends: BASELDEP, libdep(go`'GO_SO,64,=), ${misc:Depends} BUILT_USING`'dnl Description: Runtime library for GNU Go applications (64bit debug symbols) Library needed for GNU Go applications linked against the - shared library. + shared library. This currently is an empty package, because the + library is completely unstripped. ')`'dnl lib64go ifenabled(`lib32ggo',` @@ -3980,7 +3982,8 @@ Depends: BASELDEP, libdep(go`'GO_SO,32,=), ${misc:Depends} BUILT_USING`'dnl Description: Runtime library for GNU Go applications (32 bit debug symbols) Library needed for GNU Go applications linked against the - shared library. + shared library. This currently is an empty package, because the + library is completely unstripped. ')`'dnl lib32go ifenabled(`libn32ggo',` @@ -4003,7 +4006,8 @@ Depends: BASELDEP, libdep(go`'GO_SO,n32,=), ${misc:Depends} BUILT_USING`'dnl Description: Runtime library for GNU Go applications (n32 debug symbols) Library needed for GNU Go applications linked against the - shared library. + shared library. This currently is an empty package, because the + library is completely unstripped. ')`'dnl libn32go ifenabled(`libx32ggo',` @@ -4026,7 +4030,8 @@ Depends: BASELDEP, libdep(go`'GO_SO,x32,=), ${misc:Depends} BUILT_USING`'dnl Description: Runtime library for GNU Go applications (x32 debug symbols) Library needed for GNU Go applications linked against the - shared library. + shared library. This currently is an empty package, because the + library is completely unstripped. ')`'dnl libx32go ')`'dnl ggo @@ -5068,12 +5073,12 @@ Architecture: any Priority: ifdef(`TARGET',`extra',`PRI(optional)') Depends: SOFTBASEDEP, gdc`'PV`'TS (= ${gcc:Version}), gcc`'PV-multilib`'TS (= ${gcc:Version}), ${dep:libphobosbiarchdev}${shlibs:Depends}, ${misc:Depends} BUILT_USING`'dnl -Description: GNU D compiler (version 2, multilib files)`'ifdef(`TARGET)',` (cross compiler for TARGET architecture)', `') +Description: GNU D compiler (version 2, multilib support)`'ifdef(`TARGET)',` (cross compiler for TARGET architecture)', `') This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . - This is a dependency package on architectures with multilib support, holding - dependencies for the non-default multilib architecture(s). + This is a dependency package, depending on development packages + for the non-default multilib architecture(s). ')`'dnl multilib ifenabled(`libphobos',` |