head	1.2;
access;
symbols
	REL7_3_STABLE:1.2.0.2;
locks; strict;
comment	@# @;


1.2
date	2002.08.14.23.30.18;	author jtv;	state Exp;
branches;
next	1.1;

1.1
date	2002.08.10.21.03.36;	author jtv;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Debianization changes by Ray Dassen
@
text
@Source: libpqxx
Priority: optional
Maintainer: J.H.M. Dassen <jdassen@@debian.org>
Build-Depends: debhelper (>> 3.0.0), postgresql-dev, doxygen
Section: misc
Standards-Version: 3.5.6

Package: libpqxx-dev
Section: devel
Architecture: any
Depends: libpqxx0 (= ${Source-Version})
Description: C++ API to the PostgreSQL DBMS (development files)
 libpqxx provides a C++ API to the PostgreSQL object-relational database
 management system. Unlike many other similar libraries, it tries to take
 full advantage of the C++ language as it has matured since the acceptance
 of the Standard in 1996.
 .
 What libpqxx brings you is effective use
  o of templates to reduce the inconvenience of dealing with type conversions;
  o of standard C++ strings to keep you from having to worry about buffer 
    allocation and overflow attacks;
  o of exceptions to take the tedious and error-prone plumbing around error
    handling out of your hands;
  o of constructors and destructors to bring resource management under control;
 and even basic object-orientation to give you some extra reliability features
 that would be hard to get with most other database interfaces.

Package: libpqxx0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: C++ API to the PostgreSQL DBMS (runtime files)
 libpqxx is a C++ library that allows easy and reliable access to the 
 PostgreSQL object-relational database management system.
@


1.1
log
@Added Ray Dassen's Debian stuff, autoconf updates, and .cvsignore files;
added doxygen-generated reference documentation
@
text
@d4 2
a5 1
Build-Depends: debhelper (>> 3.0.0), postgresql-dev
a34 1

@
