~ubuntu-branches/ubuntu/utopic/cdbs/utopic

« back to all changes in this revision

Viewing changes to 1/class/langcore.mk.in

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2014-06-26 12:00:42 UTC
  • mfrom: (1.3.29 sid)
  • Revision ID: package-import@ubuntu.com-20140626120042-aqwvy6olr3kvoelc
Tags: 0.4.125ubuntu1
* Merge from Debian unstable. Remaining changes:
  - 1/rules/utils.mk.in: add some text before listing missing file to make
    it easier to see from the build log. (Debian #565771)
  - 1/class/gnome.mk.in: Call dh_translations.
  - test/testsuite_functions: Set NO_PKG_MANGLE so that tests do not fail
    with pkgstriptranslations installed. (Ubuntu-specific)
  - 1/rules/debhelper.mk.in: Call dh_scour.
  - debian/control.in: Add scour build and binary dependency (build dep for
    test suite).

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
deb_cflags += $(DEB_WARNING_FLAGS)
47
47
deb_cxxflags += $(DEB_WARNING_FLAGS)
48
48
 
49
 
# This variable was deprecated after cdbs 0.4.89
50
 
_cdbs_deprecated_vars += DEB_OPT_FLAG
 
49
_cdbs_deprecated_vars += DEB_OPT_FLAG,0.4.89
51
50
_cdbs_deprecated_DEB_OPT_FLAG_default := $(DEB_OPT_FLAG)
52
51
 
53
52
# Set (not add) our defaults for CFLAGS CPPFLAGS CXXFLAGS and LDFLAGS if