summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAge
* Add build-depends on lemon.Steve Langasek2018-09-25
|
* src/Makefile.in: handle building of the requisite sqsh_parse.a library ↵Steve Langasek2018-09-25
| | | | (which should be done using automake + libtool, but, well)
* src/dsp_csv.c: Fix broken invocation of dsp_col() introduced in cherry-pick.Steve Langasek2018-09-25
|
* Cherry-pick 6dc2299: sqsh-3.0 new features and bugfixes. Closes: #891671.mwesdorp2018-09-25
|
* Fix up further upstream regressions in multiarch library detection.Steve Langasek2018-09-25
|
* Add watch file.Steve Langasek2018-09-25
|
* document bug closures.Steve Langasek2018-09-25
|
* Update Vcs-* fields.Steve Langasek2018-09-25
|
* New upstream releaseSteve Langasek2018-09-25
|
* releasing package sqsh version 2.1.7-4Steve Langasek2018-09-25
|
* src/sqsh_readline.c: fix a latent bug where the wrong function was beingSteve Langasek2018-09-25
| | | | passed to readline as the rl_completion_entry_function...
* src/sqsh_readline.c: update function prototype for compatibility withSteve Langasek2018-09-25
| | | | current readline. Closes: #741753.
* releasing version 2.1.7-3Steve Langasek2018-09-25
|
* Transition from lesstif2-dev to libmotif-dev. Closes: #714666.Steve Langasek2018-09-25
|
* releasing version 2.1.7-2Steve Langasek2018-09-25
|
* Bump debhelper build-dp to 9 for reals to make lintian happy, instead of theSteve Langasek2018-09-25
| | | | version of dh 8 that we happen to know implements the interfaces we need
* Fix up LDFLAGS handling so we get relro hardening.Steve Langasek2018-09-25
|
* Bump standards-versionSteve Langasek2018-09-25
|
* Explicitly link to libXt instead of relying on lesstif to provide this.Steve Langasek2018-09-25
| | | | Thanks to Graham Inggs <graham@nerve.org.za> for the patch. (LP: #1134233)
* releasing version 2.1.7-1Steve Langasek2018-09-25
|
* Document bug closureSteve Langasek2018-09-25
|
* Document bug closureSteve Langasek2018-09-25
|
* Document bug closureSteve Langasek2018-09-25
|
* Document bug closureSteve Langasek2018-09-25
|
* and we can use dh_auto_build without modificationSteve Langasek2018-09-25
|
* Add Vcs-Bzr, Vcs-Browser headers.Steve Langasek2018-09-25
|
* Bump debhelper compat to 9 for dpkg-buildflags.Steve Langasek2018-09-25
|
* don't call the install.man target, just copy the manpage we need.Steve Langasek2018-09-25
|
* update build rules; we can now use DESTDIR instead of prefix.Steve Langasek2018-09-25
|
* New upstream release.Steve Langasek2018-09-25
|
* * configure.in, aclocal.m4: nuke the custom 'AC_FIND_LIB' macro andSteve Langasek2018-09-24
| | | | | | | | | | | | sybase library filesystem walking from orbit; this does all the wrong things that AC_CHECK_LIB is designed to avoid, and results in us not finding freetds now that it's multiarched. Closes: #639195. * configure.in, aclocal.m4: call 'test' instead of the non-portable '[[', just in case. * aclocal.m4: don't link against extra libraries on Linux that we don't need. * Bump to debhelper 7 and dh. * Bump Standards Version to 3.9.2, no changes needed.
* Import Debian changes 2.1-9Steve Langasek2018-09-24
| | | | | | | | | | | | | | | | | sqsh (2.1-9) unstable; urgency=low * Build-depend on libreadline-dev instead of libreadline5-dev. Closes: #553860. * Build-conflict with tcl-dev, to avoid incorrectly linking against libtcl. This is not the libtcl you're looking for. * Add a Homepage: field. * Bump Standards-Version to 3.8.3, no changes required. * Bump debhelper compat level to 7, adding ${misc:Depends} and dropping a few bits from debian/rules that are now redundant (but no dh conversion yet). * Don't ignore make clean failures. * Build-depend on autotools-dev, and pull in an updated config.sub at build time. Closes: #536834.
* Import Debian changes 2.1-8Steve Langasek2018-09-24
| | | | | | sqsh (2.1-8) unstable; urgency=low * Rebuild against lesstif2-dev. Closes: #374238.
* Import Debian changes 2.1-7Steve Langasek2018-09-24
| | | | | | sqsh (2.1-7) unstable; urgency=low * Rebuild against freetds 0.63 and libreadline5.
* Import Debian changes 2.1-6Steve Langasek2018-09-24
sqsh (2.1-6) unstable; urgency=low * Update the upstream url in debian/copyright * Remove references to libXmu in the configure script, since it's not used at all by the binary (closes: #249554). * Since we're now building with a newer autoconf, drop the --host option again. sqsh (2.1-5) unstable; urgency=low * re-add the --host option to configure, since autoconf 2.13 doesn't work quite right without it; also, grab an updated config.sub script just in case. (closes: #184302) sqsh (2.1-4) unstable; urgency=low * Call setlocale() on program startup, to properly initialize TDS locale settings from the environment. * Rebuild against libct1. * Update rules to comply with current version of policy. * Fix the manpage to point to the correct path for /etc/sqshrc. * Ship some more example sqshrc files. sqsh (2.1-3) unstable; urgency=low * Rebuild against new freetds lib package name. Adjust build-dep versioning accordingly. sqsh (2.1-2) unstable; urgency=low * The "I am cas, hear me roar" release; correct style mistake in package description, thanks to mdz. (closes: #125376) sqsh (2.1-1) unstable; urgency=low * New upstream release sqsh (1.7-2) unstable; urgency=low * Recompile against freetds 0.52 to fix binary compatibility issue (closes: #108591) * Manually specify --build and --host options to configure, eliminating the need for updated config.guess sqsh (1.7-1) unstable; urgency=low * Initial Release.