~ubuntu-branches/debian/sid/make-doc-non-dfsg/sid

« back to all changes in this revision

Viewing changes to debian/common/debconf.mk

  • Committer: Bazaar Package Importer
  • Author(s): Manoj Srivastava
  • Date: 2008-06-02 09:41:12 UTC
  • Revision ID: james.westby@ubuntu.com-20080602094112-t5utg7hy4l11lwqv
Tags: 3.81-4
* Record the fact that this package has moved to a new git repository.
* Move to the new, make -j friendly targets in debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
## Update Count     : 20
10
10
## Status           : Unknown, Use with caution!
11
11
## HISTORY          : 
12
 
## Description      : 
 
12
## Description      : helps with using debconf
13
13
## 
14
14
## arch-tag: 32b933a9-05ad-4c03-97a8-8644745b832a
15
15
##
56
56
ifeq ($(PO2DEBCONF),yes)
57
57
  ifeq (,$(wildcard debian/templates.master))
58
58
define CREATE_COMPATIBLE_TEMPLATE
59
 
        @echo Not modifying templates
 
59
        echo Not modifying templates
60
60
endef
61
61
  else
62
62
define CREATE_COMPATIBLE_TEMPLATE
67
67
  endif
68
68
else
69
69
define CREATE_COMPATIBLE_TEMPLATE
70
 
        @echo Not modifying templates
 
70
        echo Not modifying templates
71
71
endef
72
72
endif
73
73
 
75
75
ifeq ($(PO2DEBCONF),yes)
76
76
  ifeq (,$(wildcard debian/templates.master))
77
77
define INSTALL_TEMPLATE
78
 
        @echo using old template
 
78
        echo using old template
79
79
endef
80
80
  else
81
81
define INSTALL_TEMPLATE
84
84
  endif
85
85
else
86
86
define INSTALL_TEMPLATE
87
 
        @echo using old template
 
87
        echo using old template
88
88
endef
89
89
endif
90
90