Skip to content

Debian Changelog adun.app (0.81-5)

2011

adun.app (0.81-5) unstable; urgency=low

   * Use quilt instead of dpatch
   * Apply patch provided by Andreas Moog <amoog@ubuntu.com> (Thanks
     to Andreas) to fix a build failure
     Closes: 631641 (LP: 771041)
   * Standards-Version: 3.9.2 (no changes needed)
   * Debhelper 8 (control+compat)
   * Corrected Vcs-URLs

 -- Andreas Tille <tille@debian.org>  Tue, 28 Jun 2011 10:38:55 +0200

2010

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 <yavor@gnu.org>  Mon, 09 Aug 2010 16:16:34 +0300

adun.app (0.81-3) unstable; urgency=low

   [ Charles Plessy ]
   * Documented informations in ‘debian/upstream-metadata.yaml’.
 
   [ Yavor Doganov ]
   * debian/rules: Export GNUSTEP_MAKEFILES and avoid gs_make.  All uses
     updated.  Add verbose comments about GNUstep-specific stuff for the
     benefit of other debian-med contributors.
     (OPTFLAG): Remove and simplify noopt handling to be compatible with
     gnustep-make/2.4.x (Closes: #581886).
   * debian/control (Depends): Add ${misc:Depends}.
     (Standards-Version): Compliant with 3.8.4 (no changes needed).
   * debian/source/format: New file.

 -- Yavor Doganov <yavor@gnu.org>  Thu, 20 May 2010 17:06:31 +0300

2009

adun.app (0.81-2) unstable; urgency=high

   * debian/rules (build-stamp): Pass GNUSTEP_MAKE_PARALLEL_BUILDING=no;
     fixes FTBFS with gnustep-make/2.2.0.  (Closes: #560514)

 -- Yavor Doganov <yavor@gnu.org>  Fri, 11 Dec 2009 10:55:02 +0200

adun.app (0.81-1) unstable; urgency=low

   [ Andreas Tille ]
   * Fixed watch file (Thanks to Daniel Leidert <daniel.leidert@wgdd.de>)
     Closes: #520917
   * Standards-Version: 3.8.1 (no changes needed)
 
   [ David Paleino ]
   * Using DM-Upload-Allowed instead of the XS- version.
   * Fixing Vcs-* fields.
 
   [ Yavor Doganov ]
   * New upstream release.
   * debian/compat: Set to 7.
   * debian/control (Uploaders): Reluctantly add myself.
     (Section): Change to gnustep to match the override.
     (Build-Depends): Bump debhelper to >= 7.  Add imagemagick for the icon
     conversion.
     (Standards-Version): Claim compliance with 3.8.3.
     (Depends): Add ${gnustep:Depends}.
   * debian/patches/10_gcc-4.3-inline.dpatch:
   * debian/patches/25_mipsel-ftbfs.dpatch: Remove; fixed upstream.
   * debian/patches/15_link-properly.dpatch: Update and remove the
     workaround for the GSL linking issue; fixed in binutils
     (http://sourceware.org/ml/binutils/2009-01/msg00413.html).
   * debian/patches/20_paths.dpatch: Refresh.
   * debian/patches/00list: Update.
   * debian/rules (external): New variable.
     (build-stamp): Convert the icon in XPM format.
     (install): Use dh_prep instead of dh_clean -k.  Install the XPM icon.
     (clean-patched): Don't make the `clean' target, `distclean' is
     sufficient.  Delete the generated icon.
   * debian/UL.desktop: Set Version to 1.0, add Icon field.
   * debian/menu: Add icon.
   * debian/watch: Comment out the uversionmangle option, does harm with
     the current state of affairs.
   * debian/copyright: Update copyright years.  Mention that the package is
     distributed under GPLv3+.
   * debian/README.source: New file.
 
   [ Andreas Tille ]
   * debian/copyright: Use © as copyright symbol because (C) is not
     considered as a valid way to express the copyright ownership any more
   * debian/control: More verbose long description

 -- Yavor Doganov <yavor@gnu.org>  Thu, 08 Oct 2009 08:47:14 +0300

2008

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
     <debian-med-packaging@lists.alioth.debian.org>
     Closes: #454459
   * Added watch file
   * Added Vcs-Browser, Vcs-Svn, XS-DM-Upload-Allowed
   * Uploaders: Andreas Tille <tille@debian.org>
   * debian/rules: ifdef GS_MAKE_DIR condition to avoid problems on
     systems that do not have gnustep-make installed

 -- Andreas Tille <tille@debian.org>  Mon, 21 Jan 2008 19:01:19 +0100

2006

adun.app (0.6-3) unstable; urgency=low

   * Fix the FTBFS for non-i386 properly.

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Mon, 23 Oct 2006 19:40:24 +0200

adun.app (0.6-2) unstable; urgency=low

   * Added Defs for the archs that failed to build.

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Mon, 23 Oct 2006 17:07:59 +0200

adun.app (0.6-1) unstable; urgency=low

   * Initial release. (Closes: #385340)
   * Added Defs/GNU/kFreeBSD_i586.def to build on GNU/kFreeBSD.

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Sun, 3 Sep 2006 18:34:19 +0200