File: step500.slog

package info (click to toggle)
debmake-doc 1.22-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 12,952 kB
  • sloc: makefile: 916; sh: 692; python: 202; ansic: 114; sed: 16
file content (371 lines) | stat: -rw-r--r-- 16,512 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
 $ cd debhello-3.1
 $ debuild
 dpkg-buildpackage -us -uc -ui -i -i
dpkg-buildpackage: info: source package debhello
dpkg-buildpackage: info: source version 3.1-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Osamu Aoki <osamu@debian.org>
 dpkg-source -i -i --before-build .
dpkg-buildpackage: info: host architecture amd64
 debian/rules clean
dh clean --with python3 --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
        pybuild --clean -i python{version} -p 3.11
I: pybuild base:240: python3.11 setup.py clean
running clean
removing '/path/to/debhello-3.1/.pybuild/cpython3_3.11/build' (and everything...
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.11' does not exist -- can't clean it
        rm -rf .pybuild/
        find . -name \*.pyc -exec rm {} \;
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
        rm -f debian/debhelper-build-stamp
        rm -rf debian/.debhelper/
        rm -f -- debian/debhello.substvars debian/files
        rm -fr -- debian/debhello/ debian/tmp/
        find .  \( \( \
                \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -pat...
                \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE ...
                 -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
                 -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
                 -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
                \) -exec rm -f {} + \) -o \
                \( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \...
 dpkg-source -i -i -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building debhello using existing ./debhello_3.1.orig.tar.g...
dpkg-source: info: building debhello in debhello_3.1-1.debian.tar.xz
dpkg-source: info: building debhello in debhello_3.1-1.dsc
 debian/rules binary
dh binary --with python3 --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
        pybuild --configure -i python{version} -p 3.11
I: pybuild base:240: python3.11 setup.py config
running config
   dh_auto_build -O--buildsystem=pybuild
        pybuild --build -i python{version} -p 3.11
I: pybuild base:240: /usr/bin/python3 setup.py build
running build
running build_py
creating /path/to/debhello-3.1/.pybuild/cpython3_3.11/build/debhello
copying src/debhello/__init__.py -> /path/to/debhello-3.1/.pybuild/cpython3_3...
copying src/debhello/__main__.py -> /path/to/debhello-3.1/.pybuild/cpython3_3...
   dh_auto_test -O--buildsystem=pybuild
        pybuild --test -i python{version} -p 3.11
I: pybuild base:240: cd /path/to/debhello-3.1/.pybuild/cpython3_3.11/build; p...

----------------------------------------------------------------------
Ran 0 tests in 0.000s

OK
        rm -fr -- /tmp/dh-xdg-rundir-M20Yorlx
   create-stamp debian/debhelper-build-stamp
   dh_testroot -O--buildsystem=pybuild
   dh_prep -O--buildsystem=pybuild
        rm -f -- debian/debhello.substvars
        rm -fr -- debian/.debhelper/generated/debhello/ debian/debhello/ debi...
   dh_installdirs -O--buildsystem=pybuild
   dh_auto_install --destdir=debian/debhello/ -O--buildsystem=pybuild
        install -m0755 -d /path/to/debhello-3.1/debian/debhello
        pybuild --install -i python{version} -p 3.11 --dest-dir /path/to/debh...
I: pybuild base:240: /usr/bin/python3 setup.py install --root /path/to/debhel...
running install
/usr/lib/python3/dist-packages/setuptools/command/install.py:34: SetuptoolsDe...
  warnings.warn(
running build
running build_py
running install_lib
creating /path/to/debhello-3.1/debian/debhello/usr
creating /path/to/debhello-3.1/debian/debhello/usr/lib
creating /path/to/debhello-3.1/debian/debhello/usr/lib/python3.11
creating /path/to/debhello-3.1/debian/debhello/usr/lib/python3.11/dist-packag...
creating /path/to/debhello-3.1/debian/debhello/usr/lib/python3.11/dist-packag...
copying /path/to/debhello-3.1/.pybuild/cpython3_3.11/build/debhello/__init__....
copying /path/to/debhello-3.1/.pybuild/cpython3_3.11/build/debhello/__main__....
creating /path/to/debhello-3.1/debian/debhello/usr/lib/python3.11/dist-packag...
copying /path/to/debhello-3.1/.pybuild/cpython3_3.11/build/debhello/__pycache...
byte-compiling /path/to/debhello-3.1/debian/debhello/usr/lib/python3.11/dist-...
byte-compiling /path/to/debhello-3.1/debian/debhello/usr/lib/python3.11/dist-...
running install_egg_info
running egg_info
creating src/debhello.egg-info
writing src/debhello.egg-info/PKG-INFO
writing dependency_links to src/debhello.egg-info/dependency_links.txt
writing entry points to src/debhello.egg-info/entry_points.txt
writing top-level names to src/debhello.egg-info/top_level.txt
writing manifest file 'src/debhello.egg-info/SOURCES.txt'
reading manifest file 'src/debhello.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'src/debhello.egg-info/SOURCES.txt'
Copying src/debhello.egg-info to /path/to/debhello-3.1/debian/debhello/usr/li...
Skipping SOURCES.txt
running install_scripts
Installing hello script to /path/to/debhello-3.1/debian/debhello/usr/bin
   dh_install -O--buildsystem=pybuild
        install -m0755 -d debian/debhello/usr/share/pixmaps
        cp --reflink=auto -a ./data/hello.png debian/debhello/usr/share/pixma...
   dh_installdocs -O--buildsystem=pybuild
        install -m0755 -d debian/debhello/usr/share/doc/debhello
        install -p -m0644 debian/README.Debian debian/debhello/usr/share/doc/...
        install -p -m0644 debian/copyright debian/debhello/usr/share/doc/debh...
   dh_installchangelogs -O--buildsystem=pybuild
        install -m0755 -d debian/debhello/usr/share/doc/debhello
        install -p -m0644 debian/.debhelper/generated/debhello/dh_installchan...
   dh_installman -O--buildsystem=pybuild
        install -m0755 -d debian/debhello/usr/share/man/man1/
        install -p -m0644 ./manpages/hello.1 debian/debhello/usr/share/man/ma...
        man-recode --to-code UTF-8 --suffix .dh-new debian/debhello/usr/share...
        mv debian/debhello/usr/share/man/man1/hello.1.dh-new debian/debhello/...
        chmod 0644 -- debian/debhello/usr/share/man/man1/hello.1
   dh_python3 -O--buildsystem=pybuild
D: dh_python3 dh_python3:179: version: 5.20230130+deb12u1
D: dh_python3 dh_python3:180: argv: ['/usr/bin/dh_python3', '-O--buildsystem=...
D: dh_python3 dh_python3:181: options: Namespace(guess_deps=True, skip_privat...
D: dh_python3 dh_python3:182: supported Python versions: 3.11 (default=3.11)
D: dh_python3 debhelper:183: source=debhello, binary packages=['debhello']
D: dh_python3 dh_python3:204: processing package debhello...
D: dh_python3 fs:52: moving files from debian/debhello/usr/lib/python3.11/dis...
D: dh_python3 fs:400: package debhello details = {'requires.txt': set(), 'egg...
D: dh_python3 depends:117: generating dependencies for package debhello
D: dh_python3 depends:281: D={'python3:any'}; R=[]; S=[]; E=[], B=[]; RT=[]
   dh_installsystemduser -O--buildsystem=pybuild
   dh_perl -O--buildsystem=pybuild
   dh_link -O--buildsystem=pybuild
   dh_strip_nondeterminism -O--buildsystem=pybuild
        Using 1624762861 as canonical time
        Normalizing debian/debhello/usr/share/pixmaps/hello.png using File::S...
   dh_compress -O--buildsystem=pybuild
        cd debian/debhello
        chmod a-x usr/share/doc/debhello/changelog.Debian usr/share/man/man1/...
        gzip -9nf usr/share/doc/debhello/changelog.Debian usr/share/man/man1/...
        cd '/path/to/debhello-3.1'
   dh_fixperms -O--buildsystem=pybuild
        find debian/debhello ! -type l -a -true -a -true -print0 2>/dev/null ...
        find debian/debhello/usr/share/doc -type f -a -true -a ! -regex 'debi...
        find debian/debhello/usr/share/doc -type d -a -true -a -true -print0 ...
        find debian/debhello/usr/share/man -type f -a -true -a -true -print0 ...
        find debian/debhello -type f \( -name '*.so.*' -o -name '*.so' -o -na...
        find debian/debhello/usr/bin -type f -a -true -a -true -print0 2>/dev...
        find debian/debhello/usr/lib -type f -name '*.ali' -a -true -a -true ...
   dh_missing -O--buildsystem=pybuild
   dh_installdeb -O--buildsystem=pybuild
        install -m0755 -d debian/debhello/DEBIAN
        printf '#!/bin/sh\nset -e\n' > debian/debhello/DEBIAN/postinst
        cat debian/debhello.postinst.debhelper >> debian/debhello/DEBIAN/post...
        chmod 0755 -- debian/debhello/DEBIAN/postinst
        printf '#!/bin/sh\nset -e\n' > debian/debhello/DEBIAN/prerm
        cat debian/debhello.prerm.debhelper >> debian/debhello/DEBIAN/prerm
        chmod 0755 -- debian/debhello/DEBIAN/prerm
   dh_gencontrol -O--buildsystem=pybuild
        install -m0755 -d debian/debhello/DEBIAN
        echo misc:Depends= >> debian/debhello.substvars
        echo misc:Pre-Depends= >> debian/debhello.substvars
        dpkg-gencontrol -pdebhello -ldebian/changelog -Tdebian/debhello.subst...
        chmod 0644 -- debian/debhello/DEBIAN/control
   dh_md5sums -O--buildsystem=pybuild
        install -m0755 -d debian/debhello/DEBIAN
        cd debian/debhello >/dev/null && xargs -r0 md5sum | perl -pe 'if (s@^...
        chmod 0644 -- debian/debhello/DEBIAN/md5sums
   dh_builddeb -O--buildsystem=pybuild
        dpkg-deb --root-owner-group --build debian/debhello ..
dpkg-deb: building package 'debhello' in '../debhello_3.1-1_all.deb'.
 dpkg-genbuildinfo -O../debhello_3.1-1_amd64.buildinfo
 dpkg-genchanges -O../debhello_3.1-1_amd64.changes
dpkg-genchanges: info: including full source code in upload
 dpkg-source -i -i --after-build .
dpkg-buildpackage: info: full upload (original source is included)
Now running lintian -i -I --show-overrides debhello_3.1-1_amd64.changes ...
N:
E: debhello source: empty-debian-tests-control [debian/tests/control]
N:
N:
N:   The debian/tests/control is empty when any comments are removed.
N:
N:   Please refer to
N:   https://salsa.debian.org/ci-team/autopkgtest/tree/master/doc/README.pack...
N:   for details.
N:
N:   Visibility: error
N:   Show-Always: no
N:   Check: testsuite
N:
N:
W: debhello: copyright-has-url-from-dh_make-boilerplate
N:
N:   There is "url://example.com" in your copyright file. This was most likel...
N:   a remnant from the dh_make template.
N:
N:   Make sure you include the real location where you obtained the upstream
N:   sources (if any).
N:
N:   Please refer to Copyright information (Section 12.5) in the Debian Polic...
N:   Manual for details.
N:
N:   Visibility: warning
N:   Show-Always: no
N:   Check: debian/copyright
N:
N:
W: debhello source: dh-make-template-in-source [debian/maintscript.ex]
N:
N:   The named file looks like a dh_make template.
N:
N:   Source files like debian/*.ex or debian/ex.* were usually installed by
N:   dh_make. They are meant to be renamed after they were adapted by the
N:   maintainer.
N:
N:   Unused templates should be removed.
N:
N:   Visibility: warning
N:   Show-Always: no
N:   Check: dh-make/template
N:
N:
W: debhello source: dh-make-template-in-source [debian/postinst.ex]
N:
W: debhello source: dh-make-template-in-source [debian/postrm.ex]
N:
W: debhello source: dh-make-template-in-source [debian/preinst.ex]
N:
W: debhello source: dh-make-template-in-source [debian/prerm.ex]
N:
W: debhello: readme-debian-contains-debmake-template [usr/share/doc/debhello/...
N:
N:   The README.Debian file installed by this package contains one of the
N:   template phrases from the README.Debian provided by deb-make or dh_make:...
N:
N:    Comments regarding the package
N:    So far nothing to say
N:    <possible notes regarding this package - if none, delete this file>
N:    Automatically generated by debmake
N:
N:   If there is real information in the file, please delete any generic
N:   template phrases. If there is nothing to say in the file, it is best
N:   removed.
N:
N:   Visibility: warning
N:   Show-Always: no
N:   Check: debian/readme
N:
N:
W: debhello source: syntax-error-in-dep5-copyright Continuation line not in p...
N:
N:   The machine-readable copyright file didn't pass Debian control file synt...
N:   check.
N:
N:   This issue may hide other issues as Lintian skips some checks on the fil...
N:   in this case.
N:
N:   Please refer to
N:   https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ for
N:   details.
N:
N:   Visibility: warning
N:   Show-Always: no
N:   Check: debian/copyright/dep5
N:
N:
W: debhello source: timewarp-standards-version (2021-06-27 < 2022-12-17)
N:
N:   The source package refers to a Standards-Version that was released after...
N:   the date of the most recent debian/changelog entry. Perhaps you forgot t...
N:   update the timestamp in debian/changelog before building the package?
N:
N:   Visibility: warning
N:   Show-Always: no
N:   Check: fields/standards-version
N:
N:
I: debhello source: missing-prerequisite-for-pyproject-backend setuptools.bui...
N:
N:   pybuild now supports building with PEP-517 standard interfaces natively....
N:   These sources could be built using pybuild's generic pyproject plugin an...
N:   the named build backend.
N:
N:   Please declare both named prerequisites in Build-Depends. You will need
N:   both the generic pybuild-plugin-pyproject as well as the specific one to...
N:   the named backend. It is usually python3-${backend}.
N:
N:   No changes are required if you are using pybuild's dedicated flit plugin...
N:   although that plugin will eventually be deprecated in favor of the gener...
N:   pyproject plugin mentioned above.
N:
N:   Visibility: info
N:   Show-Always: no
N:   Check: languages/python
N:
N:
I: debhello source: upstream-metadata-missing-bug-tracking [debian/upstream/m...
N:
N:   The DEP 12 metadata file does not specify any upstream bug tracking
N:   information (ie. the Bug-Database or Bug-Submit fields are missing).
N:
N:   The upstream metadata can be found in the source package in the file
N:   debian/upstream/metadata.
N:
N:   Please refer to https://dep-team.pages.debian.net/deps/dep12/ for detail...
N:
N:   Visibility: info
N:   Show-Always: no
N:   Check: debian/upstream/metadata
N:
N:
I: debhello source: upstream-metadata-missing-repository [debian/upstream/met...
N:
N:   The DEP 12 metadata file does not specify the location of upstream's
N:   version control repository (ie. the Repository and Repository-Browse
N:   fields are missing).
N:
N:   The upstream metadata can be found in the source package in the file
N:   debian/upstream/metadata.
N:
N:   Please refer to https://dep-team.pages.debian.net/deps/dep12/ for detail...
N:
N:   Visibility: info
N:   Show-Always: no
N:   Check: debian/upstream/metadata
N:
N:
N: masked by screen python/egg/metadata
M: debhello: package-contains-documentation-outside-usr-share-doc [usr/lib/py...
N:
N:   This package ships a documentation file outside /usr/share/doc
N:   Documentation files are normally installed inside /usr/share/doc.
N:
N:   If this file doesn't describe the contents or purpose of the directory i...
N:   is in, please consider moving this file to /usr/share/doc/ or maybe even...
N:   removing it. If this file does describe the contents or purpose of the
N:   directory it is in, please add a lintian override.
N:
N:   Visibility: info
N:   Show-Always: no
N:   Check: documentation
N:
N:   Screen: python/egg/metadata
N:     Advocates: "Scott Kitterman" <debian@kitterman.com>
N:     Reason: The folders XXX.dist-info/ and XXX.egg-info/ hold metadata for...
N:             Python modules. Those files are not documentation even though
N:             some of their names carry the .txt file extension.
N:
N:             Python modules can be both public and private.
N:
N:             Read more in
N:             https://www.python.org/dev/peps/pep-0427/#the-dist-info-direct...
N:             https://www.python.org/dev/peps/pep-0376/#id16,
N:             https://www.python.org/dev/peps/pep-0610/,
N:             https://www.python.org/dev/peps/pep-0639/,
N:             https://setuptools.pypa.io/en/latest/deprecated/python_eggs.ht...
N:             and Bug#1003913.
N:
N:
N: masked by screen python/egg/metadata
M: debhello: package-contains-documentation-outside-usr-share-doc [usr/lib/py...
N:
N: masked by screen python/egg/metadata
M: debhello: package-contains-documentation-outside-usr-share-doc [usr/lib/py...
Finished running lintian.