Revisions 0 to 10 in in which 'debian/gnade_sqlite3_build.gpr' was
changed are listed below. These revisions are ancestors of the
revision
[6633320d..].
The "diff" links listed with each revision will show changes
in 'debian/gnade_sqlite3_build.gpr' between that revision and
[6633320d..].
| Author: |
Ludovic Brenta |
| Changelog: |
Fixes to the packaging.
* debian/*.gpr: do not pass -FPIC to the compiler. It is wrong. The correct
switch is -fPIC and gnatmake knows about it already when Library_Kind is
"dynamic" or "shared".
* debian/patches/mtn-ignore.patch: remov, it interferes with the file under
monotone version control.
Build with dpkg-buildpackage '-i_MTN|\.mtn-ignore'.
|
| Date: |
Tue, 27 Oct 2009 22:14:04 GMT |
| Author: |
stephen_leake-2@stephe-leake.org |
| Changelog: |
fix problems reported by lintian
* debian/README.source: doc lintian overrides for autotools files
* debian/changelog: change date
* debian/control (Standards-Version): update
* debian/gnade_common_build.gpr: add comments
* debian/gnade_common_ref.gpr: add object_dir
* debian/gnade_odbc_build.gpr: add rationale for keeping libgnadecommon.
add Library_Options.
* debian/gnade_odbc_example_build.gpr: add 'with "gnade_common_ref"',
comment on linker options.
* debian/gnade_sqlite3_build.gpr: add Library_Options.
* debian/rules: improve comments
(libgnade%-dev): don't install shared object library in -dev package.
(lint): new rule.
* debian/patches/mtn-ignore.patch: New file.
* debian/patches/series: add mtn-ignore.patch
|
| Date: |
Sat, 24 Oct 2009 11:36:40 GMT |
| Author: |
stephen_leake-2@stephe-leake.org |
| Changelog: |
more cleanup. sqlite demo runs as part of build, package builds but with dh_shlibdeps warnings.
* .mtn-ignore: ignore package build directories
* debian/control (libgnadecommon-dev Depends): add libgnadecommon1
(libgnadeodbc-dev Depends): update unixodbc source version to the
version I tested (in Lenny). delete libgnadecommon-dev; libgnadeodbc
does not use anything from gnu.db.support.
* debian/gnade_sqlite3_build.gpr: add Library_Version
* debian/patches/demo_warnings.patch: refresh
* debian/rules (libgnade%-dev): only install preprocessed files if they
exist.
(debian/odbc-source-stamp): requires root, so can't be run as part of
build target.
|
| Date: |
Mon, 12 Oct 2009 14:48:12 GMT |
| Author: |
stephen_leake-2@stephe-leake.org |
| Changelog: |
add sqlite3 check
* debian/control (Build-Depends): add sqlite3, libsqlite3-dev for sqlite3 check
* debian/gnade_sqlite3_build.gpr: gnat 4.3 doesn't like 'library' keyword'
* debian/gnade_sqlite3_example_build.gpr: New file.
* debian/gnade_sqlite3_ref.gpr: New file.
* debian/patches/demo_warnings.patch: add sqlite3 demo fixes
* debian/rules (debian/check-sqlite3-stamp): add sqlite3 check
|
| Date: |
Sun, 04 Oct 2009 14:11:34 GMT |
| Author: |
stephen_leake-2@stephe-leake.org |
| Changelog: |
delete gesql, use gnat project files, clean up rules.
* debian/README.source: document why gesql is not packaged.
* debian/control: delete gesql, clean up
* debian/changelog: update.
* debian/gnade.gpr: add -lgnadecommon
* debian/gnade_common_build.gpr: New file.
* debian/gnade_common_ref.gpr: New file.
* debian/gnade_odbc_build.gpr: New file.
* debian/gnade_odbc_ref.gpr: New file.
* debian/gnade_sqlite3_build.gpr: New file.
* debian/rules: split out libgnadecommon. delete gesql. use GNAT project
files. use a single build target to build static and dynamic versions
for each library use simpler names for static library install target.
use debian/tmp, not tmp. general cleanup.
|
| Date: |
Sat, 19 Sep 2009 12:45:12 GMT |