Skip to content

Debian Changelog gtkmm2.4 (1:2.12.7-1)

2008

gtkmm2.4 (1:2.12.7-1) unstable; urgency=low

   * New upstream release.
     + Fix a warning on type qualifiers on function return type.
       (Closes: #456972)
   * Use a more universal syntax for soname in the sed to get $(SHARED_PKG).
   * Fix section in doc-base references.
   * Drop `head -n 1' from sed trick.
   * Add `DM-Upload-Allowed: yes' field.  Thanks Loïc for advocacy.
   * Add dpkg-dev >= 1.14.16 to Build-Depends for DM usage.
   * Remove doc-base from Build-Depends as it's not b-deped on.
   * Add ${shlibs:Depends} to all Depends fields as recommended.

 -- Deng Xiyue <manphiz-guest@users.alioth.debian.org>  Wed, 02 Apr 2008 21:51:42 +0800

gtkmm2.4 (1:2.12.5-2) unstable; urgency=low

   * Use common-install-impl rule instead of common-install-prehook-arch,
     the latter might be triggered before `make install` was called.
     Should fix FTBFS on buildds.
   * It turns out .svn dirs are not shipped in, but keep
     DEB_DH_ALWAYS_EXCLUDE for now as precaution and reminder.

 -- Deng Xiyue <manphiz-guest@users.alioth.debian.org>  Tue, 26 Feb 2008 11:11:26 +0800

gtkmm2.4 (1:2.12.5-1) unstable; urgency=low

   * New upstream release.
   * Refined debian/rules to set variables SHARED_PKG and DOC_PKG by sed
     from debian/control and use variable SHVER for shlibs version, and
     refine and reformat corresponding rules accordingly.
   * Enable demo building as it can find the demo source file now, and ship
     gtkmm-demo in -dev package.  Update Description text in
     debian/control* files accordingly.
   * Drop 70_relibtoolize.patch, and use chrpath hack for amd64 rpath
     issue.  Will contact upstream for real fix.
   * Use DEB_DH_ALWAYS_EXCLUDE to prevent .svn from sneaking in.

 -- Deng Xiyue <manphiz-guest@users.alioth.debian.org>  Mon, 25 Feb 2008 22:00:52 +0800

gtkmm2.4 (1:2.12.4-1) unstable; urgency=low

   * New upstream release.
     - Drop 10_gcc4.3_include_fix.patch, merged upstream.
   * Use current names for GTK+ in description fields in control file.
   * Correct copyright holder, and correct license pointer to
     /usr/share/common-licenses/LGPL-2.1 debian/copyright.
   * Remove compression exclude rules in debian/rules, let them get
     compressed.
   * Regenerate 70_relibtoolize.patch for new version.
   * Refine watch file to check for number based version, and update
     watch version to 3.
   * Bump compat level to 6, let debhelper >= 6 accordingly, and let
     cdbs >= 0.4.51 to avoid empty -dbg bug.
   * Add ${shlibs:Depends} to -dev package.

 -- Deng Xiyue <manphiz-guest@users.alioth.debian.org>  Wed, 13 Feb 2008 20:46:48 +0800

2007

gtkmm2.4 (1:2.12.3-2) unstable; urgency=low

   * debian/copyright:
     + Update download URL.
     + Update upstream authors' email addresses.
   * debian/rules:
     + Add DEB_DH_INSTALL_SOURCEDIR := debian/tmp, so *.install files can
       be shortened.
   * debian/*.install:
     + Refined to the shortened form.
   * debian/libgtkmm-2.4-doc.examples
     + Resurrected, or examples won't be installed. My bad :(

 -- Deng Xiyue <manphiz-guest@users.alioth.debian.org>  Mon, 17 Dec 2007 16:49:38 +0800

gtkmm2.4 (1:2.12.3-1) unstable; urgency=low

   * New upstream version.
   * debian/control, debian/control.in
     + Add Homepage, Vcs-Browser and Vcs-Svn entries.
     + Bump standard version to 3.7.3. No change required.
       Thanks Guus Sliepen.
     + Bump cdbs version to >= 0.4.41, reason given below.
     + Suggest -doc in -dev.
     + Recommends libglibmm-2.4-doc >= 2.12.2-3 in -doc due to path change.
   * debian/patches
     + Rename 99_relibtoolize.patch to 70_relibtoolize.patch for consistency,
       and renew it for new version.
     + Add 10_gcc4.3_include_fix.patch to fix FTBFS with gcc 4.3.
       (Closes: #452090)
   * debian/libgtkmm-2.4-doc.doc-base.*
     + Fix paths according to the new doc places.
   * debian/libgtkmm-2.4-doc.{docs,examples}
     - Dropped in favor of libgtkmm-2.4-doc.install.
   * debian/libgtkmm-2.4-doc.install
     + Handle doc installation here.
   * Add debian/libgtkmm-2.4-doc.links to provide symlink to original doc
     path. By doing this, the reference path from external doc packages can
     remain intact, so the sed tricks can be dropped.
   * debian/rules
     + Add LDFLAG "-Wl,--as-needed" to reduce unneeded shlibs dependencies.
     + Let examples be compressed.
     + Directly specify LDFLAG instead of using DEB_CONFIGURE_SCRIPT_ENV
       which might override existing LDFLAGS settings, which is supported
       since cdbs >= 0.4.41, hence bump its dependency. Thanks Loïc Minier.
     + Include clean-la.mk from gnome-pkg-tools to remove dependency_libs
       information from .la files. Thanks Loïc Minier and Josselin Mouette.
     + Drop DEB_AUTO_UPDATE_DEBIAN_CONTROL as cdbs dependency is written by
       hand, and avoiding generating debian/control twice by a single clean.
     + Replace most ':=' with '+=' to avoid overwriting existing values.
     + Refine exclude rules.
     + Install docs with original path hierarchy and drop the sed tricks.
   * debian/watch
     + Use spaces instead of tabs when indent
     (Thanks Loïc Minier for reviewing and the suggestions.)

 -- Deng Xiyue <manphiz-guest@users.alioth.debian.org>  Fri, 14 Dec 2007 14:58:24 +0800

gtkmm2.4 (1:2.12.1-1) unstable; urgency=low

   * New upstream version. Closes: #443395
     - Fix FTBFS against glib-2.14 and gtk+-2.12. Closes: #444516
   * Build with --enable-static to provide static library. Closes: #381889
   * Tighten library dependencies. Closes: #383514
   * Provide shlibs version 2.12.0. Closes: #417844
   * Provide debug package libgtkmm-2.4-dbg. Closes: #373091
   * Build system migrated to cdbs.
   * Refine watch file URL.
   * Use ${binary:Version} instead of the deprecated ${Source-Version}.
   * Migrate ownership to Debian GNOME Team.
     - Add myself as maintainer with consensus from Debian GNOME Team.
     - Original maintainer Bradley Bell is also a member of Debian GNOME
       Team now. Thanks Bradley.
     - Add Debian GNOME Team as Uploaders.

 -- Deng Xiyue <manphiz-guest@users.alioth.debian.org>  Mon, 15 Oct 2007 22:43:51 +0800

gtkmm2.4 (1:2.10.10-0.2) unstable; urgency=low

   * Non-maintainer upload.
   * Update the dependencies of libgtkmm-2.4-dev. Closes: #423926

 -- Guus Sliepen <guus@debian.org>  Tue, 15 May 2007 11:05:56 +0200

gtkmm2.4 (1:2.10.10-0.1) unstable; urgency=low

   * Non-maintainer upload.
   * New upstream release. Closes: #410882
   * Update Build-Depends.

 -- Guus Sliepen <guus@debian.org>  Sat, 12 May 2007 18:33:28 +0200

2006

gtkmm2.4 (1:2.8.8-1) unstable; urgency=low

   * New upstream release (Closes: #352143, #352144, #361757, #366360)
   * Install examples (Closes: #364071)

 -- Bradley Bell <btb@debian.org>  Tue, 6 Jun 2006 05:25:15 -0700

2005

gtkmm2.4 (1:2.6.5-1) unstable; urgency=low

   * New upstream release
   * C++ transition (Closes: #339183)

 -- Bradley Bell <btb@debian.org>  Sun, 27 Nov 2005 16:35:52 -0800

gtkmm2.4 (1:2.6.2-1.1) unstable; urgency=low

   * Non-maintainer upload
   * C++ ABI transition
   * Fixed shlibs (Closes: #310403)

 -- Philipp Kern <pkern@debian.org>  Sun, 17 Jul 2005 14:27:48 +0200

gtkmm2.4 (1:2.6.2-1) experimental; urgency=low

   * New upstream release

 -- Bradley Bell <btb@debian.org>  Tue, 17 May 2005 12:08:56 -0700

gtkmm2.4 (1:2.6.1-1) experimental; urgency=low

   * New upstream release

 -- Bradley Bell <btb@debian.org>  Sun, 27 Mar 2005 02:32:35 -0800

gtkmm2.4 (2.6.0-1) unstable; urgency=low

   * New upstream release
   * Upload to unstable

 -- Bradley Bell <btb@debian.org>  Mon, 7 Mar 2005 14:01:10 -0800

gtkmm2.4 (2.5.5-1) experimental; urgency=low

   * New upstream release

 -- Bradley Bell <btb@debian.org>  Mon, 31 Jan 2005 13:52:14 -0800

gtkmm2.4 (2.4.10-1) unstable; urgency=low

   * New upstream release (Closes: #285523)
   * Link libraries to eliminate undefined non-weak symbols (Closes: #287564)

 -- Bradley Bell <btb@debian.org>  Mon, 31 Jan 2005 13:30:34 -0800

2004

gtkmm2.4 (2.4.8-1) unstable; urgency=low

   * New upstream release

 -- Bradley Bell <btb@debian.org>  Tue, 30 Nov 2004 13:53:54 -0800

gtkmm2.4 (2.4.7-1) unstable; urgency=low

   * New upstream release
   * Fixed links to glibmm docs (Closes: #267271)

 -- Bradley Bell <btb@debian.org>  Wed, 3 Nov 2004 13:42:19 -0800

gtkmm2.4 (2.4.6-1) unstable; urgency=low

   * New upstream release

 -- Bradley Bell <btb@debian.org>  Thu, 28 Oct 2004 16:46:12 -0700

gtkmm2.4 (2.4.5-2) unstable; urgency=low

   * Fixed watch file
   * Fixed paths in devhelp file (Closes: #260782)

 -- Bradley Bell <btb@debian.org>  Mon, 20 Sep 2004 11:22:29 -0700

gtkmm2.4 (2.4.5-1) unstable; urgency=low

   * New upstream release

 -- Bradley Bell <btb@debian.org>  Mon, 9 Aug 2004 17:25:08 -0700

gtkmm2.4 (2.4.4-1) unstable; urgency=low

   * New upstream release

 -- Bradley Bell <btb@debian.org>  Thu, 1 Jul 2004 12:18:52 -0700

gtkmm2.4 (2.4.2-1) unstable; urgency=low

   * New upstream release

 -- Bradley Bell <btb@debian.org>  Mon, 7 Jun 2004 15:41:23 -0700

gtkmm2.4 (2.4.1-3) unstable; urgency=low

   * upload to unstable

 -- Bradley Bell <btb@debian.org>  Wed, 2 Jun 2004 15:03:05 -0700

gtkmm2.4 (2.4.1-2) experimental; urgency=low

   * distribute relocated gdkmmconfig.h

 -- Bradley Bell <btb@debian.org>  Wed, 12 May 2004 14:46:56 -0700

gtkmm2.4 (2.4.1-1) experimental; urgency=low

   * New upstream release
   * Distribute devhelp file

 -- Bradley Bell <btb@debian.org>  Mon, 10 May 2004 15:48:53 -0700

gtkmm2.4 (2.4.0-2) experimental; urgency=low

   * Fixes to the documentation

 -- Bradley Bell <btb@debian.org>  Tue, 20 Apr 2004 16:00:16 -0700

gtkmm2.4 (2.4.0-1) experimental; urgency=low

   * Initial Release.

 -- Bradley Bell <btb@debian.org>  Mon, 12 Apr 2004 20:28:17 -0700