~ubuntu-branches/ubuntu/oneiric/avant-window-navigator/oneiric

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2009-01-19 19:35:52 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090119193552-6briat37meu8bar8
Tags: 0.3.2-0ubuntu1
* New upstream release (Closes : #514681) (LP: #327443)
 - Add a script to delay the start of awn when using the autostart. 
   (Closes: #493640)
 - Fix awn-manager permission when trying to edit some desktop file 
  (LP: #260987)
 - Update position on screen resolution changes (LP: #276734)
* debian/awn.wrapper
 - A script to update applets path using awn-applets-migration script.
* debian/*.install: 
 - Add the themes directory to avant-window-navigator-data.install.
 - Add awn-autostart to avant-window-navigator.install.
 - Add awn-applets-migration to awn-manager.install.
 - Remove usr/bin/avant-window-navigator, handle by debian/rules.
 - Install python bindings in *-packages instead of site-packages only, 
   needed for the python migration in squeeze (LP: #335785).
* debian/control:
 - Add missing ${misc:Depends}.
 - Bump Build-Depends and Depends for vala to (>= 0.5.4).
 - Set awn-manager as Depends rather than Recommends, needed by the 
   awn-applets-migration script.
 - Remove unnecessary "Section: gnome"
 - Note that the libawn0-dbg contains debuggins symbols.
 - Set Build-Depends on python (>= 2.5) instead of hardcoding the python 
   version.
* debian/awn-autostart.1 & debian/awn-applets-migrations:
 - Add new man pages.
* debian/avant-window-navigator.links
 - Symlink awn.1 with avant-window-navigator.1
* debian/rules:
 - Move avant-window-navigator to awn, and copy awn.wrapper to 
   avant-window-navigator
 - Add new man pages.
* debian/patches/
 - 00-wm-behavior.patch : Don't bring the windows to the current workspace 
   when the icon of the bar is clicked. Keep the same behavior that the 
   gnome-panel applet.
 - 01-tasks-have-arrow.patch: Set the option "Tasks have arrow" by default.
 - 03-python-import.path : Update.
* debian/copyright
 - Replace (C) by ©.

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
ECHO_T = @ECHO_T@
128
128
EGREP = @EGREP@
129
129
EXEEXT = @EXEEXT@
 
130
EXTRA_VERSION = @EXTRA_VERSION@
130
131
F77 = @F77@
131
132
FFLAGS = @FFLAGS@
132
133
GCONFTOOL = @GCONFTOOL@
220
221
PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
221
222
PYTHON_VERSION = @PYTHON_VERSION@
222
223
PY_PLAT_PKG = @PY_PLAT_PKG@
 
224
PY_SITE_PKG = @PY_SITE_PKG@
223
225
RANLIB = @RANLIB@
224
226
SED = @SED@
225
227
SET_MAKE = @SET_MAKE@
288
290
INCLUDES = \
289
291
        $(AWN_CFLAGS)                   \
290
292
        $(DOCK_CFLAGS)                  \
291
 
        -DLIBDIR=\""$(libdir)"\"        \
 
293
        -DDATADIR=\""$(datadir)"\"      \
292
294
        -DLOCALEDIR=\""$(datadir)/locale"\"     \
293
295
        -I$(top_srcdir)/libawn          \
294
296
        $(NULL)
352
354
        awn-marshallers.list                                            \
353
355
                                awn-app-dbus.xml
354
356
 
 
357
DISTCLEANFILES = awn-applet-manager-glue.h awn-dbus-glue.h awn-app-glue.h
355
358
awn_SOURCES = \
356
359
        awn-main.c \
357
360
        awn-app.c \
600
603
 
601
604
distclean-generic:
602
605
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
606
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
603
607
 
604
608
maintainer-clean-generic:
605
609
        @echo "This command is intended for maintainers to use"