]> git.saurik.com Git - apt.git/blob - debian/rules
* apt-pkg/deb/dpkgpm.cc:
[apt.git] / debian / rules
1 #!/usr/bin/make -f
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.
5
6 # build in verbose mode by default to make it easy to diangose issues
7 export NOISY=1
8
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)
11
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)
15 else
16 confflags += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
17 endif
18
19 # See below
20 -include build/environment.mak
21
22 ifneq (,$(shell which dpkg-buildflags))
23 export CXXFLAGS = $(shell dpkg-buildflags --get CXXFLAGS)
24 else
25 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
26 export CXXFLAGS = -O0 -g -Wall
27 else
28 export CXXFLAGS = -O2 -g -Wall
29 endif
30 endif
31
32 # Default rule
33 build:
34
35 PKG=apt
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')
40
41 # Determine the build directory to use
42 BASE=.
43 ifdef BUILD
44 BUILD_POSSIBLE := $(BUILD) $(BASE)/$(BUILD)
45 else
46 BUILD_POSSIBLE := $(BASE) $(BASE)/build-$(shell uname --machine) $(BASE)/build
47 endif
48 BUILDX:= $(foreach i,$(BUILD_POSSIBLE),$(wildcard $(i)/environment.mak*))
49 BUILDX:= $(patsubst %/,%,$(firstword $(dir $(BUILDX))))
50 override BLD := $(BUILDX)
51
52 ifeq ($(words $(BLD)),0)
53 override BLD := ./build
54 endif
55
56 # Rebuild configure.in to have the correct version from the change log
57 ifneq ($(APT_DEBVER),$(APT_CONFVER))
58 ifneq ($(APT_DEBVER),)
59 .PHONY: configure.in
60 configure.in:
61 sed -e 's/$(APT_CONFVER)/$(APT_DEBVER)/' $@ > $@.$$$$ && mv $@.$$$$ $@
62 endif
63 else
64 configure.in:
65 endif
66
67 # APT Programs in apt-utils
68 APT_UTILS=ftparchive sortpkgs extracttemplates
69
70 # Uncomment this to turn on verbose mode.
71 #export DH_VERBOSE=1
72
73 # Find the libapt-pkg major version for use in other control files
74 include buildlib/libversion.mak
75
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)
79
80 # do not fail as we are just experimenting with symbol files for now
81 export DPKG_GENSYMBOLS_CHECK_LEVEL=0
82
83 build: build/build-stamp
84 build-doc: build/build-doc-stamp
85
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
90 @true
91
92 configure: configure.in
93 build/configure-stamp: configure
94 dh_testdir
95 -mkdir build
96 cp COPYING debian/copyright
97 cd build && CXXFLAGS="$(CXXFLAGS)" ../configure $(confflags)
98 touch $@
99
100 build/build-stamp: build/configure-stamp
101 # Add here commands to compile the package.
102 $(MAKE) binary
103 touch $@
104
105 build/build-doc-stamp: build/configure-stamp
106 # Add here commands to compile the package.
107 $(MAKE) doc
108 touch $@
109
110 clean:
111 dh_testdir
112
113 [ ! -f Makefile ] || $(MAKE) clean distclean
114 rm -rf build
115
116 binary-indep: apt-doc libapt-pkg-doc
117 # Build architecture-independent files here.
118 libapt-pkg-doc: build-doc
119 dh_testdir -p$@
120 dh_testroot -p$@
121 dh_prep -p$@
122 dh_installdirs -p$@
123 #
124 # libapt-pkg-doc install
125 #
126 # remove doxygen's embedded jquery as we don't use it anyway (#622147)
127 rm -f $(BLD)/doc/doxygen/html/jquery.js
128
129 dh_installdocs -p$@ $(BLD)/docs/design* \
130 $(BLD)/docs/dpkg-tech* \
131 $(BLD)/docs/files* \
132 $(BLD)/docs/method* \
133 doc/libapt-pkg2_to_3.txt \
134 doc/style.txt \
135 $(BLD)/doc/doxygen/html
136 dh_installexamples -p$@
137
138 dh_installchangelogs -p$@
139 dh_strip -p$@
140 dh_compress -p$@
141 dh_fixperms -p$@
142 dh_installdeb -p$@
143 dh_gencontrol -p$@ -- -Vlibapt-pkg:provides=$(LIBAPTPKG_PROVIDE)
144 dh_md5sums -p$@
145 dh_builddeb -p$@
146
147 apt-doc: build-doc
148 dh_testdir -p$@
149 dh_testroot -p$@
150 dh_prep -p$@
151 #
152 # apt-doc install
153 #
154 # Copy the guides
155 dh_installdocs -p$@ $(BLD)/docs/guide*.text \
156 $(BLD)/docs/guide*.html \
157 $(BLD)/docs/offline*.text \
158 $(BLD)/docs/offline*.html
159 dh_installchangelogs -p$@
160 dh_compress -p$@
161 dh_fixperms -p$@
162 dh_installdeb -p$@
163 dh_gencontrol -p$@
164 dh_md5sums -p$@
165 dh_builddeb -p$@
166
167
168
169 # Build architecture-dependent files here.
170
171 binary-arch: apt libapt-pkg-dev apt-utils apt-transport-https
172 apt_MANPAGES = apt-cache apt-cdrom apt-config apt-get apt-key apt-mark apt-secure apt apt.conf apt_preferences sources.list
173 apt: build build-doc
174 dh_testdir -p$@
175 dh_testroot -p$@
176 dh_prep -p$@
177 dh_installdirs -p$@
178 #
179 # apt install
180 #
181 cp debian/apt.conf.autoremove debian/$@/etc/apt/apt.conf.d/01autoremove
182 cp debian/apt.conf.changelog debian/$@/etc/apt/apt.conf.d/20changelog
183 cp share/ubuntu-archive.gpg debian/$@/usr/share/$@
184
185 # make rosetta happy and remove pot files in po/ (but leave stuff
186 # in po/domains/* untouched) and cp *.po into each domain dir
187 rm -f build/po/*.pot
188 rm -f po/*.pot
189
190 dh_install -p$@ --sourcedir=$(BLD)
191
192 # Remove the bits that are in apt-utils
193 rm $(addprefix debian/$@/usr/bin/apt-,$(APT_UTILS))
194
195 # https has its own package
196 rm debian/$@/usr/lib/apt/methods/https
197
198 # move the mirror failure script in place
199 #mv debian/$@/usr/bin/apt-report-mirror-failure \
200 # debian/$@/usr/lib/apt/apt-report-mirror-failure \
201
202 dh_bugfiles -p$@
203 dh_lintian -p$@
204 dh_installexamples -p$@ $(BLD)/docs/examples/*
205 dh_installman -p$@ $(wildcard $(patsubst %,doc/%.[158],$(apt_MANPAGES)) $(patsubst %,doc/*/%.*.[158],$(apt_MANPAGES)))
206 dh_installcron -p$@
207 dh_installdocs -p$@
208 dh_installchangelogs -p$@
209 dh_installlogrotate -p$@
210 dh_strip -p$@
211 dh_compress -p$@
212 dh_fixperms -p$@
213 dh_makeshlibs -p$@
214 dh_installdeb -p$@
215 dh_shlibdeps -p$@ -l$(CURDIR)/debian/apt/usr/lib:$(CURDIR)/debian/$@/usr/lib
216 dh_gencontrol -p$@ -- -Vlibapt-pkg:provides=$(LIBAPTPKG_PROVIDE)
217 dh_md5sums -p$@
218 dh_builddeb -p$@
219
220 libapt-pkg-dev: build
221 dh_testdir -p$@
222 dh_testroot -p$@
223 dh_prep -p$@
224 dh_installdirs -p$@
225 #
226 # libapt-pkg-dev install
227 #
228 dh_install -p$@ --sourcedir=$(BLD)
229 dh_installdocs -p$@
230 dh_installchangelogs -p$@
231 dh_strip -p$@
232 dh_compress -p$@
233 dh_fixperms -p$@
234 dh_installdeb -p$@
235 dh_gencontrol -p$@ -- -Vlibapt-pkg:provides=$(LIBAPTPKG_PROVIDE) -Vlibapt-inst:provides=$(LIBAPTINST_PROVIDE)
236 dh_md5sums -p$@
237 dh_builddeb -p$@
238
239 apt-utils_MANPAGES = apt-sortpkgs apt-ftparchive apt-extracttemplates
240 apt-utils: build
241 dh_testdir -p$@
242 dh_testroot -p$@
243 dh_prep -p$@
244 dh_installdirs -p$@
245
246 cp $(addprefix $(BLD)/bin/apt-,$(APT_UTILS)) debian/$@/usr/bin/
247
248 dh_install -p$@ --sourcedir=$(BLD)
249 dh_installdocs -p$@
250 dh_installexamples -p$@
251
252 # Install the man pages..
253 dh_installman -p$@ $(wildcard $(patsubst %,doc/%.[158],$(apt-utils_MANPAGES)) $(patsubst %,doc/*/%.*.[158],$(apt-utils_MANPAGES)))
254
255 dh_installchangelogs -p$@
256 dh_strip -p$@
257 dh_compress -p$@
258 dh_fixperms -p$@
259 dh_makeshlibs -p$@
260 dh_installdeb -p$@
261 dh_shlibdeps -p$@ -l$(CURDIR)/debian/apt/usr/lib:$(CURDIR)/debian/$@/usr/lib
262 dh_gencontrol -p$@ -- -Vlibapt-inst:provides=$(LIBAPTINST_PROVIDE)
263 dh_md5sums -p$@
264 dh_builddeb -p$@
265
266 apt-transport-https: build libapt-pkg-dev
267 dh_testdir -p$@
268 dh_testroot -p$@
269 dh_prep -p$@
270 dh_installdirs -p$@
271
272 dh_install -p$@ --sourcedir=$(BLD)
273 dh_installdocs -p$@ debian/apt-transport-https.README
274 dh_installexamples -p$@
275
276 # Install the man pages..
277 dh_installman -p$@
278
279 dh_installchangelogs -p$@
280 dh_strip -p$@
281 dh_compress -p$@
282 dh_fixperms -p$@
283 dh_installdeb -p$@
284 dh_shlibdeps -p$@ -l$(CURDIR)/debian/apt/usr/lib:$(CURDIR)/debian/$@/usr/lib
285 dh_gencontrol -p$@
286 dh_md5sums -p$@
287 dh_builddeb -p$@
288
289 configure:
290 $(MAKE) configure
291
292 really-clean: clean
293 -find . -name Makefile.in -print0 | xargs --null --no-run-if-empty -- rm -f
294 find -name ChangeLog | xargs rm -f
295 rm -f l33ch-stamp
296
297 binary: binary-indep binary-arch
298 .PHONY: build clean binary-indep binary-arch binary