File: README.source

package info (click to toggle)
sqlmap 1.9.8-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 12,824 kB
  • sloc: python: 52,060; xml: 13,943; ansic: 989; sh: 304; makefile: 62; sql: 61; perl: 30; cpp: 27; asm: 7
file content (8 lines) | stat: -rw-r--r-- 528 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
sqlmap contains a convenience copy of built embedded libraries, that are meant
to be run on the target system.
The source of the libraries is available under debian/missing-sources/udfhack
they can be built using "make", with the appropriate build tools (like gcc-4.3
for the older systems) and with postgres.h headers.
They can be downloaded on https://github.com/sqlmapproject/udfhack, and
they are put into /usr/share since they are not intended to be run locally,
hence then lintian warning is not appropriate in this case.