File: lintian.report

package info (click to toggle)
sqlrelay 1%3A0.35-10
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 11,944 kB
  • ctags: 6,102
  • sloc: cpp: 41,419; python: 11,007; ansic: 10,279; java: 9,833; perl: 9,500; php: 9,229; ruby: 9,182; sh: 8,700; makefile: 3,474; tcl: 5
file content (86 lines) | stat: -rw-r--r-- 4,946 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
W: sqlrelay-test: executable-not-elf-or-script ./usr/share/doc/sqlrelay/examples/test/ruby/clean
N:
N:   This executable file is not an ELF format binary, and does not start
N:   with the #! sequence that marks interpreted scripts. It might be a sh
N:   script that fails to name /bin/sh as its shell.
N:   
N:   Refer to Policy Manual, section 11.4 for details.
N:
W: sqlrelay-test: executable-not-elf-or-script ./usr/share/doc/sqlrelay/examples/test/python/clean
W: sqlrelay-test: executable-not-elf-or-script ./usr/share/doc/sqlrelay/examples/test/perl/clean
W: sqlrelay-test: executable-not-elf-or-script ./usr/share/doc/sqlrelay/examples/test/stress/clean
W: sqlrelay-test: executable-not-elf-or-script ./usr/share/doc/sqlrelay/examples/test/c++/clean
W: sqlrelay-test: executable-not-elf-or-script ./usr/share/doc/sqlrelay/examples/test/stress/compile
W: sqlrelay-test: executable-not-elf-or-script ./usr/share/doc/sqlrelay/examples/test/c/clean
W: sqlrelay-test: executable-not-elf-or-script ./usr/share/doc/sqlrelay/examples/test/c/compile
W: sqlrelay-test: executable-not-elf-or-script ./usr/share/doc/sqlrelay/examples/test/c++/compile
W: sqlrelay-test: executable-not-elf-or-script ./usr/share/doc/sqlrelay/examples/test/java/clean
W: sqlrelay-test: executable-not-elf-or-script ./usr/share/doc/sqlrelay/examples/test/java/compile
E: sqlrelay-sqlite: binary-without-manpage sqlr-connection-sqlite-debug
N:
N:   Each binary in /usr/bin, /usr/sbin, /bin, /sbin, or /usr/games, must
N:   have a manual page.
N:   
N:   Note, that though the `man' program has the capability to check for
N:   several program names in the NAMES section, each of these programs
N:   must have its own manual page (a symbolic link to the appropriate
N:   manual page is sufficient) because other manual page viewers such as
N:   xman or tkman don't support this.
N:   
N:   Refer to Policy Manual, section 13.1 for details.
N:
E: sqlrelay-postgresql: binary-without-manpage sqlr-connection-postgresql-debug
E: sqlrelay-odbc: binary-without-manpage sqlr-connection-odbc-debug
E: sqlrelay-mysql: binary-without-manpage sqlr-connection-mysql-debug
E: sqlrelay-freetds: binary-without-manpage sqlr-connection-freetds-debug
E: sqlrelay: binary-without-manpage sqlr-ipclean
E: sqlrelay: binary-without-manpage sqlr-listener-debug
W: sqlrelay: non-dev-pkg-with-shlib-symlink usr/lib/libsqlrclientwrapper.so.0.32 usr/lib/libsqlrclientwrapper.so
N:
N:   Though this package is not a `-dev' package, it installs a symbolic
N:   link referencing the corresponding shared library, where the link name
N:   does not include the version number of the shared library.
N:   
N:   If there is also a `-dev' package for this shared library, this is
N:   most likely a bug. If this is a small package which includes the
N:   runtime and the development libraries, this is not a bug. In the
N:   latter case, please contact lintian-maint@debian.org about this so
N:   that this error gets included in the overrides file for Lintian. (With
N:   that, Lintian will ignore this bug in the future.)
N:
W: sqlrelay: non-dev-pkg-with-shlib-symlink usr/lib/libsqlrclient.so.0.32 usr/lib/libsqlrclient.so
E: python2.1-sqlrelay: binary-without-manpage query.py
E: python-sqlrelay: usr-doc-symlink-without-dependency sqlrelay
N:
N:   If the package installs a symbolic link /usr/share/doc/<pkg1> ->
N:   <pkg2>, then <pkg1> has to depend on <pkg2>.
N:   
N:   Note, that adding the "Depends:" entry just to fix this bug is not a
N:   good solution. It's suggested that you include a real
N:   /usr/share/doc/<pkg1> directory within <pkg1> and copy the copyright
N:   file into that directory.
N:   
N:   Refer to Policy Manual, section 13.6 for details.
N:
W: libfirstworks-sqlr-perl: binary-or-shlib-defines-rpath ./usr/lib/perl5/auto/Firstworks/SQLRConnection/SQLRConnection.so /home/fmw/debian-devel/sqlrelay/sqlrelay-0.32/src/api/perl/SQLRConnection/../../c++/lib
N:
N:   The binary or shared library defines the `RPATH'. Usually this is a
N:   bad thing. Most likely you will find a Makefile with a line like:
N:       gcc test.o -o test -Wl,--rpath
N:   or
N:       gcc test.o -o test -R/usr/local/lib
N:   Please contact debian-devel@lists.debian.org if you have questions
N:   about this.
N:
W: libfirstworks-sqlr-perl: binary-or-shlib-defines-rpath ./usr/lib/perl5/auto/Firstworks/SQLRCursor/SQLRCursor.so /home/fmw/debian-devel/sqlrelay/sqlrelay-0.32/src/api/perl/SQLRCursor/../../c++/lib
E: libfirstworks-sqlr-perl: depends-on-essential-package-without-using-version perl-base
N:
N:   The package declares a depends on an essential package i.e. dpkg
N:   without using a versioned depends. In general a package should not
N:   depend on essential packages but if it must do so, the depends should
N:   have a version string.
N:   
N:   Refer to Policy Manual, section 2.3.4 for details.

N:
E: libdbd-sqlrelay-perl: depends-on-essential-package-without-using-version perl-base