Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dh-7 package #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
105 changes: 102 additions & 3 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,104 @@
soci (3.1.0+git2013015-5) unstable; urgency=low
soci (3.1.0+git20130218-1) UNRELEASED; urgency=low

* Debian packaging for SOCI
* New maintainer (Closes: #520746)
* New upstream version (Closes: #583846)
- removes need for patches:
+ fix-gcc4.3-build.patch
+ fix-gcc4.4-build.patch
+ gcc_ftbfs.patch
+ link-against-dl.patch
+ missin_library.diff
* change to dh-7 build system
* Switch to dpkg-source 3.0 (quilt) format
* Bump Standards Version to 3.9.2. (No changes needed).
* remove debugging package
* renamed to use soversion in package name
* use --as-needed for linking
* wrap-and-sort debian/
* multiarch package
* bump compat to 9

-- Denis Chapligin <[email protected]> Tue, 05 Feb 2013 10:44:40 +0300
-- Julian Taylor <[email protected]> Sat, 04 Sep 2010 01:15:53 +0200

soci (3.0.0+cvs20081223-4) unstable; urgency=low

* QA upload.
* gcc_ftbfs.patch - Include missing headers. (Closes: #549640).
+ Thanks to Nobuhiro Iwamatsu for the patch!
* Add README.source for quilt.
* Bump Standards Version to 3.8.3. (No changes needed).

-- Barry deFreese <[email protected]> Fri, 09 Oct 2009 11:21:18 -0400

soci (3.0.0+cvs20081223-3) unstable; urgency=low

[ Marco Rodrigues ]
* QA upload.
* Fix FTBFS because of GCC 4.4 (Closes: #525719).

[ Christoph Berg ]
* Set -dbg package Section to debug.

-- Christoph Berg <[email protected]> Sun, 21 Jun 2009 13:05:28 +0200

soci (3.0.0+cvs20081223-2) unstable; urgency=low

* QA upload.
* Changing maintainer to QA group
* Update Standards Version (no changes)
* Migrate to dh_prep instead of dh_clean -k

-- Neil Williams <[email protected]> Fri, 03 Apr 2009 11:04:01 +0100

soci (3.0.0+cvs20081223-1) experimental; urgency=low

* New CVS snapshot. Closes: #509453.
* debian/control:
- New maintainer.
- Update Standards-Version to 3.8.0. (No changes).
- Update compat version to 7 and upgrade debhelper Build-Depends.
- Update Vcs-* fields.
* debian/rules:
- Migrate away from cdbs.
* debian/patches:
- Migrate to quilt.
- sqlite-namespace.patch - Removed (Gone upstream).
- sqlite-common-ctime.patch - Removed (Gone upstream).
- postgressql-standard-use-type.patch - Removed (No longer needed).
- postgressql-common-ctime.patch - Removed (Gone upstream).
- mysql-common-ctime.patch - Removed (Gone upstream).
- missing-headers.patch - Removed (No longer needed).
- link-against-dl.patch - Refreshed.
- fix-gcc4.3-build.patch - Fix build with gcc 4.3.
- fix-gcc4.4-build.patch - Fix build with gcc 4.4. (Patch from Martin
Michlmayr <[email protected]>) Closes: #504907

-- Bradley Smith <[email protected]> Tue, 23 Dec 2008 11:13:58 +0000

soci (2.2.0-4) unstable; urgency=low

* Fix soci FTBFS on mips (Closes: #481499)
Thanks to Thiemo Seufer for the patch.

-- Neil Williams <[email protected]> Sat, 17 May 2008 08:23:41 +0100

soci (2.2.0-3) unstable; urgency=low

* FTBFS: auto_ptr with no type (Closes: #478504)
Add more missing C++ headers to soci.h and std::tm
definition (<ctime>) to each backend common.h.

-- Neil Williams <[email protected]> Tue, 06 May 2008 22:00:19 +0100

soci (2.2.0-2) unstable; urgency=low

* soci - FTBFS: error: 'bad_cast' is not a member of 'std'
(incomplete fix, bug reopened).

-- Neil Williams <[email protected]> Mon, 05 May 2008 00:18:09 +0100

soci (2.2.0-1) unstable; urgency=low

* Initial release soci -- C++ Database Access Library (Closes: #476793)

-- Neil Williams <[email protected]> Tue, 22 Apr 2008 11:31:19 +0100
2 changes: 1 addition & 1 deletion debian/compat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7
9
86 changes: 37 additions & 49 deletions debian/control
Original file line number Diff line number Diff line change
@@ -1,95 +1,84 @@
Source: soci
Priority: extra
Maintainer: Denis Chapligin <[email protected]>
Build-Depends: quilt,
patchutils (>= 0.2.25),
cdbs (>= 0.4.27),
debhelper (>= 7.0.1),
dh-buildinfo,
cdbs (>= 0.4.69~),
devscripts (>= 2.10.7~), cmake, libboost-dev | libboost1.44-dev,
libmysqlclient15-dev, libpq-dev, libsqlite3-dev, unixodbc-dev
Standards-Version: 3.7.3
Section: libs
Homepage: http://soci.sourceforge.net

Package: libsoci-core-gcc
Priority: optional
Section: libs
Maintainer: Julian Taylor <[email protected]>
Build-Depends: cmake (>= 2.6),
debhelper (>= 8.1.3~),
libboost-date-time-dev,
libboost-dev,
libmysqlclient-dev,
libpq-dev,
libsqlite3-dev,
unixodbc-dev
Standards-Version: 3.9.2
Homepage: http://soci.sourceforge.net/

Package: libsoci-core3.2
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: C++ Database Access Library (core)
Database access library for C++ that makes the illusion of
embedding SQL queries in the regular C++ code, staying entirely
within Standard C++.
.
This package provides the shared library.

Package: libsoci-core-gcc-dev
Priority: optional
Package: libsoci3.2-dev
Section: libdevel
Architecture: any
Depends: libsoci-core-gcc (= ${binary:Version}), ${misc:Depends}
Multi-Arch: same
Depends: libsoci-core3.2 (= ${binary:Version}), ${misc:Depends}
Description: C++ Database Access Library (devel)
Database access library for C++ that makes the illusion of
embedding SQL queries in the regular C++ code, staying entirely
within Standard C++.
.
This package provides the development headers.

Package: libsoci-core-gcc-dbg
Priority: extra
Section: libs
Architecture: any
Depends: libsoci-core-gcc (= ${binary:Version}), ${misc:Depends}
Description: C++ Database Access Library (debug symbols)
Database access library for C++ that makes the illusion of
embedding SQL queries in the regular C++ code, staying entirely
within Standard C++.
.
This package provides the debugging symbols.

Package: libsoci-mysql-gcc
Priority: optional
Section: libs
Package: libsoci-mysql3.2
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: C++ Database Access Library (MySQL backend)
Database access library for C++ that makes the illusion of
embedding SQL queries in the regular C++ code, staying entirely
within Standard C++.
.
This package provides the MySQL backend.

Package: libsoci-sqlite3-gcc
Priority: optional
Section: libs
Package: libsoci-sqlite3-3.2
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: C++ Database Access Library (SQLite3 backend)
Database access library for C++ that makes the illusion of
embedding SQL queries in the regular C++ code, staying entirely
within Standard C++.
.
This package provides the SQLite3 backend.

Package: libsoci-postgresql-gcc
Priority: optional
Section: libs
Package: libsoci-postgresql3.2
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: C++ Database Access Library (PostgreSQL backend)
Database access library for C++ that makes the illusion of
embedding SQL queries in the regular C++ code, staying entirely
within Standard C++.
.
This package provides the PostgreSQL backend.

Package: libsoci-odbc-gcc
Priority: optional
Section: libs
Package: libsoci-odbc3.2
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Priority: optional
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: C++ Database Access Library (PostgreSQL backend)
Database access library for C++ that makes the illusion of
embedding SQL queries in the regular C++ code, staying entirely
Expand All @@ -98,9 +87,8 @@ Description: C++ Database Access Library (PostgreSQL backend)
This package provides the ODBC backend.

Package: libsoci-doc
Priority: optional
Section: libs
Architecture: all
Depends: ${misc:Depends}
Description: C++ Database Access Library (Documentation)
Database access library for C++ that makes the illusion of
embedding SQL queries in the regular C++ code, staying entirely
Expand Down
103 changes: 0 additions & 103 deletions debian/control.in

This file was deleted.

5 changes: 4 additions & 1 deletion debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ This package was downloaded from https://github.com/SOCI/soci

Files: debian/*
Licence: GPL-3+
Copyright: 2008 Neil Williams <[email protected]>. 2013 Denis Chapligin <[email protected]>
Copyright: 2008 Neil Williams <[email protected]>

Files: *
Copyright: 2004-2013 Maciej Sobczak, Stephen Hutton,
Expand Down Expand Up @@ -33,3 +33,6 @@ Licence: Boost
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

On Debian systems, the complete text of the GNU General
Public License can be found in '/usr/share/common-licenses/GPL-3'
1 change: 0 additions & 1 deletion debian/docs

This file was deleted.

2 changes: 0 additions & 2 deletions debian/libsoci-core-gcc-dev.install

This file was deleted.

2 changes: 0 additions & 2 deletions debian/libsoci-core-gcc.install

This file was deleted.

1 change: 1 addition & 0 deletions debian/libsoci-core3.2.install
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
usr/lib/*/libsoci_core*.so.*
2 changes: 0 additions & 2 deletions debian/libsoci-mysql-gcc.install

This file was deleted.

1 change: 1 addition & 0 deletions debian/libsoci-mysql3.2.install
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
usr/lib/*/libsoci_mysql*.so.*
2 changes: 0 additions & 2 deletions debian/libsoci-odbc-gcc.install

This file was deleted.

1 change: 1 addition & 0 deletions debian/libsoci-odbc3.2.install
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
usr/lib/*/libsoci_odbc*.so.*
2 changes: 0 additions & 2 deletions debian/libsoci-postgresql-gcc.install

This file was deleted.

Loading