[Bug 242271] [NEW] Please sync libhildonhelp 1.9.6.debian.4-2 (main) from Debian unstable (main).
Steve Kowalik
stevenk at debian.org
Mon Jun 23 07:40:36 BST 2008
Public bug reported:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
affects ubuntu/libhildonhelp
status confirmed
importance wishlist
subscribe ubuntu-archive
Please sync libhildonhelp 1.9.6.debian.4-2 (main) from Debian unstable
(main).
Explanation of the Ubuntu delta and why it can be dropped:
The Debian release of this package is based off of the Ubuntu packaging, and
the only real change between the base version and the current version is
that I repacked the Ubuntu upload to have an orig tarball. This can now be
dropped. The package builds and installs fine in an Intrepid chroot.
Changelog since current intrepid version 1.9.1+repack-0ubuntu1:
libhildonhelp (1.9.6.debian.4-2) unstable; urgency=low
* Fix 64bit compilation using GINT_TO_POINTER
closes: 461610
-- Riku Voipio <riku.voipio at iki.fi> Sat, 02 Feb 2008 00:49:45 +0200
libhildonhelp (1.9.6.debian.4-1) unstable; urgency=low
[ Jonny Lamb ]
* Set maintainer to Debian Maemo Maintainers.
* Wrap build-deps and deps.
* Add Loic to Uploaders.
* Bump up Standards-Version to 3.7.2.
* Update Makefile.am to not dist debian/* files in make dist tarballs.
* Add watch file.
* Merge with trunk branch.
* Bump up debhelper compat to 5.
* Alter configure.ac to look for gtkhtml 3.14, not 3.8.
* Fix build error by calling gdk_pixbuf_get_file_info in src/graphic.c with
signed ints, instead of unsigned.
* Remove reference to Opera browser styles in libhildonhelp0.install as
they are not getting installed.
* Cleanup rules.
* Correct call to dh_strip to actually specify the dbg package name. This
also fixes a lintian error.
* Add myself to Uploaders.
* Updated package descriptions.
[ Loic Minier ]
* Add a ${misc:Depends}.
* Tweak Uploaders.
* Add Debian revision to version.
* Don't ignore distclean errors.
* Loosen the libhildonhelp-dev -> libhildonhelp0 dep to permit bin NMUs.
* Cleanup rules; fix binary-arch and binary-indep targets.
* Only pass --host to configure if DEB_HOST_GNU_TYPE and DEB_BUILD_GNU_TYPE
differ.
* Drop ${shlibs:Depends} from libhildonhelp-dev.
[ Jonny Lamb ]
* Merged with trunk branch.
* Updated debian/copyright.
* Fixed lintian warnings.
* Bumped Standards-Version.
* Initial release into Debian (Closes: #452143)
-- Riku Voipio <riku.voipio at iki.fi> Wed, 09 Jan 2008 00:40:55 +0200
libhildonhelp (1.9.6-4) unstable; urgency=low
* Trying dependency on libgtk2.0-dev ( >= 2:2.10.12-0osso16 )
-- Gabriel Schulhof <gabriel.schulhof at nokia.com> Thu, 11 Oct 2007
17:11:44 +0300
libhildonhelp (1.9.6-3) unstable; urgency=low
* Incremented dependency on libhildon1-dev to ( >= 1.99.0-1 )
-- Gabriel Schulhof <gabriel.schulhof at nokia.com> Thu, 11 Oct 2007
14:34:40 +0300
libhildonhelp (1.9.6-2) unstable; urgency=low
* Incremented dependency on libgtk2.0-dev to ( >= 2.10.12-0osso16 )
-- Gabriel Schulhof <gabriel.schulhof at nokia.com> Thu, 11 Oct 2007
14:00:28 +0300
libhildonhelp (1.9.6-1) unstable; urgency=low
* Trivial: try help-contents-common icons before Hildon theme icons
* Fixes: NB#69791, NB#67114
-- Gabriel Schulhof <gabriel.schulhof at nokia.com> Wed, 10 Oct 2007
18:13:14 +0300
libhildonhelp (1.9.5-1) unstable; urgency=low
* Allow changing the help icon after the dialog is realized
-- Gabriel Schulhof <gabriel.schulhof at nokia.com> Wed, 25 Jul 2007
15:31:20 +0300
libhildonhelp (1.9.4-1) unstable; urgency=low
* Skip empty folders
* Fixes: NB#32083
-- Gabriel Schulhof <gabriel.schulhof at nokia.com> Tue, 24 Jul 2007
14:18:51 +0300
libhildonhelp (1.9.3-1) unstable; urgency=low
* Remove direct dependency on libpng and libjpeg via gdk_pixbuf_get_file_info()
* Patch from Tommi Komulainen
-- Gabriel Schulhof <gabriel.schulhof at nokia.com> Mon, 2 Jul 2007
15:51:35 +0300
libhildonhelp (1.9.2-1) unstable; urgency=low
* Stop eating client messages
* Fixes: NB#61917
-- Gabriel Schulhof <gabriel.schulhof at nokia.com> Thu, 28 Jun 2007
15:19:44 +0300
libhildonhelp (1.9.1-2) unstable; urgency=low
* Removed debian/control dependency on libart_lgpl
-- Gabriel Schulhof <gabriel.schulhof at nokia.com> Thu, 31 May 2007
21:03:36 +0300
libhildonhelp (1.9.1-1ubuntu3) gutsy; urgency=low
* Make the -dev package depend on libgtkhtml3.14-dev.
* Install into debian/tmp, not debian/build
* Call libtoolize with --copy
-- Tollef Fog Heen <tfheen at ubuntu.com> Tue, 29 May 2007 16:01:20 +0200
libhildonhelp (1.9.1-1ubuntu2) gutsy; urgency=low
* It's libhildon-1-dev, not libhildon1-dev, fix depends for -dev
package.
-- Tollef Fog Heen <tfheen at ubuntu.com> Tue, 29 May 2007 15:50:02 +0200
libhildonhelp (1.9.1-1ubuntu1) gutsy; urgency=low
* Use libhildon-1-dev, not libhildon1-dev.
* Remove obsolete bits from debian/rules.
* Fix rule for configure to just call aclocal and automake, unversioned.
* Also fix automake invocation to call with --copy
* Check for gtkhtml 3.14 in configure.ac.
* Use glib type conversion macros in osso-helplib.c
* Use gint, not guint in browser.c.
* Add lots of explicit casts from xmlChar to char * to avoid signedness
problems.
* Expand blurb in debian/copyright.
* Add a bit of extended descriptition to the -dbg package.
* Change section of libhildon0 to libs
-- Tollef Fog Heen <tfheen at ubuntu.com> Tue, 29 May 2007 12:39:58 +0200
libhildonhelp (1.9.1-1) unstable; urgency=low
* Re-implemented help dialog
-- Gabriel Schulhof <gabriel.schulhof at nokia.com> Thu, 15 Mar 2007
14:42:52 +0200
libhildonhelp (1.9.0-2) unstable; urgency=low
* Updated version in configure.ac
-- Gabriel Schulhof <gabriel.schulhof at nokia.com> Wed, 14 Mar 2007
12:58:36 +0200
libhildonhelp (1.9.0-1) unstable; urgency=low
* Renamed osso-helplib-private.h and added hildon-help-private.h to
-dev package
-- Gabriel Schulhof <gabriel.schulhof at nokia.com> Tue, 13 Mar 2007
15:18:13 +0200
libhildonhelp (1.9.0-0) unstable; urgency=low
* Renamed from libosso-help
-- Gabriel Schulhof <gabriel.schulhof at nokia.com> Tue, 13 Mar 2007
13:39:59 +0200
libosso-help (2.1.1-3) unstable; urgency=low
* Added -fPIC -DPIC to CFLAGS
-- Gabriel Schulhof <gabriel.schulhof at nokia.com> Tue, 6 Mar 2007
19:16:39 +0200
libosso-help (2.1.1-2) unstable; urgency=low
* Update the version in configure.ac
-- Gabriel Schulhof <gabriel.schulhof at nokia.com> Tue, 6 Mar 2007
15:12:17 +0200
libosso-help (2.1.1-1) unstable; urgency=low
* Don't realize the dialog in order to add the help hint. Instead, add a handler
for the "realize" signal and enable/disable the hint during the signal handler
* Fixes NB#49086
-- Gabriel Schulhof <gabriel.schulhof at nokia.com> Tue, 6 Mar 2007
13:54:52 +0200
libosso-help (2.1.0-1) unstable; urgency=low
* Migrated to libhildon-1
-- Gabriel Schulhof <gabriel.schulhof at nokia.com> Wed, 14 Feb 2007
14:47:52 +0200
libosso-help (2.0.9-1) unstable; urgency=low
* When translation unavailable, fall back to en_GB
* Fixes: NB#50011
-- Gabriel Schulhof <gabriel.schulhof at nokia.com> Thu, 4 Jan 2007
11:19:20 +0200
libosso-help (2.0.8-1) unstable; urgency=low
* Fixes: NB#47404 - zooming of images in help content
-- Jakub Pavelek <jakub.pavelek at nokia.com> Wed, 29 Nov 2006 15:34:13
+0200
libosso-help (2.0.7-1) unstable; urgency=low
* Fixes NB#42988
-- Jakub Pavelek <jakub.pavelek at nokia.com> Wed, 25 Oct 2006 11:21:37
+0300
libosso-help (2.0.6-2) unstable; urgency=low
* Adding the dbg package. Fixes: NB#40270
-- Jakub Pavelek <jakub.pavelek at nokia.com> Mon, 18 Sep 2006 11:23:15
+0300
libosso-help (2.0.6-1) unstable; urgency=low
* src/dialog.c, src/filter.c: Changed to show hyperlinks in help
dialogs
* src/osso-helplib.c, src/osso-helplib-private.h: Added two logical
id:s which are used from the help domain
* Fixes NB#38141
-- Jakub Pavelek <jakub.pavelek at nokia.com> Thu, 31 Aug 2006 15:11:52
+0300
libosso-help (2.0.5-1) unstable; urgency=low
* Bugfixes
-- Jakub Pavelek <jakub.pavelek at nokia.com> Mon, 28 Aug 2006 09:46:57
+0300
libosso-help (2.0.4-1) unstable; urgency=low
* Fixes NB#38456, NB#38458
-- Jakub Pavelek <jakub.pavelek at nokia.com> Wed, 23 Aug 2006 09:43:47
+0300
libosso-help (2.0.3-2) unstable; urgency=low
* Fixes NB#32554, NB#33749
-- Jakub Pavelek <jakub.pavelek at nokia.com> Fri, 28 Jul 2006 11:35:34
+0300
libosso-help (2.0.2-1) unstable; urgency=low
* Bugfix. Fixes NB#33600
-- Jakub Pavelek <jakub.pavelek at nokia.com> Tue, 18 Jul 2006 15:35:21
+0300
libosso-help (2.0.1-1) unstable; urgency=low
* Bugfixes
-- Jakub Pavelek <jakub.pavelek at nokia.com> Mon, 5 Jun 2006 12:28:18
+0300
libosso-help (2.0.0-1) unstable; urgency=low
* Moving trunk up for next OS
-- Jakub Pavelek <jakub.pavelek at nokia.com> Tue, 30 May 2006 13:37:43
+0300
libosso-help (1.5.10-1) unstable; urgency=low
* Bugfixes
-- Jakub Pavelek <jakub.pavelek at nokia.com> Tue, 30 May 2006 11:20:23
+0300
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFIX0VYCfB0CMh//C8RAuv1AJoD9V5pGKMue8NjHnfOu7OVEMZWWwCfckx0
J1MI6E+AloE598xwmey7Ie4=
=qoCX
-----END PGP SIGNATURE-----
** Affects: libhildonhelp (Ubuntu)
Importance: Wishlist
Status: Confirmed
--
Please sync libhildonhelp 1.9.6.debian.4-2 (main) from Debian unstable (main).
https://bugs.launchpad.net/bugs/242271
You received this bug notification because you are a member of Ubuntu
Package Archive Administrators, which is a direct subscriber.
More information about the ubuntu-archive
mailing list