Change logs for firebird2.1 source package in Intrepid

  • firebird2.1 (2.1.0.17798-0.ds2-1) experimental; urgency=low
    
      * rules: cleanup
        + stop mangling CFLAGS/INSTALL_PROGRAM for debug/nostrip
        + better -j support (still unsupported upstream)
        + move --prefix to confflags
      * drop autoboot.patch and call ./autogen.sh during build
        + add autoconf and libtool to build-depends
        + add autoconf2.13, automake1.4 to build-conflicts
        + remove more generated files in during clean
        + enable debconf-updatepo in the clean target
        + put version in a variable
        + add versions to dh_makeshlins calls
      * get-orig-source.sh: clean more unneeded files from upstream
      * Fix an unmerged string in server-templates.master and refresh
        translations, no new fuzzy strings
      * patch cleanup
        + remove use-debian-libedit.patch; libeditline does the job
        + rename fix-os-detection.patch to fix-kfreebsd_hurd-detection.patch
          reflecting the patch purpose
        + merge create-run-dir.patch into lock-file-location.patch
      * control: tighten -dev dependency on libfbclient2
      * drop terminate-lock-manager.patch and replace it with
        local-CFLAGS.patch, passing CFLAGS unchanged to the compiler
        + stops CFLAGS multiplicating its contents, unclutters build logs
    
    firebird2.1 (2.1.0.17798-0.ds1-4) experimental; urgency=low
    
      * get IA64 port from upstream CVS
        + refreshed autoboot and fix-mipseb-detect patches
      * add --with-gpre-cobol to ./configure flags. LP#198383
      * force build with g++-4.3, add that to B-D
        + should help building on amd64
    
    firebird2.1 (2.1.0.17798-0.ds1-3) experimental; urgency=low
    
      * firebird2.1-super.init: stop exporting ISC_USER and ISC_PASSWORD.
        Closes: #481408
      * fix fix-mipseb-detect.patch; s/MIPS/MIPSEB/ in pag.cpp CLASS
        definition too; Closes: #481467 -- FTBFS on mips
      * refresh all patches using --no-timestamps --no-index -p ab
    
    firebird2.1 (2.1.0.17798-0.ds1-2) experimental; urgency=low
    
      * s/2.0/2.1/ in a number of places. Thanks to marius popa
      * actually install reindex-db in -server-common
    
    firebird2.1 (2.1.0.17798-0.ds1-1) experimental; urgency=low
    
      * New upstream release candidate
    
      * debian/get-orig-source.sh: also remove .cvsignore from upstream sources
      * Refreshed patches
    
      * servers: do not fail to start if /var/run/firebird/2.1 does not exist
        + 2.1-super.init: create /var/run/firebird/2.1 if it doesn't exist before
          starting the server.
        + 2.1-classic.init: added; creates the run directory at system startup.  
        + Avoids failure to start the server if /var/run is mounted on tmpfs.
      * Get updated debconf translations from firebird2.0
    
      * new upstream release 2.1.0
      * rework debian/copyright; it now contains licensing/copyright information
        about each and every file in the upstream source
        + update README.Debian to list all removed files
      * fix variable misspelling in Italian translation
      * updated Spanish debconf translation by Javier Fernandez-Sanguino Peña
      * fix frmgr-corrent-log-path.patch to use 2.1 in log path
      * adapt debian/get-orig-source.sh to new upstream release
        + also clean non-free stuff listed in debian/prune-non-free.lst
      * cherry-pick iprovements from firebird2.0
        + add fix-mipseb-detect.patch to help detection of big-endian mips;
          refresh autoboot.patch
        + split server-common things in a separate firebird2.1-server-common
          package
        + *.postinst: pass "$@" to debhelper_hook(), not only "$1"
        + -server-common.postinst: use version-neutral home directory for firebird
          user
        + add a few words about Firebird in -common description
      * add cvs-port-arm.patch, stolen from upstream; refresh autoboot.patch
      * control: typo in -doc description (ISQL->SQL)
      * forget about linda overrides
      * debian/TODO: remove things already done
    
    firebird2.1 (2.1.0.15999~beta1.ds1-1) experimental; urgency=low
    
      * New upstream beta (June 30th)
        + Adapt debian/get-orig-source.sh
      * Refreshed patches
        + no-rpath
        + link-as-needed
        + separate-file-and-sem-perms
        + fix-os-detection
        + frmgr-corrent-log-path
        + create-run-dir
        + terminate-lock-manager
        + autoboot
      * Dropped patches
        + use-debian-icu - upstream implemented --with-system-icu option in
          ./configure
        + link-with-g++
        + inet-trust-localhost - applied upstream
        + cvs-sparc-jrd_sort - released upstream
        + cvs-remote-alignment - released upstream
        + port-mipsel - applied upstream
      * Use libedit instead of libeditline, since this is what actually upstream
        uses
        + rename use-debian-editline.patch to use-debian-libedit.patch and update
          it to patch the --with-system-editline configure option
        + Change -leditline to -ledit in make.defaults
        + Build-Depend on libedit-dev instead of libeditline-dev
        + add --with-system-editline --with-system-icu to ./configure call
      * Library soname handling
        + new patch library-soname to make libfbclient use libfbclient.so.2 and
          libfbembed libfbembed.so.2.1
        + rename libfbembed2 to libfbembed2.1 in debian/control
        + follow these changes in make_packages.sh
      * Clean up debian/clean-after-build.sh
      * debian/get-orig-source.sh: remove CVS cruft too
      * Detect missing debconf in .postrm/purge and don't remove any
        password/security/database files. Spit messages about that.
        Thanks to Michael Ablassmeier
      * Build-Depnds on libicu36-dev (changed from libicu34-dev)
      * [clean-after-build.sh] do not remove build_no.h
      * Applied patch to Hungarian translation from Tamas TEVESZ
    
    firebird2.1 (2.1.0.15199~alpha1.ds1-2) experimental; urgency=low
    
      * Updated fix-mcpu-to-mtune to use -march=486 instead of 586
    
    firebird2.1 (2.1.0.15199~alpha1.ds1-1) experimental; urgency=low
    
      * New upstream alpha release (27-Mar-2007)
      * Spin-off new source package out of firebird2.0
    
      * Updated debian/watch and debian/get-orig-source.sh
      * Refreshed patches
        + Removed unnecessary patches
            proto_h-ALLSPACE-ulong.patch
            dsql.tab.h-bison2.3.patch
            cvs-common_classes_alloc.cpp-unaligned.patch
            cvs-jrd.cpp-crash-on-srervices-and-conventional-api-usage.patch
            cvs-powerpc-double-define.patch
      * Add extern/btyacc/btyacc and src/dsql/dsql.tab.h to
        debian/clean-after-build.sh
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  30 May 2008 08:24:33 +0100