[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#255595: lintian: Please add libgl-dev and libglu-dev as known virtual packages



Package: lintian
Version: 1.23.0
Severity: normal
Tags: patch

lintian does not correctly recognize libgl-dev and libglu-dev (both
packages used for building OpenGL programs) as virtual packages. The
included patch should remedy the situation.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.5-1-k7
Locale: LANG=C, LC_CTYPE=en_US.ISO8859-1

Versions of packages lintian depends on:
ii  binutils                   2.14.90.0.7-8 The GNU assembler, linker and bina
ii  diffstat                   1.34-1        produces graph of changes introduc
ii  file                       4.09-1        Determines file type using "magic"
ii  man-db                     2.4.2-16      The on-line manual pager
ii  perl                       5.8.4-2       Larry Wall's Practical Extraction 

-- no debconf information
diff -ur lintian-1.23.0/checks/common_data.pm lintian-1.23.0.gl-virtual-packages/checks/common_data.pm
--- lintian-1.23.0/checks/common_data.pm	2004-04-26 02:20:54.000000000 +0200
+++ lintian-1.23.0.gl-virtual-packages/checks/common_data.pm	2004-06-21 23:31:12.000000000 +0200
@@ -90,6 +90,7 @@
      'debconf-2.0',
      'aspell-dictionary',
      'radius-server',
+     'libgl-dev', 'libglu-dev'
     );
 
 %known_libstdcs = map { $_ => 1 }

Reply to: