2 # Made with the aid of dh_make, by Craig Small
3 # Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
4 # Some lines taken from debmake, by Christoph Lameter.
6 # build in verbose mode by default to make it easy to diangose issues
9 export DEB_HOST_GNU_TYPE ?
= $(shell dpkg-architecture
-qDEB_HOST_GNU_TYPE
)
10 export DEB_BUILD_GNU_TYPE ?
= $(shell dpkg-architecture
-qDEB_BUILD_GNU_TYPE
)
12 # FOR AUTOCONF 2.52 AND NEWER ONLY
13 ifeq ($(DEB_BUILD_GNU_TYPE
), $(DEB_HOST_GNU_TYPE
))
14 confflags
+= --build
$(DEB_HOST_GNU_TYPE
)
16 confflags
+= --build
$(DEB_BUILD_GNU_TYPE
) --host
$(DEB_HOST_GNU_TYPE
)
20 -include build
/environment.mak
22 ifneq (,$(shell which dpkg-buildflags
))
23 export CXXFLAGS
= $(shell dpkg-buildflags
--get CXXFLAGS
)
25 ifneq (,$(findstring noopt
,$(DEB_BUILD_OPTIONS
)))
26 export CXXFLAGS
= -O0
-g
-Wall
28 export CXXFLAGS
= -O2
-g
-Wall
36 DEB_BUILD_PROG
:=debuild
--preserve-envvar PATH
--preserve-envvar CCACHE_DIR
-us
-uc
$(DEB_BUILD_PROG_OPTS
)
37 APT_DEBVER
=$(shell dpkg-parsechangelog |sed
-n
-e
'/^Version:/s/^Version: //p' | sed
-e
's/\+.*$$//')
38 APT_CONFVER
=$(shell sed
-n
-e
's/^AC_DEFINE_UNQUOTED(VERSION,"\(.*\)")/\1/p' configure.in
)
39 APT_CVSTAG
=$(shell echo
"$(APT_DEBVER)" | sed
-e
's/^/v/' -e
's/\./_/g')
41 # Determine the build directory to use
44 BUILD_POSSIBLE
:= $(BUILD
) $(BASE
)/$(BUILD
)
46 BUILD_POSSIBLE
:= $(BASE
) $(BASE
)/build-
$(shell uname
--machine
) $(BASE
)/build
48 BUILDX
:= $(foreach i
,$(BUILD_POSSIBLE
),$(wildcard $(i
)/environment.mak
*))
49 BUILDX
:= $(patsubst %/,%,$(firstword $(dir $(BUILDX
))))
50 override BLD
:= $(BUILDX
)
52 ifeq ($(words $(BLD
)),0)
53 override BLD
:= .
/build
56 # Rebuild configure.in to have the correct version from the change log
57 ifneq ($(APT_DEBVER
),$(APT_CONFVER
))
58 ifneq ($(APT_DEBVER
),)
61 sed
-e
's/$(APT_CONFVER)/$(APT_DEBVER)/' $@
> $@.
$$$$ && mv
$@.
$$$$ $@
67 # APT Programs in apt-utils
68 APT_UTILS
=ftparchive sortpkgs extracttemplates
70 # Uncomment this to turn on verbose mode.
73 # Find the libapt-pkg major version for use in other control files
74 include buildlib
/libversion.mak
76 # Determine which package we should provide in the control files
77 LIBAPTPKG_PROVIDE
=libapt-pkg
$(LIBAPTPKG_MAJOR
)
78 LIBAPTINST_PROVIDE
=libapt-inst
$(LIBAPTINST_MAJOR
)
80 # do not fail as we are just experimenting with symbol files for now
81 export DPKG_GENSYMBOLS_CHECK_LEVEL
=0
83 build
: build
/build-stamp
84 build-doc
: build
/build-doc-stamp
86 # Note that this is unconditionally done first as part of loading environment.mak
87 # The true is needed to force make to reload environment.mak after running
88 # configure-stamp. Otherwise we can get stale or invalid, or missing config data.
89 build
/environment.mak
: build
/configure-stamp
92 configure
: configure.in
93 build
/configure-stamp
: configure
96 cp COPYING debian
/copyright
97 cd build
&& CXXFLAGS
="$(CXXFLAGS)" ..
/configure
$(confflags
)
100 build
/build-stamp
: build
/configure-stamp
101 # Add here commands to compile the package.
105 build
/build-doc-stamp
: build
/configure-stamp
106 # Add here commands to compile the package.
113 [ ! -f Makefile
] ||
$(MAKE
) clean distclean
116 binary-indep
: apt-doc libapt-pkg-doc
117 # Build architecture-independent files here.
118 libapt-pkg-doc
: build-doc
124 # libapt-pkg-doc install
126 dh_installdocs
-p
$@
$(BLD
)/docs
/design
* \
127 $(BLD
)/docs
/dpkg-tech
* \
129 $(BLD
)/docs
/method
* \
130 doc
/libapt-pkg2_to_3.txt \
132 $(BLD
)/doc
/doxygen
/html
133 dh_installexamples
-p
$@
135 dh_installchangelogs
-p
$@
140 dh_gencontrol
-p
$@
-- -Vlibapt-pkg
:provides
=$(LIBAPTPKG_PROVIDE
)
152 dh_installdocs
-p
$@
$(BLD
)/docs
/guide
*.text \
153 $(BLD
)/docs
/guide
*.html \
154 $(BLD
)/docs
/offline
*.text \
155 $(BLD
)/docs
/offline
*.html
156 dh_installchangelogs
-p
$@
166 # Build architecture-dependent files here.
168 binary-arch
: apt libapt-pkg-dev apt-utils apt-transport-https
169 apt_MANPAGES
= apt-cache apt-cdrom apt-config apt-get apt-key apt-mark apt-secure apt apt.conf apt_preferences sources.list
178 cp debian
/apt.conf.autoremove debian
/$@
/etc
/apt
/apt.conf.d
/01autoremove
179 cp debian
/apt.conf.changelog debian
/$@
/etc
/apt
/apt.conf.d
/20changelog
180 cp share
/ubuntu-archive.gpg debian
/$@
/usr
/share
/$@
182 # make rosetta happy and remove pot files in po/ (but leave stuff
183 # in po/domains/* untouched) and cp *.po into each domain dir
187 dh_install
-p
$@
--sourcedir
=$(BLD
)
189 # Remove the bits that are in apt-utils
190 rm $(addprefix debian
/$@
/usr
/bin
/apt-
,$(APT_UTILS
))
192 # https has its own package
193 rm debian
/$@
/usr
/lib
/apt
/methods
/https
195 # move the mirror failure script in place
196 #mv debian/$@/usr/bin/apt-report-mirror-failure \
197 # debian/$@/usr/lib/apt/apt-report-mirror-failure \
201 dh_installexamples
-p
$@
$(BLD
)/docs
/examples
/*
202 dh_installman
-p
$@
$(wildcard $(patsubst %,doc
/%.
[158],$(apt_MANPAGES
)) $(patsubst %,doc
/*/%.
*.
[158],$(apt_MANPAGES
)))
205 dh_installchangelogs
-p
$@
206 dh_installlogrotate
-p
$@
212 dh_shlibdeps
-p
$@
-l
$(CURDIR
)/debian
/apt
/usr
/lib
:$(CURDIR
)/debian
/$@
/usr
/lib
213 dh_gencontrol
-p
$@
-- -Vlibapt-pkg
:provides
=$(LIBAPTPKG_PROVIDE
)
217 libapt-pkg-dev
: build
223 # libapt-pkg-dev install
225 dh_install
-p
$@
--sourcedir
=$(BLD
)
227 dh_installchangelogs
-p
$@
232 dh_gencontrol
-p
$@
-- -Vlibapt-pkg
:provides
=$(LIBAPTPKG_PROVIDE
) -Vlibapt-inst
:provides
=$(LIBAPTINST_PROVIDE
)
236 apt-utils_MANPAGES
= apt-sortpkgs apt-ftparchive apt-extracttemplates
243 cp
$(addprefix $(BLD
)/bin
/apt-
,$(APT_UTILS
)) debian
/$@
/usr
/bin
/
245 dh_install
-p
$@
--sourcedir
=$(BLD
)
247 dh_installexamples
-p
$@
249 # Install the man pages..
250 dh_installman
-p
$@
$(wildcard $(patsubst %,doc
/%.
[158],$(apt-utils_MANPAGES
)) $(patsubst %,doc
/*/%.
*.
[158],$(apt-utils_MANPAGES
)))
252 dh_installchangelogs
-p
$@
258 dh_shlibdeps
-p
$@
-l
$(CURDIR
)/debian
/apt
/usr
/lib
:$(CURDIR
)/debian
/$@
/usr
/lib
259 dh_gencontrol
-p
$@
-- -Vlibapt-inst
:provides
=$(LIBAPTINST_PROVIDE
)
263 apt-transport-https
: build libapt-pkg-dev
269 dh_install
-p
$@
--sourcedir
=$(BLD
)
270 dh_installdocs
-p
$@ debian
/apt-transport-https.README
271 dh_installexamples
-p
$@
273 # Install the man pages..
276 dh_installchangelogs
-p
$@
281 dh_shlibdeps
-p
$@
-l
$(CURDIR
)/debian
/apt
/usr
/lib
:$(CURDIR
)/debian
/$@
/usr
/lib
290 -find .
-name Makefile.in
-print0 | xargs
--null
--no-run-if-empty
-- rm -f
291 find
-name ChangeLog | xargs
rm -f
294 binary
: binary-indep binary-arch
295 .PHONY
: build
clean binary-indep binary-arch binary