Codebase list elfutils / 1a813eb
[ Sergio Durigan Junior ] * d/rules: Populate binary-indep with proper build instructions. * d/control: Remove ${shlibs:Depends} from libdebuginfod-common. [ Matthias Klose ] * d/rules: Move dh_install to the install target. * d/rules: Add -a/-i options to the dh_ commands. Matthias Klose 3 years ago
4 changed file(s) with 44 addition(s) and 18 deletion(s). Raw diff Collapse all Expand all
0 elfutils (0.183-7) experimental; urgency=medium
1
2 [ Sergio Durigan Junior ]
3 * d/rules: Populate binary-indep with proper build instructions.
4 * d/control: Remove ${shlibs:Depends} from libdebuginfod-common.
5
6 [ Matthias Klose ]
7 * d/rules: Move dh_install to the install target.
8 * d/rules: Add -a/-i options to the dh_ commands.
9
10 -- Matthias Klose <doko@debian.org> Thu, 15 Apr 2021 17:49:43 +0200
11
012 elfutils (0.183-6) experimental; urgency=medium
113
214 * d/libdebuginfod-common.install: Remove file.
148148 Section: devel
149149 Architecture: all
150150 Multi-Arch: foreign
151 Depends: ${shlibs:Depends}, ${misc:Depends}, ucf
151 Depends: ${misc:Depends}, ucf
152152 Pre-Depends: ${misc:Pre-Depends}, debconf
153153 Description: library to interact with debuginfod (common files)
154154 The libdebuginfo1 package provides a library with an interface to interact
0 usr/etc/profile.d/debuginfod.* usr/share/libdebuginfod-common/
129129 > debian/libdebuginfod-common.install
130130 endif
131131
132 dh_install --sourcedir=debian/tmp
133 rm -f debian/elfutils/usr/bin/debuginfod*
134 dh_missing --fail-missing --sourcedir=debian/tmp
135
132136 # Build architecture-independent files here.
133137 build-indep: build
134138 binary-indep: build-indep install
139 dh_testdir
140 dh_testroot
141 dh_installchangelogs -i ChangeLog
142 dh_installdocs -i
143
144 dh_compress -i
145 dh_fixperms -i
146 dh_installdebconf -i
147 dh_installdeb -i
148 dh_gencontrol -i
149 dh_md5sums -i
150 dh_builddeb -i
151
135152 # We have nothing to do.
136153
137154 # Build architecture-dependent files here.
139156 binary-arch: build-arch install
140157 dh_testdir
141158 dh_testroot
142 dh_installchangelogs ChangeLog
143 dh_installdocs
159 dh_installchangelogs -a ChangeLog
160 dh_installdocs -a ChangeLog
144161
145162 : # FIXME: package those ...
146163 # find debian/tmp -name '*debuginfod*' | xargs -r rm -f
148165 # rm -f debian/tmp/usr/share/man/man1/eu-readelf.1
149166 # rm -f debian/tmp/usr/share/man/man3/elf_*.3
150167
151 dh_install --sourcedir=debian/tmp
152 rm -f debian/elfutils/usr/bin/debuginfod*
153 dh_missing --fail-missing --sourcedir=debian/tmp
154
155 dh_dwz
156 dh_strip
157 dh_strip_nondeterminism
158 dh_compress
159 dh_fixperms
168 dh_dwz -a
169 dh_strip -a
170 dh_strip_nondeterminism -a
171 dh_compress -a
172 dh_fixperms -a
160173 dpkg-gensymbols -Pdebian/libdw1/ -plibdw1 -c4
161174 dpkg-gensymbols -Pdebian/libasm1/ -plibasm1 -c4
162175 dpkg-gensymbols -Pdebian/libelf1/ -plibelf1 -c4
164177 dh_makeshlibs -plibasm1 -V "libasm1 (>= 0.132)"
165178 dh_makeshlibs -plibdw1 -V "libdw1 (>= 0.138)"
166179 dh_makeshlibs -plibdebuginfod1
167 dh_installdebconf
168 dh_installdeb
169 dh_shlibdeps
170 dh_gencontrol
171 dh_md5sums
172 dh_builddeb
180 dh_installdebconf -a
181 dh_installdeb -a
182 dh_shlibdeps -a
183 dh_gencontrol -a
184 dh_md5sums -a
185 dh_builddeb -a
173186
174187 binary: binary-indep binary-arch
175188