Change logs for conkeror source package in Jaunty

  • conkeror (0.9.1+git100220-1ubuntu3~9.04.2) jaunty-security; urgency=low
    
      * Backport from Lucid to support xulrunner 1.9.2 transition
      * Don't require debhelper 7, by not using dh_bugfiles
        - update debian/control
        - update debian/rules
        - update debian/compat
      * Pick the 1.9.2 GRE before picking 1.9.1
        - update debian/conkeror.bin
    
    conkeror (0.9.1+git100220-1ubuntu3) lucid; urgency=low
    
      * Fix focus issues related to xulrunner-1.9.2 (LP: #568610)
        - add debian/patches0005-fix-focus-problem-http-bugs.conkeror.org-issue263.patch
        - add debian/patches0006-fix-focus-problem-http-bugs.conkeror.org-issue263-tr.patch
    
    conkeror (0.9.1+git100220-1ubuntu2) lucid; urgency=low
    
      * Backport fixes from upstream git related to xulrunner-1.9.2 (LP: #561708)
        - add debian/patches/0001-buffer-set_input_mode-on-blur-event.patch
        - add debian/patches/0002-fix-issue1-issue38-issue243-issue259.patch
        - add debian/patches/0003-fix-issue215.patch
        - add debian/patches/0004-hint_manager.generate_hints-don-t-assume-area-elemen.patch
    
    conkeror (0.9.1+git100220-1ubuntu1) lucid; urgency=low
    
      * Merge from debian testing.  Remaining changes:
        - debian/control: Change Depends to xulrunner-1.9.2 only (LP #537900)
    
    conkeror (0.9.1+git100220-1) unstable; urgency=low
    
      * New upstream snapshot
        - Honors cmdline.preventDefault as used since xulrunner 1.9.1.6-2
      * Add support for the reportbug-helper-script of Debian's xulrunner
        - Raise build-deps to debhelper >= 7.2.3~ due to dh_bugfiles
      * Add alternative dependency on upcoming experimental xulrunner-1.9.2.
      * Reorder xulrunner dependencies to have the current and preferred
        versions first instead of sorting by package name. (Fixes piuparts
        warning "dependency-does-not-exist".)
      * Add a lintian override for the non-standard Xb-Xul-AppId header
      * Removed Luca from the uploaders list (on his request)
    
    conkeror (0.9.1+git100131-1) unstable; urgency=low
    
      * New upstream snapshot
      * Make package working on Ubuntu again by reverting debian/conkeror.bin
        to not using xulrunner-stub symbolic links anymore since Ubuntu doesn't
        support this feature. Meh.
      * Fix new Lintian 2.3.x warnings:
        - debhelper-but-no-misc-depends
        - obsolete-relation-form-in-source
      * Add new Debian related webjumps:
        - debpopcon
        - buildd
        - buildd-ports
        - debqa
      * Add Xb-Xul-AppId header to conkeror binary package for use with
        mozilla-devscripts. (Closes: #562986)
      * Bumped Standards-Version to 3.8.4 (no changes)
      * Changed my e-mail address to my debian.org address
    
    conkeror (0.9.1-1) unstable; urgency=low
    
      * New upstream version
        + Closes: #542252 (YouTube download broken)
      * Added alternative dependency on xulrunner-1.9.1
      * Moved from directly calling "xulrunner application.ini" to calling a
        symlinked xulrunner-stub (symlinking xulrunner-stub only works with
        Debian's xulrunner-stub, thanks Mike Hommey :-), so that xulrunner can
        decide which version of xulrunner is actually used.
      * Refreshed debian/patches/sensible-editor.diff after upstream
        whitespace changes.
      * Changed debian/rules to not use the old $CONKEROR_VERSION$ macro
        anymore.
      * Do not include the whole contrib subdirectory in the binary
        package. (Closes: #547896) Only include the xrev debugging tool for
        now.
      * A few Debian and Ubuntu webjumps have been added and enabled by
        default. (Closes: #547908)
      * Bumped Standards-Version to 3.8.3 (no changes)
    
    conkeror (0.9~git090624-1) unstable; urgency=low
    
      * Based on new snapshot (tagged with debian-0.9--git090624-1)
        - Session saving support has been added, but not loaded by default
        - Theming support has been removed (native GUI theming should be used
          instead, e.g. GTK theming)
      * Bumped Standards-Version to 3.8.2 (no changes)
      * Replaced deprecated dh_clean -k by dh_prep and bumped debhelper
        compatibility to 7.
      * Removed deprecated dh_desktop. May cause not immediately registered
        .desktop files on Debian Lenny.
      * Moved MPL from debian/copyright to debian/MPL to allow compression in
        the installed binary packages (as with the xulrunner-1.9 packages)
    
    conkeror (0.9~git090223-1ubuntu2) lucid; urgency=low
    
      * Bump xulrunner depends for conkeror to xulrunner-1.9.2
        - update debian/control
    
    conkeror (0.9~git090223-1ubuntu1) karmic; urgency=low
    
      * fix Depends to pull in the right xulrunner (LP: #455517)
    
    conkeror (0.9~git090223-1) unstable; urgency=low
    
      * Debian packaging is now hosted in the upstream repository at
        http://repo.or.cz/w/conkeror.git:
        - Adjusted the Vcs-* headers in debian/control.
        - Changed the build id to contain username and hostname instead of
          commit id.
      * Based on new snapshot (tagged with debian-0.9--git090223-1)
        - spawn-process-helper has been renamed upstream to
          conkeror-spawn-helper -- package names remain unchanged, conflict to
          earlier versions of conkeror-spawn-process-helper
        - Links on mouse over images now shown
        - command switch -uu for universal-arg of following -f command
      * Added NEWS.Debian to list changes relevant for users.
      * Added README.source which documents how to build a Debian (source)
        package from a Git working copy.
      * Changed licencing of packaging from GPLv2 to the same licencing terms
        as Conkeror itself.
      * Updated debian/copyright to reflect current state of the project
      * man page conkeror.1 now part of upstream.
      * Added a call to dh_desktop (Thanks, Lintian 2.x!)
      * Added a description to patches/sensible-editor.diff (Thanks, Lintian 2.x!)
      * Replaced lintian overrides by an empty watch file with comment.
     -- Chris Coulson <email address hidden>   Tue, 22 Jun 2010 14:21:54 +0100
  • conkeror (0.9~git080629-2) unstable; urgency=low
    
      * Don't suppress conkeror's output if we don't have to change it in the
        wrapper [conkeror.bin]. (Closes: #498515)
    
    conkeror (0.9~git080629-1) unstable; urgency=low
    
      * Based on new snapshot (commit
        6944096a1af033d0aa70d8b4cc19b271e0d832b1)
      * Uses now quilt for patch management, added appropriate build-deps.
      * Use sensible-editor instead of emacs by default.
      * Changed default desktop icon from "web-browser.png" to
        "browser". (Closes: #491880; fixes a desktop-file-validate warning)
      * Made M-x conkeror-version show the Debian version instead of
        '$CONKEROR_VERSION$'.
      * Remove suggestion of zile since conkeror currently can't handle
        text-mode only editors. Suggest the virtual package emacsen instead.
      * Depends now on "xulrunner (>= 1.9~) | xulrunner-1.9" instead of solely
        "xulrunner-1.9".
      * Added a lintian override for debian-watch-file-is-missing since there
        are no upstream releases to watch (yet).
    
    conkeror (0.9~git080522-2) unstable; urgency=low
    
      * Initial release for Debian (Closes: #394566)
      * Cleaned up and removed files and directories not in the upstream git
        repository.
      * Unified file names in the debian directory.
      * Bumped standards version to 3.8.0.
      * Removed -height and -width options from man page and --help since them
        being documented but not working is an open bug in Mozilla since 2000.
        (See #267344 and https://bugzilla.mozilla.org/show_bug.cgi?id=50201)
      * Added some more details to the man page.
      * Added a CREDITS.Debian file.
      * Added an automatically generated build id to application.ini. (See
        http://developer.mozilla.org/en/docs/application.ini#The_.5BApp.5D_section)
      * Added the Debian version to the version string in application.ini.
      * Added a desktop file for conkeror.
      * Made several several cosmetic changes to docs, etc.
      * Added Luca Capello as co-maintainer.
      * conkeror-spawn-process-helper now suggests conkeror.
    
    conkeror (0.9~git080522-1) unstable; urgency=low
    
      * Initial release for beta testers
      * Based on commit fead87b7fa1156e750dcb01f903e6b8a35e43a37
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  07 Nov 2008 15:58:02 +0000