~ubuntu-branches/ubuntu/vivid/gmpc/vivid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Etienne Millon
  • Date: 2013-08-31 10:43:34 UTC
  • Revision ID: package-import@ubuntu.com-20130831104334-7gr6ny8466v55gl0
Tags: 11.8.16-7
* Fix FTBFS. (Closes: #710623)
  - Force vala version to 0.16.
  - Pass -lm to linker.
* Bump Standards-Version to 3.9.4 (no changes).
* Remove version bounds on libmpd-dev (satisfied in oldstable).
* Set dh compatibility to 9 to enable hardening & multiarch dirs.
* Disable discogs lyrics provider (Closes: #705164)
* Disable htbackdrops plugin (Closes: #720918)
* Update my email address.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
SRC_NAME:=gmpc
3
3
DEV_NAME:=gmpc-dev
4
4
DEB_DH_STRIP_ARGS:=--dbg-package=$(SRC_NAME)-dbg
5
 
export LDFLAGS=-Wl,--as-needed
 
5
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
6
6
 
7
7
%:
8
 
        dh --with autoreconf $@
 
8
        dh $@ --with autoreconf
9
9
 
10
10
override_dh_auto_configure:
11
11
        find . -name '*.vala' | grep -v '^./.pc' | sed -s 's/vala$$/c/' | xargs rm