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

« back to all changes in this revision

Viewing changes to 1/class/perlmodule.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:
26
26
# Initialize CDBS_BUILD_DEPENDS
27
27
include $(_cdbs_rules_path)/buildvars.mk$(_cdbs_makefile_suffix)
28
28
 
29
 
$(warning WARNING:  perlmodule.mk is deprecated - please use perl-makemaker.mk instead)
 
29
$(call cdbs_warn_deprecated,\
 
30
        perlmodule.mk,0.4.72,perl-makemaker.mk)
30
31
 
31
32
# Dependency according to Perl Policy 3.9.4 § 5.2
32
33
CDBS_BUILD_DEPENDS_class_perlmodule ?= perl
42
43
 
43
44
# always be non-interactive
44
45
export PERL_MM_USE_DEFAULT = 1
 
46
export AUTOMATED_TESTING = $(DEB_PERL_AUTOMATED_TESTING)
45
47
 
46
48
common-configure-arch common-configure-indep:: Makefile
47
49
Makefile: