firebird1.5 1.5.4.4910rel-6 source package in Ubuntu
Changelog
firebird1.5 (1.5.4.4910rel-6) unstable; urgency=low * Updated Vietnamese debconf translation by Clytie Siddall * Change fix-mcpu-to-mtupe.patch to also use -march=i486. Thanks to Bastian Blank. Closes: #426844, "uses -march=i586 on i386" firebird1.5 (1.5.4.4910rel-5) unstable; urgency=low * Upload to unstable * debian/control[.in] + Explicitly set Section/Priority of all binary packages + Make firebird2-utils-classic Priority: extra * Updated debconf translations + German by Holger Wansing + French by Christian Perier + Bulgarian + Portuguese by Miguel Figueiredo + Lithuanian by Gintautas Miliauskas + Korean by Sunjae Park(daréhanl) + Czech by Miroslav Kure + Spanish by Javier Fernández-Sanguino Peña * Added debconf translations + Russian by Yuriy Talakan' + Galician by Jacobo Tarrio + Italian by Marco Menardi + Dutch by cobaco + Brazilian Portuguese by André Luís Lopes + Hungarian by Tamas Tevesz + Malayalam by Mobin M * Note debian/po/templates.pot is a copy of the same file from firebird2.0 package * Add sql.extensions to firebird1.5-doc * Use full paths in firebird1.5-{super,classic}.lintian.overrides to cope with new lintian firebird1.5 (1.5.4.4910rel-4) experimental; urgency=high * Urgency hign, since a grave bug is fixed * Fix usage of unbound variable in init script (Closes: #418031) * Add debconf (>= 1.4.69) | cdebconf (>= 0.43) to Depends of -super and -classic due to the use of settitle and error templates * Fix terminate-lock-manager.patch to use -DTERMINATE_IDLE_LOCK_MANAGER, instead of -DTERMINATE_LOCK_MANAGER (missing "_IDLE"). Thanks to Kurt Roeckx * Call fixPermsConfigure before any attempt to start the server * Do not pass flavour/version to firebird_postinst_configure firebird1.5 (1.5.4.4910rel-3) experimental; urgency=low * [debian/make-control] Added kfreebsd-amd64 to the list of supported architectures + re-generated debian/control * New patch: inet-trust-localhost.patch - if remote address is in loopback network (127/8), trust it, instead of checking gds_hosts.equiv * Stop adding localhost to etc/gds_hosts.equiv. With the above patch, this is no longer necessary. * Re-generate autoboot.patch. I should do this every time there is new upstream source. Fixes build failure on sparc. Sparc machine access donated by Daniel Smolik. * debian/make_packages.sh is not executable anymore to avoid cluttering the build log with dpkg-source complains. * Add terminate-lock-manager.patch to fix ridiculously long compiler command lines. Stop exporting CFLAGS in debian/rules firebird1.5 (1.5.4.4910rel-2) experimental; urgency=low * Fix typo in debian/server-templates.master (server_in_use) * Fixed bashism (source -> .) in functions.sh and -super.init Reported by Tiago Mikhael Pastorello Freire. * Build-Depends on dpkg-dev (>= 1.13.19) for those building on sarge. Needed for the ${binary:Version} variable * debian/qli.sgml is public domain * Updated debian/patches/fix-mcpu-to-mtune.patch + stop unneeded patching of builds/posix/prefix.linux_sparc32 (Closes: #412409) Thanks to Frank Lichtenheld * [debian/make-control] While there, add sparc to the list of supported architectures. Thanks to Emanuele Rocca and Daniel Smolik. * Not that we provide transitional packages, try to use pre-1.5.4 SYSDBA.password and security.fdb if they are found. Also, either move them both or move none * Try harder to handle upgrades from pre-1.5.4 versions, keeping security database and SYSDBA password * Drop pthreads-detext.patch as not needed * Updated gcc4.patch and gc4+amd64.patch to use size_t when converting unsigned integers and IPTR when convertion signed ones * Stop re-generating control in debian/rules. It must be done manually on changes in control.in * Use my @d.o address [Suggested by Tamas Tevesz] * Converted debian/*.sgml to unix-style line-endings. * Remove shutdown init.d action * functions.sh: add entries to /etc/gds_hosts.equiv, not hosts.equiv + add only "localhost" and "localhost.localdomain", omit `hostname` and `hostname -f` * Separate permission-fixing code for first installs and upgrades * Typos and minor corrections to gsec.sgml * Fixed typo in debconf templates * Update fmbgr_correct_log_path.patch to actually use the correct log path (/var/lib/firebird1.5.log) instead of /var/lib/firebird.log firebird1.5 (1.5.4.4910rel-1) experimental; urgency=low * New upstream final release * Fixed typo in .init script * Updated debian/get-orig-source.sh to be able to get the tarball from upstream prerelease area - useful for prereleases. Also fix the version string to match debian/changelog. Add checking the downloaded and re-compressed tarballs MD5 checksums * Updated watch file; added mangling to drop the "rel" suffix from package upstream version * Fixed separate-file-and-sem-perms.patch to actually do what is intented * control: + Make dependencies on firebird1.5-common (= ${binary:Version}) + Make libfbembed1 conflict with firebird2-classic-server and firebird2-utils-classic (< 1.5.4), since the system paths are different now. * rules: + generate versioned shlibs for libfbembed1 + call debian/clean-after-build.sh in clean and configure targets * clean-after-build.sh: also remove generated src/dsql/dsql.tab.h firebird1.5 (1.5.4.4910rc1+20070131-2) experimental; urgency=low * Fix missing closing ` in .config firebird1.5 (1.5.4.4910rc1+20070131-1) experimental; urgency=low * New CVS snapshot. Added date to version, since upstream increments build_no manually (for non-HEAD tags). * Fixed use of unbound variable in server-config.master. Reported by Nuno Salgado. * Added debian/get-orig-source.sh to ease creating of the orig.tar.gz * Updated patches: create-run-dir fix-pthreads-detect gcc4+amd64 gcc4 no-custom-errno-and-sys_XXerrXX separate-file-and-sem-perms use-debian-editline firebird1.5 (1.5.4.4890rc1-1) experimental; urgency=low * Packaging changes from 2.0 branch + Renamed source package + Renamed binary packages: - firebird2-super-server and firebird2-utils-super united in firebird1.5-super - firebird2-classic-server and firebird2-utils-classic united in firebird1.5-classic - firebird2-server-common and firebird2-common united in firebird1.5-common + All servers come disabled by default + debconf templates updated from 2.0 branch + 1.5 installs in its own directory + Move from dpatch to quilt + Update debian/copyright to reflect reality * New upstream release candidate + Updated patches: fix-pthreads-detect.patch, link-with-g++, no-custom-errno-and-sys_XXerrXX * Added postinst/prerm code to support security database and SYSDBA.password migration from pre-1.5.4 packages (and back) * Drop -common.postinst altogether * Fix typo in gpre.sgmp; drop wrong-named qpre.sgml * Fix "Template" header to "Template:" * -super.init: + Use lsb-base's functions everywhere + split the message when server is disabled in two lines so no wrapping occurs + do not return error for "start" action when the server is disabled * rules: Better comments * .config: + When checking for the active version 1) save the result so it is not overwritten by gext db_get and 2) do not simply check for "none", but also see if this package is actually selected or not + Dont treat debconf as registry - check config files to determine the active version * Implement version-independent enabling/disabling of server * Use special title-type template to set the title of the password question, since we may not be asking about a password for currently configured package * moved postinst treatment in a function in functions.sh * Enable "set -x" in maintainer scripts if DEBIAN_FIREBIRD_DEBUG is set * .postrm: Force the purge questions to be asled always; fix the test for their need * functions.sh + Use cat for inline files, not echo + Check if default exists before grepping through it + checkServerenabled: force the server started/stopped if it is already enabled/disabled * Added transitional packages for firebird2-super-server, -classic-server, -utils-classic, -utils-super, -common, -dev and -examples * Pull generation of control from control.in in debian/make-control * use-debian-editline.patch: new; disable building of supplied libeditline and use Debian-provided one * Add libeditline-dev to Build-Depends * Fix source.lintian-overrides to use new package names firebird2 (1.5.3.4870-13) unstable; urgency=low * Drop LSB-functions inclusion + Drop Depends: lsb-base from -super-server * Also add `hostname -f` to hosts.equiv (closes: #272380) * Added translations. Translators rock! + Korean by Sunjae Park + Swedish by Daniel Nylander (closes: #402173) + Norwegian by Bjørn Steensrud + Portuguese by Miguel Figueiredo + German by Holger Wansing + Spanish by Javier Fernández-Sanguino Peña + Bengali by Khandakar Mujahidul Islam + Hindi by Nishant Sharma + Malay by Nicholas Ng + Romanian by Eddy Petrișor + Lithuanian by Gintautas Miliauskas (closes: #402560) + French by Ivan Buresi + Czech by Miroslav Kure * Change debconf question name firebird2 (1.5.3.4870-12) unstable; urgency=low * "Debconf for everyone". * Use debconf for getting SYSDBA password (closes: #402085) + Add debian/firebird2-(super|classic)-server.config + Add debian/firebird2-(super|classic)-server.templates + Esure that .config and .templates are the same for both classic and super. + Use current value of ISC_PASSWORD from /etc/firebird2/SYSDBA.password (if present) to preseed the password question + add a call to dh_installdebconf to binary-arch target of debian/rules + rewrite askUserForNewDBAPassword/writeNewPassword + provide fallback password using first 8 symbols from /proc/sys/kernel/random/uuid + Created templates.pot + Add po-debconf to Build-Depends + Call debconf-updatepo in clean target + While there, add Bulgarian translation + Added Vietnamese translation from Clytie Siddall * Unify super- and classic- .postinst. gvimdiff rocks! Add dummy assignment in debconf_helper to avoid empty function definition. * Stop claiming support for every i386/amd64-based architecture. Just list what upstream claims (i386,amd64,kfreebsd-i386) + Drop type-handling from Build-Depends * Improved short description of libfb(embed|client)1 * Declare more debian/rules targets as phony * LSB in init script + Still not complete, because fbmgr always returns 0 and uses stderr + Define LSB init-header + Add lsb-base (>= 3.0-6) to -super-server's Depends: * -server-common.postrm/purge: do not use -f in "rm". Correct "-d" -> "-f" when we are checking for file * Standards-Version: 3.7.2.2; No changes needed. firebird2 (1.5.3.4870-11) unstable; urgency=high * Urgency high to fix FTBFS with gurrent gcc. No bug filed. * Update gcc4.1.dpatch - Drop parameters for templated destructors to work around gcc 4.1 weirdness (4.0 and 4.2 have no problem with these) firebird2 (1.5.3.4870-10) unstable; urgency=medium * Urgency medium, since the previous upload fixes serious bug Making delay calculations this upload would enter testing at least 10 days after -9, so changes in -9 still get enough exposure time. * Moved firebird account creation from firebird2-{super,classic}-server to firebird2-common's preinst. Closes: #379768 firebird2-common: user firebird is not created, logrotate fails * Moved log files purging from firebird2-server-common to firebird2-common's postrm firebird2 (1.5.3.4870-9) unstable; urgency=low * Added gcc4.1.dpatch, elliminating duplicate extern "C" declarations Closes: #378300 - FTBFS: conflicts with new declaration with 'C' linkage Closes: #377173 - FTBFS with GCC 4.2: C/C++ linkage declarations conflict * Add firebid2-examples.postinst to remove /var/lib/firebird, which is left from the package in sarge. Closes: #351203. Thanks to Lars Wirzenius. * Spin-off firebird2-common, containing files needed by both client and server and make both client and server depend on it. Closes: #310609 - libfirebird2-super: firebird.msg is missing * Silence getent when checking for firebird user existence in preinst * Since security.fdb is no longer a conffile, drop relevant lintian override * Move symlinks in .links debhelper files * debian/control[.in] + Wrapped long lines + Noted in long description that this is 1.5 branch of Firebird + Swapped general description and flavour-explaination paragraphs * Small tidy-up of long description of -server-common * Put NODELAY in xinetd configutation * firebird2-common.preinst: new: move logrotate file to its new location * firebird2 (1.5.3.4870-8) unstable; urgency=high * Urgency high, since closing a RC bug * Create system group, instead of a normal group. Closes: #240287 Thanks to Andre Tomt * firebird2-server-common.postrm: Delete also security.fdb.dpkg-dist on purge * Fixup permissions of /var/run/firebird2/* after changing SYSDBA password in postinst * Updated my email in Uploaders and debian/copyright * Use invoke-rc.d instead of calling /etc/init.d/* directly when attempting to stop super-server in preinst * no_nagle-on-proto_tcp.dpatch: new, stolen from HEAD; use proper setsockopt level to set TCP_NODELAY option firebird2 (1.5.3.4870-7) unstable; urgency=medium * Urgency still medium, last uploaded revision is -4 * Make firebird2-{super,classic}-server Depends: to firebird2-server-common (>= 1.5.3.4870-6), because this version is where fixed instantiate-security-db.sh appears firebird2 (1.5.3.4870-6) unstable; urgency=medium * Urgency still medium, because previous revision was not uploaded * "Repeat after me: sh is not perl, sh is not perl, ..." + Properly set variables in instantiate-security-db.sh * Fix typo in firebird2-super-server.postinst * Reload xinetd only in /etc/xinetd.d/firebird2 exists * Remove redundant/misleading comments from SYSDBA.password generation * Remove SYSDBA.password on purge Remove init/guard/lock files from /var/run/firebird2 on remove [debian/firebird2-server-common.postrm] firebird2 (1.5.3.4870-5) unstable; urgency=medium * Urgency medium because of fixing RC bug #340712, affecting Etch * Make /var/lib/firebird2/system/security.fdb a configuration file (and not a conffile) + Drop debian/firebird2-server-common.conffiles + security database instantiation is managed by *-server's postinst via /usr/share/firebird2-server-common/instantiate-security-db.sh + Remove instantiated security.fdb on -common purge Closes: #340712 * Add patch from upstream to fix crash on client connect (and server startup) when TcpRemoteBufferSize in firebird.conf is more than 32658. [debian/patches/cvs-fix-TcpRemoteBufferSize-crash.dpatch] Closes: #329981 * Add patch from firebird-devel mailing list to fix compilation with GCC 4. Firebird2 now compiles just fine with GCC 4.0.3 and GCC 4.1.0 Drop Build-Depends on build-essential gcc/g++ [debian/control, debian/control.in] [debian/patches/gcc4.dpatch] Added a miriad of similar fixes to let it compile on amd64 too. [debian/patches/gcc4+amd64.dpatch] Closes: #342964 * Add patch from upstream CVS to detach fbguard process (started from init.d) from controlling tty [debian/patches/cvs-fbguard-detach-tty.dpatch] * Add patch from upstream CVS to avoid SIGPIPE on client side when server was shut down [debian/patches/cvs-client-crash-on-remote-shutdown.dpatch] * Clean even more generated files. Call "make clean" with --no-builtin-rules Make generated file cleaning a separate target and call it before building classic/super flavours. Guarantees really clean build process. [debian/rules] * Remove unneeded entries from firebird2-server-common.lintan.override + package-name-doesnt-match-sonames libib-util + no-shlibs-control-file usr/lib/libib_util.so These are no more needed, since libib_util.so is now in /usr/lib/firebird2/lib * Remove /var/lib/firebird.log* on firebird2-server-common purge * Supply logrotate snipplet for rotating firebird.log * Conform to Standards-Version 3.7.2 + Replace direct calling of init.d scripts with invoke-rc.d [firebird2-classic-server.postinst/postrm] + While there, remove xinetd config snipplet and restart xinetd in postrm firebird2 (1.5.3.4870-4) unstable; urgency=high * High urgency because of a local DoS bug fixed. * [security] Updated separate-file-and-sem-perms.dpatch to use 0660 for lock file, shared memory and semaphores. Fixes local denial-of-service attack. Closes: #362001 Important fixes: * debian/rules: clean more generated files. Closes: #361227 * debian/make_packages.sh: move libib_util.so from /usr/lib to /usr/lib/firebird2/lib since ib_util is supposed to be only used by UDFs which are firebird-specific, i.e. not used by any other package. Fixes a lintian error. * Remove build-start and build-end targets from rules. These were used to help determine build time. I should have used "time" or pbuilder and the like for this anyway. Reported by Santiago Vila <email address hidden> Closes: #358033 * Fix regression from 1.5.2-series: auto-terminate idle lock manager * Add frankie in control.in's Uploaders:, not only in control firebird2 (1.5.3.4870-3) unstable; urgency=high * Urgency high due to fixed remote security vulnerability * [security] [CVE-2004-2043] Plumb remote pre-authetication crash. Possible code execution as user firebird. [src/jrd/unix.cpp] Closes: #357580 firebird2 (1.5.3.4870-2) unstable; urgency=high [ Damyan Ivanov ] * Make isql-fb support SET SQLDA_DISPLAY setting that is enabled only in development builds by default * Drop opt-remove-redundant-sort.dpatch whch has the buggy side effect of causing improper sorting of the results [Francesco P. Lovergine] * Removed CVS stuff from orig tarball. * Urgency due to a security bug solved by 1.5.3. (closes: #357173) firebird2 (1.5.3.4870-2) unstable; urgency=low * Make isql-fb support SET SQLDA_DISPLAY setting that is enabled only in development builds by default * Drop opt-remove-redundant-sort.dpatch whch has the buggy side effect of causing improper sorting of the results firebird2 (1.5.3.4870-1) unstable; urgency=low * New upstream release * Make -classic-server's lock manager (fb_lock_mgr) terminate automatically when not used for 5 minutes. Closes: #341851. Thanks to Frederik Schueler <email address hidden> for reporting. [debian/rules] * Do not build static libraries (pass --disable static to configure) [debian/rules] * Added Homepage: to debian/control[.in] * Updated debian/watch to work with sf.net * Added README.Debian, explaining differences with upstream version firebird2 (1.5.3.4854-1) unstable; urgency=low * New upstream release candidate (1.5.3 rc2) * Source is actually a cvs export of tag R1_5_3 as of 16 Nov 2005 * Accomodated upstream versioning (major.minor.release.build) * Bumped debhelper dependency to 5 [debian/control.in, debian/compat] * Release version is 1.5.3 [debian/make_packages.sh] * Patches overhaul + removed numeric prefix from dpatches [debian/patches/*] + removed rpath declarations in more general level [builds/posix/make.defaults, builds/posix/make.rules, no-rpath.dpatch] + create gen/firebird/run directory [configure.in, create-run-dir.dpatch] + Added notes about generating autoboot.dpatch, autoboot.dpatch updated + Move fix for lock file location in new dpatch * Supply --disable-static to ./configure [debian/rules] firebird2 (1.5.2-10) unstable; urgency=low * Fix long description s/SQL-92/SQL-99/ as is current on upstream homepage. Spotted by marius popa <email address hidden>. Thanks. firebird2 (1.5.2-9) unstable; urgency=low * Added README.dpatch in debian/ to help further maintainers/QA team in handling this package if such need araises. Thaks to Florian Ernst. * Added README.Debian to /usr/share/doc/firebird2-examples, explaining how to prepare employee sample database for usage. Thanks to Marius Popa. * Corrected firebird2-{super,classic}-server.{postinst,preinst,prerm} to put correct data in SYSDBA.password. s/PASSWD/PASSWORD/ firebird2 (1.5.2-8) unstable; urgency=low * "Cleaning up the house" * debian/control.in: Fix short description of firebird2-super-server. Closes: #299983 * Make editline to not rely on system vis.h and always use its own. Fixes FTBFS with kerberos4kth-dev 1.2.2-11: undefined reference to `strunvis' (Closes: #283911) Reported and fix suggested by Kalle Olavi Niemitalo <email address hidden> * Improve long descriptions of libfbembed1 and libfbclient1. Closes: #329330 "libfbclient1: long description lacks everything" Gerfried Fuchs <email address hidden> spotted this. Thanks. * Corrected sections: - libfbclient1, libfbembed1 -> libs - firebird2-utils-* -> utils - firebird2-dev -> libdevel - firebird2-examples -> doc Gerfried Fuchs <email address hidden> spotted this too. Thanks again. * debian/README.64bit: add note about 64/32-bit incompatibility of on-disk-structure of databases * Fix typo in debian/make_packages.sh, causing UDF definition .sql files to be installed in -classic-server. Now they go in -server-common. Closes: #322199 firebird2-classic-server: Missing sql for functions of ib_udf and fbudf * firebird2-classic-server: xinetd configuration file is now installed regardless of xinetd presense. Provided xinetd configuration is disabled, however. * fmbgr.bin fixed to point to /var/log/firebird.log when a problem occurs. Prevoiusly pointed to $FIREBIRD/log/firebird.log + debian/patches/fbmgr_correct_log_path.dpatch * Turn off echo when asking for sysdba password * Ask for sysdba password only on one is not yet set (very first install) * Move SYSDBA.password from /usr/lib/firebird2 to /etc/firebird2 * /etc/init.d/firebird2: source /etc/firebird2/SYSDBA.password to get sysdba password. * pre-boot autotools + debian/patches/autoboot.dpatch + remove autoconf and libtool from Build-Depends * update src/extern/editline/config.{guess,sub} to those from 2005-09-13 + fixes two lintian warnings * aliases.conf: use /var/lib/firebird2/data for employee.fdb * firebird-classic-server.prerm: detect active connections using fb_lock_print firebird2 (1.5.2-7) unstable; urgency=high * Urgency still high, since previous releases were not uploaded Fixes RC bug #317314 "FTBFS with gcc-4.0" * Ease upgrade procedure: + libfbclient1: - Added Replaces: libfirebird2-{super,classic} - Removed Conflicts: libfirebird2-super + libfbembed1: - Added Replaces: libfirebird2-classic - Removed Conflicts: libfirebird2-classic * Improved short description of libfbclient1 and libfbembed1 firebird2 (1.5.2-6) unstable; urgency=high * Urgency still high, since previous releases were not uploaded Fixes RC bug #317314 "FTBFS with gcc-4.0" * Changes suggested by Christopher Martin. Thanks. * firebird2-dev: + depend on *both* libfbembed1 and libfbclient1, since -dev provides symlinks for both of them. [debian/control.in] * libfbembed1: + do not provide compatibility symlinks to libgds.so - avoids conflicting with libfbembed1. [debian/make_packages.sh] * Updated src/extern/editline/config.{sub,in}. - new patch: editline.update-autotools-files.dpatch - added in debian/patches/00list - added debian/source.lintian-overrides to reflect this firebird2 (1.5.2-5) unstable; urgency=high * Urgency still high, since previous releases were not uploaded Fixes RC bug #317314 "FTBFS with gcc-4.0" * debian/control.in + firebird2-dev - removed Conflicts with firebird-dev, which is not in Debian anymore - added Replaces: libfirebird2-{super,classic}, which incorrectly provided dev symlinks that belong to -dev. Thanks to Christopher Martin for spotting this. * debian/firebird2-server-common.lintian.override: fixed libib-util name firebird2 (1.5.2-4) unstable; urgency=high * Urgency still high, since previous releases were not uploaded Fixes RC bug #317314 "FTBFS with gcc-4.0" * Many improvements in this release are inspired by suggestions from George Danchev <danchev at spnet dot net>. Thanks! * Moved libib_util.so to -common * libfbembed1 and libfbclient1 no longer conflict with each other * Manuals: + Renamed isql.sgml to isql-fb.sgml + Renamed gstat.sgml to fbstat.sgml + debian/rules: streamlined building of manual pages * Added lintian overrides for missing shlibs and soname vs. package name mismatch in firebird-server-common * Added lintian override for soname vs. package name mismatch for firebird-classic-server * debian/patches + new clean-more.dpatch: remove more generated files in clean.sh + 00list: added clean-more.dpatch * debian/rules: + Removed dh_make template header + clean-patched: depend on patch, since we count on patched clean.sh to clean everything that make clean does not + clean-patched: removed lines deleting generated files from source tree, since this is now done in clean.sh + binary-arch: removed unneeded strip calls. dh_strip handles stripping good enough firebird2 (1.5.2-3) unstable; urgency=high * Urgency high, because last version was uninstallable. * debian/make_packages.sh: Move UDF/ib_udf.so and UDF/*.sql to -common; make -common and -server-* installable at the same time as required. firebird2 (1.5.2-2) unstable; urgency=high * Urgency high, due to fixing RC bug #317314 * Packaging heavily based in work by Daniel Urban * Switched to dpatch + debian/rules - include dpatch.make - configure-* depends on patch - clean renamed to clean-patched - new target clean depends on clean-patched and unpatch + 001_no-rpath.dpatch: - builds/posix/Makefile.in.*: remove $(LIB_LINK_RPATH_LINE) + 002_fix-mcpu-to-mtune.dpatch - builds/posix/prefix.linux*: s/-mcpu/-mtune/ - Fix g++ warnings + 003_no-custom-errno-and-sys_XXerrXX.dpatch - remove explicit definitions of errno and sys_*err* + 004_separate-file-and-sem-perms.dpatch - Use separate `"define"s for semaphore and file permissions + 005_fix-pthreads-detect.dpatch - src/common/classes/locks.h + 006_fix-os-detection.dpatch - fix OS patterns in src/extern/editline/configure[.in] + 007_create-run-dir.dpatch - configure.in: create gen/firebird/run directory + 008_link-with-g++.dpatch - builds/posix/make.rules: use $(CXX) for LIB_LINK instead of $(CC) + 009_opt-bypass-redundant-sort.dpatch - src/jrd/opt.cpp: RP: optimize sort with OUTER JOIN if all the fields in the sort list are from one stream, check the stream is the most outer stream, if true update rse and ignore the sort (stolen from CVS?) + 010_clean-is-phony.dpatch - Makefile.in: declare clean as .PHONY so make clean actually do something after first cleaning * Debhelper compatibility level 4 + debian/rules: DH_COMPAT=4 + debian/control.in: Build-Depends debhelper (>> 4.0.0) * debian/control.in + Changed Standards-Version to 3.6.2. No changes necessary + Added myself to uploaders + Removed Remco Seesink from Uploaders since he's leaving Debian and pkg-firebird. Many thanks for your hard work, Remco. http://lists.alioth.debian.org/pipermail/pkg-firebird-general/2005-July/000411.html + Library packages renamed (taken the opportunity to do this right now that library packages have to be renamed due to C++ ABI transition) - libfirebird2-super --> libfbclient1 - libfirebird2-classic --> libfbembed1 Eliminates two lintian warnings * debian/rules: + added amd64 to supported architectures (clean target) + export CC=gcc-3.4, CXX=g++-3.4, CPP|CXXPP=cpp-3.4. Added gcc-3.4 and g++-3.4 to Build-Depends accordingly Closes: #317314 "FTBFS with gcc4" + STRIPPARAMS: --remove-sectio --> -remove-section * debian/make_packages.sh: + moved examples to /usr/share/doc/firebird2-examples/examples Closes: #193154 + install ib_udf.so to UDF; install appropriate .sql scripts too * debian/firebird2-super-server-postinst: made so that a #DEBHELPER# stub is in an appropriate place. Saves a lintian override. * debian/firebird2-examples.postinst: dropped. No need to add user account for examples * libib_util.so is copied without changing its name. Closes: #243989 * libib_util.so is supplied. Closes: #306714 firebird2 (1.5.2-1) unstable; urgency=high * fix creating include symlink. Closes: #308790 * fix misplaces link in examples. Closes: #276532 * new upstream release resolves "libfbclient depends on libpthread" bug. Closes: #278924 * fix typo in debian/make_packages.sh that caused that libib_util.so wasn't copied. * add amd64 architecture. * fix typo in debian/control.in. Closes: #299972 * fix typo in debian/control.in. Closes: #299975 * fix typo in debian/control.in. Closes: #299978 * fix typo in debian/control.in. Closes: #299979 * fix typo in debian/control.in. Closes: #299981 * fix typo in debian/control.in. Closes: #299973 * fix typo in debian/control.in. Closes: #299988 * New upstream release. Closes: #294199 firebird2 (1.5.2-0mentors2) unstable; urgency=low * New upstream release * debian/make_packages.sh - put some comments regarding libgds.so.0 links - Cleaned libfbclient and libfbembed links (see Policy, 8.1): + *.so.1 -> *.so.1.5.2 links in lib* packages + *.so -> *.so.1.5.2 links in -dev package * 1.5.2 replaced with $FB_VERSION (currently defined equal to "1.5.2", but will ease packaging of future versions * debian/rules - clean: + remove object and other generated files in src/extern/editline + call sh clean.sh for cleaning additional generated files + remove src/dsql/dsql.tab.h which is generated too * added debian/source.lintian-overrides, containing - maintainer-script-lacks-debhelper-token debian/firebird2-super-server.postinst This is normal, super.postinst explicitly does what #DEBHELPER# does firebird2 (1.5.1-4) unstable; urgency=high * Renamed gstat to fbstat to solve naming conflict with ganglia-monitor. Urgency high as this is release critical. Closes: #274793 * Setting conflicts between firebird2-utils-super and firebird2-utils-classic firebird2 (1.5.1-3) unstable; urgency=high * Added symlink /usr/lib/libfbembed.so. Closes: #270590 * Applied patch made by Robert Millan. FTBFS on GNU/Hurd and GNU/k*BSD. Closes: #265310 * Fixed description of super-server. Closes: #268507 * Added missing 'r' character to word 'server' in inetd.conf. Closes: #269597 firebird2 (1.5.1-2) unstable; urgency=high * Added bison(yacc) to build-depends. Closes: #263930 * Urgency high as we want to find out as soon as possible whether there are any problem with migration to testing. firebird2 (1.5.1-1) unstable; urgency=low * New upstream version. Closes: #262117 * While installing server asks about password for sysdba (gsec is in firebird-*-server) * libfirebird2 provides libfirebird and libfirebird2 (conflicts: libfirebird and libfirebird2) * Fixed problem in firebird2-classic-server.postrm * inetd-update in firebird2-classic * Lock files to /run (/var/run/firebird2) * Lintian override for firebird2-server-common. intl/fbintl must be executable. Upstream distribution works only this way. * no_empty file to /var/lib/firebird2/data and backup firebird2 (1.5.0-1) unstable; urgency=low * Initial Release. Closes: #151052 * Lintian clean, tested by people on Debian-Firebird mailing list. -- Ubuntu Archive Auto-Sync <email address hidden> Fri, 22 Jun 2007 10:05:59 +0100
Upload details
- Uploaded by:
- Ubuntu Archive Auto-Sync
- Uploaded to:
- Gutsy
- Original maintainer:
- Firebird Debian maintainers
- Architectures:
- any
- Section:
- misc
- Urgency:
- Very Urgent
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
firebird1.5_1.5.4.4910rel.orig.tar.gz | 7.3 MiB | d995229b432e42c9c8f00272b9ac138b64146b32f24d9743a7faba0eb91862dd |
firebird1.5_1.5.4.4910rel-6.diff.gz | 421.7 KiB | 43ee50ebd44e775a5173c998a55de26d11da3f33343da96e58c426fbdea107ac |
firebird1.5_1.5.4.4910rel-6.dsc | 1.1 KiB | 8911b1da14f1bf4c7319acd31c232bad6774eace28384b6ea1186baa6909ac46 |
Binary packages built by this source
- firebird1.5-classic: No summary available for firebird1.5-classic in ubuntu gutsy.
No description available for firebird1.5-classic in ubuntu gutsy.
- firebird1.5-common: No summary available for firebird1.5-common in ubuntu gutsy.
No description available for firebird1.5-common in ubuntu gutsy.
- firebird1.5-dev: No summary available for firebird1.5-dev in ubuntu gutsy.
No description available for firebird1.5-dev in ubuntu gutsy.
- firebird1.5-doc: No summary available for firebird1.5-doc in ubuntu hardy.
No description available for firebird1.5-doc in ubuntu hardy.
- firebird1.5-examples: No summary available for firebird1.5-examples in ubuntu gutsy.
No description available for firebird1.
5-examples in ubuntu gutsy.
- firebird1.5-super: No summary available for firebird1.5-super in ubuntu hardy.
No description available for firebird1.5-super in ubuntu hardy.
- firebird2-classic-server: No summary available for firebird2-classic-server in ubuntu hardy.
No description available for firebird2-
classic- server in ubuntu hardy.
- firebird2-common: No summary available for firebird2-common in ubuntu hardy.
No description available for firebird2-common in ubuntu hardy.
- firebird2-examples: No summary available for firebird2-examples in ubuntu gutsy.
No description available for firebird2-examples in ubuntu gutsy.
- firebird2-super-server: No summary available for firebird2-super-server in ubuntu gutsy.
No description available for firebird2-
super-server in ubuntu gutsy.
- firebird2-utils-classic: No summary available for firebird2-utils-classic in ubuntu gutsy.
No description available for firebird2-
utils-classic in ubuntu gutsy.
- firebird2-utils-super: No summary available for firebird2-utils-super in ubuntu gutsy.
No description available for firebird2-
utils-super in ubuntu gutsy.
- libfbclient1: No summary available for libfbclient1 in ubuntu gutsy.
No description available for libfbclient1 in ubuntu gutsy.
- libfbembed1: No summary available for libfbembed1 in ubuntu hardy.
No description available for libfbembed1 in ubuntu hardy.