mdbtools (0.7.1-4) unstable; urgency=medium * Make builds reproducible: - d/rules: New env var with changelog date. - patch "reproducible_builds" to use that date in man pages. * d/control: Update Vcs-Browser to match alioth changes. * debian/patches/bin_output_fix: Fix typo in description. Thanks Adam D. Barratt. -- Jean-Michel Nirgal Vourgère Mon, 27 Apr 2015 12:16:11 +0200 mdbtools (0.7.1-3) unstable; urgency=low * d/control: Update homepage address. (Closes: #770933) -- Jean-Michel Nirgal Vourgère Wed, 26 Nov 2014 15:48:24 +0100 mdbtools (0.7.1-2) unstable; urgency=low * Added build-depends on docbook-xml and rarian-compat, so that build can run without network. Thanks Rohan Garg. * Added cherry-pick of upsteam patches: - memo_zero_len_multipage: overflow in some memo fields. Thanks to lovelytwo@github. - bin_output_fix: inverted source/dest memcpy. Thanks to tyzhaoqi. - prop_dates: use the correct buffer for date conversion. Thanks to Shane Mc Cormack. - spelling: Fixes in help. * Bumped policy to 3.9.6: No change required. -- Jean-Michel Nirgal Vourgère Mon, 20 Oct 2014 12:28:11 +0200 mdbtools (0.7.1-1) unstable; urgency=low * 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. -- Jean-Michel Vourgère Tue, 29 Oct 2013 09:29:15 +0100 mdbtools (0.7-3) unstable; urgency=low * 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. -- Jean-Michel Vourgère Fri, 12 Jul 2013 02:29:47 +0200 mdbtools (0.7-2) unstable; urgency=low * 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) -- Jean-Michel Vourgère Tue, 25 Jun 2013 15:29:58 +0200 mdbtools (0.7-1) unstable; urgency=low * 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 -- Jean-Michel Vourgère Fri, 29 Jun 2012 02:10:27 +0200 mdbtools (0.7~rc1-4) unstable; urgency=low * 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. -- Jean-Michel Vourgère Thu, 02 Feb 2012 21:12:19 +0100 mdbtools (0.7~rc1-3) unstable; urgency=low * 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. -- Jean-Michel Vourgère Tue, 10 Jan 2012 23:11:30 +0100 mdbtools (0.7~rc1-2) unstable; urgency=low * 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. -- Jean-Michel Vourgère Mon, 02 Jan 2012 01:10:30 +0100 # For older changelog entries, run 'apt-get changelog libmdb2'