~ubuntu-branches/ubuntu/saucy/gramophone2/saucy

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Luke Yelavich, Alessandro Losavio
  • Date: 2013-05-29 11:36:49 UTC
  • mfrom: (3.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20130529113649-e3t8u3ce5ecjow5w
Tags: 0.8.13a-2ubuntu1
[ Alessandro Losavio ]
* Merge from Debian unstable. Remaining changes: (LP: #1091355)
  - Makefile: Fix linking with --as-needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
include /usr/share/cdbs/1/rules/debhelper.mk
4
4
include /usr/share/cdbs/1/class/makefile.mk
5
5
 
 
6
DPKG_EXPORT_BUILDFLAGS = 1
 
7
include /usr/share/dpkg/buildflags.mk
 
8
 
6
9
DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(CURDIR)/debian/tmp/ 
7
 
DEB_MAKE_ENVVARS := CFLAGS="-lm"
8
 
DEB_MAKE_INVOKE := $(DEB_MAKE_ENVVARS) make -C $(DEB_BUILDDIR)
 
10
DEB_MAKE_INVOKE := make -C $(DEB_BUILDDIR)
 
11