~kklimonda/ubuntu/natty/hamster-applet/lp.697667

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2010-02-10 02:52:31 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20100210025231-x0q5h4q7nlvihl09
Tags: 2.29.90-0ubuntu1
* New upstream version
  - workspace tracking - switch activity, when switching desktops
  - chart improvements - theme friendly and less noisier
  - for those without GNOME panel there is now a standalone version, 
    accessible via Applications -> Accessories -> Time Tracker
  - overview window remembers position
  - maintaining cursor on the selected row after edits / refreshes
  - descriptions once again in the main input field, delimited by comma
  - activity suggestion box now sorts items by recency (Patryk Zawadzki)
  - searching
  - simplified save report dialog, thanks to the what you see is what you 
    report revamp
  - overview/stats replaced with activities / totals and stats accessible 
    from totals
  - interactive graphs to drill down in totals
  - miscellaneous performance improvements
  - pixel-perfect graphs
* Updated 01_startup-fix.patch to apply to new source layout
* debian/control:
  - Add build-depend on gnome-doc-utils

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
SUBDIRS = hamster data po
 
1
SUBDIRS = src data po help
2
2
ACLOCAL_AMFLAGS = -I m4
3
3
 
4
4
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
5
5
 
 
6
release: dist
 
7
        scp $(PACKAGE)-$(VERSION).tar.gz tbaugis@master.gnome.org:
 
8
        ssh tbaugis@master.gnome.org install-module $(PACKAGE)-$(VERSION).tar.gz
 
9
 
6
10
DISTCLEANFILES =                \
7
11
        intltool-extract        \
8
12
        intltool-merge          \
9
13
        intltool-update
10
14
 
11
15
EXTRA_DIST = \
 
16
        MAINTAINERS \
 
17
        TODO \
12
18
        intltool-extract.in     \
13
19
        intltool-merge.in       \
14
20
        intltool-update.in
15
 
        MAINTAINERS \
16
 
        TODO
17
 
 
18
 
 
 
21
        gnome-doc-utils.make