~ubuntu-branches/ubuntu/raring/shotwell/raring

« back to all changes in this revision

Viewing changes to plugins/shotwell-publishing-extras/Makefile

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher, Robert Ancell, Alberto Mardegan
  • Date: 2012-08-28 16:57:19 UTC
  • mfrom: (1.2.14)
  • Revision ID: package-import@ubuntu.com-20120828165719-p6ep5hdo24rssreo
Tags: 0.12.90-0ubuntu1
[ Robert Ancell ]
* New upstream release (LP: #1041011)
* debian/watch:
  - Watch for unstable versions
  - Releases now in .xz format

[ Alberto Mardegan ]
* debian/patches/06_uoa.patch:
  - updated for the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
SRC_FILES := \
12
12
        shotwell-publishing-extras.vala \
13
13
        YandexPublishing.vala \
14
 
        PiwigoPublishing.vala \
15
 
        ../common/RESTSupport.vala \
16
 
        ../../src/util/string.vala
 
14
        ../common/RESTSupport.vala
17
15
 
18
16
RC_FILES := \
19
 
        yandex_publish_model.glade \
20
 
        piwigo.png \
21
 
        piwigo_authentication_pane.glade \
22
 
        piwigo_publishing_options_pane.glade
 
17
        yandex_publish_model.glade 
23
18
 
24
19
include ../Makefile.plugin.mk
25
20