File: control

package info (click to toggle)
dbf2mysql 1.14a-5.1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 352 kB
  • ctags: 310
  • sloc: ansic: 5,624; makefile: 147
file content (16 lines) | stat: -rw-r--r-- 580 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: dbf2mysql
Section: misc
Priority: optional
Maintainer: Francesco Paolo Lovergine <frankie@debian.org>
Standards-Version: 3.9.7
Build-Depends: debhelper (>= 9), default-libmysqlclient-dev

Package: dbf2mysql
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: xBase to MySQL or vice versa
 This program takes an xBase file and sends queries to an MySQL server to
 insert it into an MySQL table and vice versa.
 .
 This package now consists of two programs: the dbf2mysql, and mysql2dbf,
 which makes it possible to dump an mySQL-table to a dbf-file.