~ubuntu-branches/ubuntu/wily/poedit/wily

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Gianfranco Costamagna, Gianfranco Costamagna, Andreas Rönnquist
  • Date: 2015-08-04 09:39:38 UTC
  • mfrom: (10.1.15 sid)
  • Revision ID: package-import@ubuntu.com-20150804093938-1pchlqyv49gbv2u7
Tags: 1.8.4-1
[ Gianfranco Costamagna ]
* New Upstream Version.
* Enable cpprest, now casablanca should be fine in unstable.
* Enable cld and cpprest only where available (adding d-ports archs)

[ Andreas Rönnquist ]
* Add --as-needed linker flag.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
# export DH_VERBOSE=1
4
4
 
 
5
export LDFLAGS += -Wl,--as-needed
 
6
 
5
7
%:
6
8
        dh $@ --with autoreconf
7
9