~ubuntu-branches/ubuntu/wily/exif/wily

« back to all changes in this revision

Viewing changes to exif/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Emmanuel Bouthenot
  • Date: 2011-04-27 18:49:37 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110427184937-w06h1y3xdcdziz3w
Tags: 0.6.20-1
* New upstream release (Closes: #552102)
* debian/copyright:
  - updates (huge backlog) (Closes: #613485)
  - switch to DEP5 format
* Update uploader email (me)
* Refresh patches and convert them to DEP3 format
* Bump Standards-Version to 3.9.2
* Remove DMUA field (no more needed)
* Bump the B-D on libexif-dev to >= 0.6.20 since this version is now
  required.
* Remove B-D on chrpath (no more needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
        $(POPT_LIBS)                            \
19
19
        $(INTLLIBS)
20
20
 
21
 
# And a few very simple tests
22
 
 
23
 
check_SCRIPTS = check-param-validity.sh
24
 
 
25
 
EXTRA_DIST = check-param-validity.in
26
 
 
27
 
TESTS = $(check_SCRIPTS)
28
 
 
29
 
.in.sh:
30
 
        sed 's|@exif\@|./exif$(EXEEXT)|g' < $< > $@
31
 
        chmod +x $@
32
 
 
33
 
CLEANFILES = $(check_SCRIPTS)