~ubuntu-branches/ubuntu/raring/workrave/raring

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Package Import Robot
  • Author(s): Francois Marier, Francois Marier, Jordi Mallach
  • Date: 2012-05-28 11:29:40 UTC
  • mfrom: (1.2.9)
  • Revision ID: package-import@ubuntu.com-20120528112940-bbbsjkk30fom9s8x
Tags: 1.9.909+abc941eb70-1
[ Francois Marier ]
* New upstream snapshot
  - Drop leak-fix patch (applied upstream)
  - Document how the tarball is built in README.source
* Build GNOME applets and use gsettings
* Massive update of Build-Depends as per configure.ac

* Update README.source with snapshot instructions
* Switch to machine-readable copyright file
* Update alioth git repo links
* Bump debhelper version to 9
* Bump Standards-Version to 3.9.3

[ Jordi Mallach ]
* Avoid references to GNU/Linux in manpage.
* Drop build dependency on libgnet-dev, it's obsolete and unneeded.
* Add myself to Uploaders.
* Rewrite d/rules into dh style.
  - Move all install tweaks to .install files.
  - Install manpages using dh_installman.
* As a side effect, the package installs arch-dependant data in the
  arch triplet directory; add the required Pre-Depends for m-a-support.
* Bring back GNOME Panel applet (for GNOME 3 fallback mode) and ship the
  new GNOME Shell extension (closes: #642514, #666100).
* Add private_dirs.patch: move libworkrave-private and GObject
  Introspection files to a private dir, so they are really out of the
  way, but disable it for now as it breaks the Shell extension.
* Move typelib out of the triplet dir as gobject-introspection is not
  M-A ready yet.
* Enable dh_autoreconf for the above patches.
* Add lintian overrides.
* Add necessary Breaks/Replaces as the xpm icon has moved to workrave-data.
* Prefix all debhelper files with package name.
* Suggest gnome-shell and gnome-panel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Process this file with automake to produce Makefile.in
2
2
#
3
 
# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Rob Caelers & Raymond Penners
 
3
# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2011 Rob Caelers & Raymond Penners
4
4
#
5
5
 
6
6
 
17
17
                NEWS.txt README.txt
18
18
DISTCLEANFILES = intltool-extract intltool-merge intltool-update
19
19
 
20
 
SUBDIRS =      intl m4 po common backend frontend 
 
20
SUBDIRS =      m4 po common backend frontend 
21
21
DIST_SUBDIRS = $(SUBDIRS) build contrib
22
22
 
23
 
EXTRA_DIST =    config.rpath  \
24
 
                config.xml \
25
 
                autogen.sh \
26
 
                autogencross.sh \
27
 
                depcomp \
28
 
                workrave.spec.in \
29
 
                workrave.spec \
30
 
                SConstruct
 
23
EXTRA_DIST =    config.xml
31
24
 
32
 
WIN32_NMAKE=wineconsole ~/.wine/fake_windows/Program\ Files/Microsoft\ Visual\ C++\ Toolkit\ 2003/bin/nmake.exe
 
25
DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall
33
26
 
34
27
noinst_PROGRAMS =
35
28
 
53
46
COPYING.txt: COPYING
54
47
        $(unix2dos) <$^ >$@
55
48
 
56
 
win32:
57
 
        ( . build/vcvars32.sh; \
58
 
          cd common/win32/harpoon/src; \
59
 
          ${WIN32_NMAKE} /f harpoon.mak CFG="harpoon - Win32 Release"; \
60
 
          cd ../../../.. \
61
 
          cd frontend/win32/applet/src; \
62
 
          ${WIN32_NMAKE} /f Applet.mak CFG="Applet - Win32 Release"; \
63
 
          cd ../../../.. \
64
 
        )
65
 
 
66
49
version.h: config.h
67
50
        PACKAGE_VERSION=`grep PACKAGE_VERSION config.h | cut -d' ' -f 3 | sed "s/\\"//g"`
68
51
        echo "#ifndef WORKRAVE_VERSION_H" > version.h