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
|
Source: postbooks
Section: misc
Priority: optional
Maintainer: Debian xTuple Maintainers <pkg-xtuple-maintainers@lists.alioth.debian.org>
Uploaders:
Andrew Shadura <andrewsh@debian.org>,
Daniel Pocock <daniel@pocock.pro>
Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), qtbase5-dev (>= 5.3.0), qttools5-dev (>= 5.3.0), qttools5-dev-tools (>= 5.3.0), libqt5xmlpatterns5-dev (>= 5.3.0), libdmtx-dev, libopenrpt-dev (>= 3.3.12), libcsvimp-dev (>= 0.5.4), libz-dev, libqt5webkit5-dev, libsqlite3-dev, qtscript5-dev (>= 5.3.0), libqt5websockets5-dev (>= 5.3.0), libqt5webchannel5-dev (>= 5.3.0), libqt5serialport5-dev (>= 5.3.0)
Standards-Version: 3.9.6
Homepage: http://www.xtuple.com/postbooks
Vcs-Git: git://anonscm.debian.org/collab-maint/postbooks.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/postbooks.git/
Package: libxtuplecommon1
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: multi-user accounting / CRM / ERP suite (shared libraries)
A full-featured, fully-integrated business management system, the core of
the award winning xTuple ERP Suite. Built with the open source PostgreSQL
database and the open source Qt framework for C++, it provides the
ultimate in power and flexibility for a range of businesses and
industries of any size.
.
This package contains shared libraries used by PostBooks and related code
including the PostBooks Updater utility for managing the schema.
Package: libxtuplecommon-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libxtuplecommon1 (= ${binary:Version})
Description: multi-user accounting / CRM / ERP suite (development package)
A full-featured, fully-integrated business management system, the core of
the award winning xTuple ERP Suite. Built with the open source PostgreSQL
database and the open source Qt framework for C++, it provides the
ultimate in power and flexibility for a range of businesses and
industries of any size.
.
This package contains development files needed to build related packages,
including the PostBooks Updater utility for managing the schema.
Package: postbooks
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libqt5sql5-psql
Suggests: postbooks-schema-quickstart, postbooks-schema-empty, postbooks-schema-demo, postbooks-updater
Description: multi-user accounting / CRM / ERP suite (GUI)
A full-featured, fully-integrated business management system, the core of
the award winning xTuple ERP Suite. Built with the open source PostgreSQL
database and the open source Qt framework for C++, it provides the
ultimate in power and flexibility for a range of businesses and
industries of any size.
.
This package contains the GUI. Install it on any workstation that
needs access to the PostBooks database. There is no server component
other than an instance of PostgreSQL itself.
|