lp:ubuntu/trusty-proposed/mdbtools

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:ubuntu/trusty-proposed/mdbtools
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Mature

Recent revisions

19. By Rohan Garg

Add docbook-xml and rarian-compat to build deps since
ubuntu buildd's are a bit more picky about the network.

18. By Jean-Michel Vourgère

* Added keywords to gmdb.desktop, thanks lintian.
* New upstream version
  - Support for ucs2 odbc (Closes: #675543)
  - Fix mdb-array crash when file is not found (Closes: #716325)
  - drop override_dh_autoreconf in rules since upstream INSTALL is gone.
  - Refresh patch use_lib_odbc_dir. All other patches are gone, there were
    applied upstream.
  - Acknowledge new symbols in libmdb2.
  - Drop -Wall since it is now upstream.
  - Refresh copyright file.
* ODBC driver is no longer shipped as a versioned library:
  - Rename libmdbodbc1 into odbc-mdbtools.
  - Added back transitionnal package libmdbodbc1.
  - Drop odbc-mdbtools.symbols and added -q in dpkg-gensymbols.
  - Drop version in odbc-mdbtools.postinst and odbc-mdbtools.install.
* New patch use_common_license so that gmdb prints license from
  /usr/share/common-licenses/. This quiets lintian.
* Stop using scrollkeeper:
  - Drop build-dependency on rarian-compat. (Closes: #718465)
  - New patch gnome-doc from upstream commit.
  - New build-dependency on gnome-doc-utils.
  - Add --disable-scrollkeeper in debian/rules.
  - Add debian/clean to remove gnome-doc tmp file.
  - Disable portability warnings in autoreconf (rules): gnome-doc generates
    pages of ugly warnings otherwise.
* Bumped policy to 3.9.5: No change required.

17. By Jean-Michel Vourgère

* Authorise byacc as an alternative for bison in Build-Deps.
* libiodbc2 supports multi-arch since 3.52.7-2+deb7u1. Added version in
  libmdbodbc1 Breaks: and droped breaks-without-version lintian override.
* Use dh9 DEB_CFLAGS_MAINT_APPEND rather than patch CLFAGS dirrectly.
* Fixed buffer overflow in gmdb2 filename handling.

16. By Jean-Michel Vourgère

* Disable silent rules compilation
* Compile with -Wall
* Added bash-completion support
* New patch from upstream to fix double free segv in gmdb2 when displaying
  data page in debug window.
* Refreshed patch use_lib_odbc_dir
* Added libmdbodbc1 recommends libodbc1
* Updated Standards-Version to 3.9.4: No change required.
* Updated .desktop to format 1.0
* Update watch file because of upstream changes
* Use canonical url anonscm.debian.org for vcs fields.
* Fix SEGV on binaries reading (Closes: #713826)

15. By Jean-Michel Vourgère

* New upstream version
  - drop patches 03_documentation 04_fsf_comments 05_nolibexit
    07_treeviewmodel 08_filelocals export_insert_schema install
    namespace_cpp that were included upstream.
  - remove the patch files from copyright
* Bumped Standards-Version: to 3.9.3. No change required.
* Updated copyright "Format:" to official version 1.
* Added "Multi-Arch: foreign" on mdbtools, mdbtools-gmdb.
* Added "Multi-Arch: same" on mdbtools-dev.
* Drop "Build-Conflicts: automake1.4" since we already have "Build-Depends:
  automake >= 1.10)"
* Fixed copyright author for patch
  export_repid_uuid_as_string_use_char_38_in_mysql
* Build-Depends on debhelper >= 9, drop lintian override
  package-needs-versioned-debhelper-build-depends

14. By Jean-Michel Vourgère

* Refresh and reactivated old patches:
  + maintainermode avoids configure warning. Default is now enable.
  + treeviewmodel fixes some casting in gmdb2.
  + filelocals restricts the scope of some functions in gmdb (static).
* Removed directory debian/oldpatches.
* Added support for REPID (UUID) fields. Thanks Will Daniels from Ubuntu.
* Updated patch 03_documentation:
  + better cleaning of documentation.
  + don't ignore openjade failure, even if book1.htm was generated.
  + test existence of install rather userguide.
  temporary files.
* Add "Build-Depends: docbook" so that docbook-dsssl doesn't pull alternative
  docbook-xml, resulting in undetected openjade failure.
* New patch for INSTALL to have new source loation on github.
* New patch to fix schema support in mdb-export when using INSERT statements.
* New patch so namespace cpp reserved keyword is not used in headers.

13. By Jean-Michel Vourgère

* Fix lintian unversioned-copyright-format-uri.
* Updated 05-nolibexit patch forwarded address.
* Moved documentation in its own package. It can't be in a "Multi-Arch:
  same" package. (Closes: #655174)
* New debug symbols package mdbtools-dbg.

12. By Jean-Michel Vourgère

* New maintainer. (Closes: #635954)
* New upstream release:
  + Used printf %f for small floats export. Thanks Vincent Fourmond. (Closes:
    #220403)
  + Fixed internal ordering of columns. (Closes: #233281)
  + Fixed Oracle export types. (Closes: #358670)
  + Fixed mdb-prop SEGV. (Closes: #412432)
  + Properly quote column names in mdb-export. Removed -S sanitisation
    option. (Closes: #470405, #470413)
  + Fixed NULL export in mdb-export, no longer exported as "". (Closes:
    #470414)
  + New option in mdb-schema to DROP existing tables. (Closes: #514843)
  + ODBC: Returns SQL_NO_DATA at end of data. (Closes: #514986)
  + Export Memo type into postgres Text type.(Closes: #565258)
  + Fixed timestamp exports. (Closes: #602774)
* Removed old debian patches. They all were applied upstream.
* Bump Standards-Version to 3.9.2: No change needed.
* Added build-dependency on libglib2.0-dev, dh-autoreconf, rarian-compat,
  openjade, docbook-dsssl. Change automake1.10 into automake >= 1:1.10.
* Fixed mdbtools-gmdb description for lintian spelling check.
* Changed desktop file:
  + Added msaccess mime-types.
  + Removed icon extension.
  + Removed obsolete category Application.
* Linker option -as-needed now upstream too.
* Added version to packages names because of ABI change. Split
  libmdbtools into libmdb2 and libmdbsql2.
* Included doc/faq.html in debian package.
* Build doc/install.sgml files:
  + New build denpendencies on openjade and docbook-dsssl.
  + Patch 03_documentation to build the html files.
* New doc-base files.
* Added libmdbodbc postinst/prerm for automatic registration by
  odbcinst.
* override_dh_autoreconf to preserve upstream INSTALL file: don't use -f.
* Switch to multi-arch:
  + Patch to install libmdbodbc into /usr/lib/odbc/.
  + Actually moved it into /usr/lib/$arch/odbc/.
  + Don't call ldconfig in postinst/prerm for that library.
  + libmdbodbc1.postinst: Remove driver path.
  + Switch to compat 9.
  + Build-Depends on debhelper (>= 8.1.3~)
  + libmdbodbc1 breaks unixodbc (<< 2.2.14p2-3), odbcinst1debian2
    (<< 2.2.14p2-3), libiodbc2. See unixodbc NEWS.
  + Updated install files.
  + 2 lintian overrides.
* Updated watch file.
* Migrated copyright file to dep5 format.
* Changed Homepage field in control.

11. By Luk Claes

* Non-maintainer upload.
* Remove references to other libraries from dependency_libs field
  (Closes: #619683).

10. By Tim Retout

* debian/control:
  + Update maintainer address.
  + Bump Standards-Version to 3.8.4. (No changes needed.)
  + Remove quilt from Build-Depends.
* debian/rules: Remove '--with quilt' dh option.
* debian/source/format: Switch to 3.0 (quilt).
* debian/patches/035-filelocals.patch: Refresh patch.
* debian/patches/070-unixodbc-api.patch: Update for changes to unixodbc
  API. (Closes: #577353)

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/utopic/mdbtools
This branch contains Public information 
Everyone can see this information.

Subscribers