2009
libgnomeuimm2.6 (2.26.0-1) unstable; urgency=low
* New upstream release.
* Update Standard-Version to 3.8.1.
* Update debian/copyright to conform to latest DEP 5 proposal.
+ Add missing copyright statement.
+ Point to versioned license files.
-- Deng Xiyue <manphiz-guest@users.alioth.debian.org> Sat, 16 May 2009 02:42:02 +0800
2008
libgnomeuimm2.6 (2.24.0-2) unstable; urgency=low
* Upload to unstable. Drop check-dist.mk.
* Use POSIX standard regex classes in sed trick in debian/rules.
* `make -C examples clean` after `make install` to prevent shipping
unexpected files.
* Use viewsvn in Vcs-Browser.
-- Deng Xiyue <manphiz-guest@users.alioth.debian.org> Sun, 05 Oct 2008 02:54:41 +0800
libgnomeuimm2.6 (2.24.0-1) experimental; urgency=low
[ Deng Xiyue ]
* 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.
* Use machine-interpretable format for debian/copyright.
* New upstream release.
* Targeting experimental as Lenny is in freeze. Add check-dist.mk to
debian/rules.
* Update Standard-Version to 3.8.0. No change needed.
[ Loic Minier ]
* Properly anchor package name regexp.
-- Deng Xiyue <manphiz-guest@users.alioth.debian.org> Wed, 24 Sep 2008 22:43:10 +0800
libgnomeuimm2.6 (2.22.0-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.
* Remove compression exclude rule, as it's usually harmless to live
without it.
* Drop 70_relibtoolize.patch, and use chrpath hack to get rid of amd64
rpath issue, hence add chrpath to b-deps. Should contact upstream for
real fix.
* Fix section in doc-base reference.
* Add `DM-Upload-Allowed: yes' field. Thanks Loïc for advocacy.
-- Deng Xiyue <manphiz-guest@users.alioth.debian.org> Mon, 17 Mar 2008 11:49:50 +0800
libgnomeuimm2.6 (2.20.2-1) unstable; urgency=low
* New upstream version.
+ Fixes FTBFS for gcc-4.3. (Closes: #463105)
* Correct copyright holders, corrent license pointer to
/usr/share/common-licenses/LGPL-2.1 in debian/copyright.
* 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.
* Refine build-dependencies as per upstream configure script, and drop
-1 postfix in version as per lintian.
* Add ${shlibs:Depends} to -dev package.
-- Deng Xiyue <manphiz-guest@users.alioth.debian.org> Wed, 13 Feb 2008 21:01:45 +0800
2007
libgnomeuimm2.6 (2.20.0-3) unstable; urgency=low
[ Deng Xiyue ]
* debian/control, debian/control.in:
+ Bump standard version to 3.7.3. No change required.
+ Bump cdbs version to >= 0.4.41, reason given below.
* debian/copyright:
+ Update download URL.
+ Update upstream authors' email addresses.
+ Convert encoding from ISO-8859-1 to UTF-8.
* debian/*.install:
+ Refined to the shortened form.
* debian/libgnomeuimm-2.6-doc.docs:
+ Install with original path hierarchy.
* debian/libgnomeuimm-2.6-doc.doc-base.*:
+ Fix path.
* debian/rules:
+ Add LDFLAGS "-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.
- 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.
- Remove useless DEB_INSTALL_CHANGELOGS_ALL.
+ Add DEB_DH_INSTALL_SOURCEDIR := debian/tmp, so *.install files can
be shortened.
* debian/watch:
+ Use spaces instead of tabs when indent.
(Thanks Loïc Minier for reviewing and the suggestions)
[ Loic Minier ]
* Fix watch file.
-- Deng Xiyue <manphiz-guest@users.alioth.debian.org> Mon, 17 Dec 2007 16:58:40 +0800
libgnomeuimm2.6 (2.20.0-2) unstable; urgency=high
* debian/control, debian/control.in
+ Add Homepage, Vcs-Browser and Vcs-Svn entries.
+ Fix wrong fields in -doc.
+ Add Replaces: and Conflicts: field with -dev << 2.20.0-1 in -doc to
handle file moving, without which might causes breakage when upgrading.
Hence the urgency. (Closes: #452158)
-- Deng Xiyue <manphiz-guest@users.alioth.debian.org> Tue, 27 Nov 2007 01:20:05 +0800
libgnomeuimm2.6 (2.20.0-1) unstable; urgency=low
* New upstream release.
* Migrate build system to cdbs, and update build dependencies.
* Use ${binary:Version} instead of deprecated ${Source-Version}.
* Split documents into separate -doc package, and make it conflict with
older -dev package.
* Bump shlibs version to 2.16.0 according to ChangeLog.
* debian/patches
+ 70_relibtoolize.patch as libtool issue work around.
* 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> Thu, 25 Oct 2007 22:35:41 +0800
2006
libgnomeuimm2.6 (2.14.0-1) unstable; urgency=low
* New upstream release * Don't ship .la file (Closes: #374321)
-- Bradley Bell <btb@debian.org> Thu, 3 Aug 2006 19:58:43 -0700
2005
libgnomeuimm2.6 (2.10.0-1) unstable; urgency=low
* New upstream release * C++ transition (Closes: #321687) * Build with gcc 4 (Closes: #339208)
-- Bradley Bell <btb@debian.org> Tue, 29 Nov 2005 14:53:58 -0800
libgnomeuimm2.6 (2.8.0-2.1) unstable; urgency=medium
* Non-maintainer upload.
* Medium-urgency upload for RC bugfix.
* Rebuild for the C++ ABI transition, renaming libgnomeuimm-2.6-1 to
libgnomeuimm-2.6-1c2 and conflicting with libgnomeuimm-2.6-1
(closes: #324210).
* Add versioned build-dependencies for all C++ lib dependencies, to
ensure we get the libs with a compatible ABI.
-- Steve Langasek <vorlon@debian.org> Sat, 20 Aug 2005 16:41:14 -0700
libgnomeuimm2.6 (2.8.0-2) unstable; urgency=low
* Rebuild against proper libglademm (Closes: #293255)
-- Bradley Bell <btb@debian.org> Tue, 1 Feb 2005 16:50:31 -0800
libgnomeuimm2.6 (2.8.0-1) unstable; urgency=low
* New upstream release
-- Bradley Bell <btb@debian.org> Mon, 31 Jan 2005 19:45:33 -0800
2004
libgnomeuimm2.6 (2.6.0-3) unstable; urgency=low
* Fixed watch file
-- Bradley Bell <btb@debian.org> Wed, 22 Sep 2004 19:46:07 -0700
libgnomeuimm2.6 (2.6.0-2) unstable; urgency=low
* updated autotools stuff (closes: #255427)
-- Bradley Bell <btb@debian.org> Sun, 20 Jun 2004 21:59:47 -0700
libgnomeuimm2.6 (2.6.0-1) unstable; urgency=low
* Initial Release.
-- Bradley Bell <btb@debian.org> Tue, 8 Jun 2004 03:03:14 -0700