-
Committer:
Daniel Holbach
-
Date:
2008-04-04 12:24:11 UTC
-
mto:
This revision was merged to the branch mainline in
revision
51.
-
Revision ID:
daniel.holbach@canonical.com-20080404122411-s7ub3szrngrfa5cr
* setup.py, 5-a-day, add-5-a-day, update-signature,
debian/five-a-day.links: added 5-a-day tool, which replaces and merges the
update-signature and add-5-a-day tools, also introduced symlinks for a
transition period. This was done to "namespace the tools". (LP: #196915)
* 5-a-day-applet, controller.py, view.py and friends moved fiveadayapplet
specific directory, changed conflicts/replaces in debian/control
accordingly.
* fiveaday/controller.py: adjusted for the above change.
* fiveaday/bzr.py, fiveaday/files.py, fiveaday/parser.py,
fiveaday/signature.py, debian/rules: introduced to split out re-usable
pieces of the code. The code should be easier to maintain now.
* five-a-day/parser.py, five-a-day/signature.py: add a
--update --yesterday
mode that adds yesterday's bugs to the ~/.signature. (LP: #208204)
* five-a-day/parser.py, five-a-day/bzr.py: merged relevant portions of
http://bazaar.launchpad.net/~blueyed/five-a-day/five-a-day-lazy-remote by
Daniel Hahler <ubuntu@thequod.de>, now 5-a-day --add will only commit
changes to the branch, if either
- changes haven't been committed in the last hour or
- --force (or -f) is supplied.
* debian/control: add libbonobo2-bin to Depends on five-a-day-applet.