lp:ubuntu/wily/autojump

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:ubuntu/wily/autojump
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

13. By Tanguy Ortolo <email address hidden>

* New upstream release.
* Upstream developer changed, and so did the project website.
* debian/control:
   - update Homepage to new website.
   - update Build-Depends:
      + no longer need to build jumpapplet's manpage from DocBook.
      + use dh_python.
   - update Enhances:
      + only Bash >= 4.0 is supported).
      + add Fish which is now supported.
      + remove old package zsh-beta which no longer exists.
        (Closes: #785361)
   - update Standards-Version to 3.9.6 (no change needed).
* debian/watch: update to new website.
* debian/copyright: update dates.
* debian/patches: refresh (adaptations were needed, but no semantic change).
* debian/rules:
   - disable automatic test, which always tries to download dependencies
     even if they are already present, which fails without a connection to
     the Internet.
   - disable dh_pysupport, which would install maintainer script to
     byte-compile modules for Python 2.7, which is useless since autojump is
     run with Python 3.
   - use dh_python3.
   - add comments to explain that automatic build and install are disabled
     and files are manually installed with dh_install instead.
* debian/autojump.install:
   - install Python libraries to /usr/share/autojump.
   - install autojump to /usr/share/autojump.
* debian/autojump.links:
   - make /usr/bin/autojump a symlink to /usr/share/autojump/autojump
     (this solves the library import path problem).

12. By Steve Langasek

No-change rebuild for python3.5 transition

11. By Tanguy Ortolo <email address hidden>

* New upstream release.
* debian/autojump.install: install the Fish shell plugin.
* debian/control:
   - Enhances fish.
   - update Standards-Version to 3.9.5 (no change needed).
* debian/patches/remove-makefile-test.patch: remove, applied upstream.

10. By Tanguy Ortolo <email address hidden>

* New upstream release.
* debian/patches:
   - fix-arbitrary-code-flaw.patch: removed, part of that upstream release.
   - fix-dict-bug.patch: removed, part of that upstream release.
   - fix-manpage.patch: removed, no longer needed.
   - runtests-shebang.patch, fix-tests.patch: removed as the tests no longer
     exist.
   - remove-makefile-test.patch: remove references to the removed tests in
     the makefile so it can be built.
   - man-source.patch, move-to-usrshare.patch: refresh.

9. By Tanguy Ortolo <email address hidden>

debian/control: make autojump depend on Python 3.2+, where the module
argparse was introduced. (Closes: #673008)

8. By Tanguy Ortolo <email address hidden>

* New upstream release.
* debian/autojump.links: link autojump to /usr/share/autojump where it is
  used as a module imported by jumpapplet.
* debian/patches:
   + jumpapplet-include-functions.patch: removed, remplaced by a simpler
     solution than copying functions from autojump to jumpapplet.
   + jumpapplet-import-path.patch: import autojump from jumpapplet using a
     full path.
   + man-source.patch: updated, the manpage now being written in Markdown
     and compiled with Pandoc.
   + fix-manpage.patch: fix the buggy manpage produced by Pandoc.
   + move-to-usrshare.patch: refreshed.
   + use-python3.patch: refreshed.
* debian/copyright:
   + updated copyright date (to 2012).
   + updated to released format.
* debian/autojump.docs: README.rst replaced by README.md.
* debian/control:
   + update Standards-Version (no change required).
   + correct a typo and indicate that the user has to source autojump to be
     able to use it. (Closes: #649580)

7. By Tanguy Ortolo <email address hidden>

New upstream release.

6. By Tanguy Ortolo <email address hidden>

* New upstream version.
* debian/patches:
   + data_dir.patch: applied by upstream, not needed anymore.
   + force-pickle-v2.patch: this was a backport from upstream, not needed
     anymore.
   + jumpapplet-include-functions.patch: copy functions from autojump to
     jumpapplet instead of importing them as a temporary workaround (cf.
     patch header).
* debian/copyright: replace the two previous copyright files by this single
  one to simplify and respect the policy.

5. By Tanguy Ortolo <email address hidden>

* debian/patches:
   + data_dir.patch: fix jumpapplet to use the new XDG compliant
     directories. (Closes: #633889)
   + use-python3.patch: use Python 3 for autojump. (Closes: #632224)
   + force-pickle-v2.patch: force using a serializing (pickle) protocole
     compatible with both Python 2 and Python 3.
* debian/control: let autojump depend on python3.
* debian/autojump.lintian-overrides: removed, as this seems to be corrected
  in Lintian.

4. By Tanguy Ortolo <email address hidden>

* New upstream version.
* debian/rules: upstream chmod -x'ed autojump.{bash,zsh}, no need to do it
  here anymore.
* debian/patches/jumpapplet-shebang.patch: correct jumpapplet's shebang.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers