Change logs for adun.app source package in Squeeze

  • adun.app (0.81-4) unstable; urgency=low
    
    
      * debian/rules (mipsen-flags): New variable, conditionally define only
        when building on mips/mipsel as a workaround for gcc-4.4 bug #519006.
        (build-stamp): Use it.
      * debian/control (Build-Depends): Remove obsolete version requirement
        for libgnustep-gui-dev.
        (Standards-Version): Compliant with 3.9.1 (no changes required).
    
     -- Yavor Doganov <email address hidden>  Mon, 09 Aug 2010 16:16:34 +0300
  • adun.app (0.8.2-1) unstable; urgency=low
    
    
      * QA upload.
    
      [ Gürkan Sengün ]
      * New upstream version.
      * GNUstep transition.
        + Updated debian/rules.
      * Added a desktop file.
      * Applied patch to fix FTBFS with GCC 4.3, thanks to Martin Michlmayr.
        (Closes: #416859)
    
      [ Yavor Doganov ]
      * debian/control (Maintainer): Package is orphaned, set to the Debian QA
        Group.
        (Standards-Version): Claim compliance with 3.7.3; no changes needed.
        (Build-Depends): Add dpatch; list all build-deps one per line.  Bump
        debhelper to >= 6.
        (Recommends): Add gnuplot.
      * debian/compat: Set to level 6.
      * debian/dirs: Delete.
      * debian/rules: Include /usr/share/dpatch/dpatch.make and adjust all
        rules to use it.  Do not source GNUstep.sh (Closes: #450469).
        (LDFLAGS, d_app): Define.
        (OPTFLAG): New conditionally defined variable (support for `noopt').
        (build-stamp): Prepend MAKELEVEL=0 before make so that conditionals in
        some of the makefiles relying on this internal variable actually work.
        (install): Install the private libraries in /usr/lib/adun.app.  Remove
        the executable bit of some files and delete the empty directories.
        (binary-arch): Invoke dh_link to make all symlinks policy-compliant.
        Run `gsdh_gnustep' and move conditionally the Resources to /usr/share.
      * debian/lintian-override: Delete.
      * debian/UL.desktop: Add Comment field.
      * debian/menu (section): Prepend `Biology'.
        (longtitle): Add.
      * debian/README.Debian: Add; instructions how to build and install the
        plugins and the ResultsConverter tool.
      * debian/AdunCore.1: New manpage.
      * debian/AdunServer.1: Likewise.
      * debian/UL.1: Link to AdunCore and AdunServer.
      * debian/manpages: Add AdunCore.1 and AdunServer.1.
      * debian/patches/05_no-plugin-script.dpatch: New patch, do not install
        InstallPlugin.py.
      * debian/patches/10_gcc-4.3-inline.dpatch: Actually add this patch;
        modified since tbm's patch was for an old Adun version.
      * debian/patches/15_link-properly.dpatch: New, link all objects with the
        necessary libs and workaround #456898.
      * debian/patches/20_paths.dpatch: New, fix some paths and settings.
      * debian/patches/25_mipsel-ftbfs.dpatch: New, fixes FTBFS on mipsel
        where $HOME is not readable; thanks Steve Langasek (Closes: #457723).
      * debian/patches/00list: Create and populate.
    
      [ Andreas Tille ]
      * Maintainer: Debian-Med Packaging Team
        <email address hidden>
        Closes: #454459
      * Added watch file
      * Added Vcs-Browser, Vcs-Svn, XS-DM-Upload-Allowed
      * Uploaders: Andreas Tille <email address hidden>
      * debian/rules: ifdef GS_MAKE_DIR condition to avoid problems on
        systems that do not have gnustep-make installed
    
     -- Andreas Tille <email address hidden>  Mon, 21 Jan 2008 19:01:19 +0100