~ubuntu-branches/debian/sid/tdb/sid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2015-04-26 10:14:38 UTC
  • Revision ID: package-import@ubuntu.com-20150426101438-2p2jm4nd9udfa1k8
Tags: 1.3.4-2
* debian/rules: Pass CPPFLAGS from dpkg-buildflags onto configure,
  enabling hardening.
* Make libtdb2-dbg Multi-Arch: same.
* Add patch 01_reproducible_builds.diff: Make build reproducible by
  adding set dates to manpages.
* debian/copyright: Fix paths for lib/replace.
* debian/copyright: Add paragraph for most of tdb.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
        dh $* --with python2
19
19
 
20
20
override_dh_auto_configure:
21
 
        PYTHON="$(PYTHON)" PYTHON_CONFIG="$(PYTHON_CONFIG)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" \
 
21
        CPPFLAGS="$(CPPFLAGS)" PYTHON="$(PYTHON)" PYTHON_CONFIG="$(PYTHON_CONFIG)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" \
22
22
                   ./configure --prefix=/usr --disable-rpath-install --libdir=/usr/lib/$(DEB_HOST_MULTIARCH)
23
23
 
24
24
get-packaged-orig-source: