en-us Changes to file debian/gnade_sqlite3_build.gpr (from [6633320d..]) http://green.ada-france.org:8081/revision/filechanges/6633320df5607fe6354ae66f3458cc965fcdb8af/debian/gnade_sqlite3_build.gpr Changes to file debian/gnade_sqlite3_build.gpr (from [6633320d..]) http://green.ada-france.org:8081/revision/info/1c62c8e0ebb9e251fb44b8ab24d15a80fd8f98e7 Fixes to the packaging. 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'.
Ludovic Brenta Tue, 27 Oct 2009 22:14:04 GMT
http://green.ada-france.org:8081/revision/info/7b45ade6e4bb261a46d3994bf1feec54c4322c10 fix problems reported by lintian 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
stephen_leake-2@stephe-leake.org Sat, 24 Oct 2009 11:36:40 GMT
http://green.ada-france.org:8081/revision/info/121647f094e5de1bc2b9078d06da4ed1e09ded57 more cleanup. sqlite demo runs as part of build, package builds but with dh_shlibdeps warnings. 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.
stephen_leake-2@stephe-leake.org Mon, 12 Oct 2009 14:48:12 GMT
http://green.ada-france.org:8081/revision/info/a4fa6f05a45a293e12494e60af3f244848e39dd7 add sqlite3 check 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
stephen_leake-2@stephe-leake.org Sun, 04 Oct 2009 14:11:34 GMT
http://green.ada-france.org:8081/revision/info/45ecf6b8d22e865bef2fc07bb4abc222d087f6b8 delete gesql, use gnat project files, clean up rules. 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.
stephen_leake-2@stephe-leake.org Sat, 19 Sep 2009 12:45:12 GMT