~ubuntu-branches/ubuntu/vivid/gpodder/vivid

« back to all changes in this revision

Viewing changes to makefile

  • Committer: Package Import Robot
  • Author(s): tony mancill
  • Date: 2013-04-12 22:07:02 UTC
  • mfrom: (5.2.27 sid)
  • Revision ID: package-import@ubuntu.com-20130412220702-mux8v9r8zt2jin0x
Tags: 3.5.1-1
* New upstream release.
* d/control: declare versioned dependency on python-gtk2 (>= 2.16)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#
2
2
# gPodder - A media aggregator and podcast client
3
 
# Copyright (c) 2005-2012 Thomas Perl and the gPodder Team
 
3
# Copyright (c) 2005-2013 Thomas Perl and the gPodder Team
4
4
#
5
5
# gPodder is free software; you can redistribute it and/or modify
6
6
# it under the terms of the GNU General Public License as published by
84
84
        intltool-extract --quiet --type=gettext/ini $<
85
85
 
86
86
install: messages $(GPODDER_SERVICE_FILE) $(GPODDER_DESKTOP_FILE)
87
 
        $(PYTHON) setup.py install --root=$(DESTDIR) --prefix=$(PREFIX)
 
87
        $(PYTHON) setup.py install --root=$(DESTDIR) --prefix=$(PREFIX) --optimize=1
88
88
 
89
89
##########################################################################
90
90