~ubuntu-branches/ubuntu/wily/xfce4-appfinder/wily-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Lionel Le Folgoc, Lionel Le Folgoc, Yves-Alexis Perez
  • Date: 2012-04-08 22:22:48 UTC
  • mfrom: (1.3.19) (4.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20120408222248-iq2by93vf7l5ntac
Tags: 4.9.4-1
[ Lionel Le Folgoc ]
* New upstream development release.
* debian/xfce4-appfinder.1: updated for the new options in 4.9.x.
* debian/control:
  - switch to libxfce4util6-dev for the new api.
  - bump libxfce4ui-1-dev to >= 4.9.0 for the new help api.
  - breaks/replaces pre 4.10 xfce4-utils package, as it
    previously shipped xfrun4.
* debian/links: xfrun4 is now a symlink to xfce4-appfinder, so add a symlink
  for its manpage too.

[ Yves-Alexis Perez ]
* debian/control:
  - update standards version to 3.9.3.
  - update debhelper build-dep to 9.
  - add build-dep on dpkg-dev 1.16.1.
  - drop build-dep on hardening-includes.
  - add buil-dep on libdbus-glib-1-dev.
* debian/compat bumped to 9.
* debian/rules:
  - use debhelper 9 and dpkg-dev 1.16.1 hardening support.
  - build with --parallel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
 
include /usr/share/hardening-includes/hardening.make
3
 
 
4
 
CFLAGS=$(shell dpkg-buildflags --get CFLAGS)
5
 
LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
6
 
LDFLAGS+=$(HARDENING_LDFLAGS) -Wl,-z,defs -Wl,--as-needed -Wl,-O1
7
 
CFLAGS+=$(HARDENING_CFLAGS)
8
 
 
9
 
export CFLAGS LDFLAGS
 
2
 
 
3
export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1 -Wl,-z,defs
 
4
export DEB_BUILD_MAINT_OPTIONS=hardening=+pie,+bindnow
10
5
 
11
6
override_dh_install:
12
7
        # install menu pixmap
16
11
        dh_install
17
12
 
18
13
%:
19
 
        dh $@
 
14
        dh $@ --parallel