Codebase list pseudo / 730a38e
Reading package lists... 0%Reading package lists... 0%Reading package lists... 0%Reading package lists... 93%Reading package lists... 93%Reading package lists... 94%Reading package lists... 94%Reading package lists... 95%Reading package lists... 95%Reading package lists... 95%Reading package lists... 95%Reading package lists... 96%Reading package lists... 96%Reading package lists... 96%Reading package lists... 96%Reading package lists... 96%Reading package lists... 96%Reading package lists... Done Building dependency tree... 0%Building dependency tree... 0%Building dependency tree... 50%Building dependency tree... 50%Building dependency tree... 91%Building dependency tree... Done Reading state information... 0% Reading state information... 0%Reading state information... Done Connecting to api.ftp-master.debian.org to check 4 package versions. Please wait... Got info from api.ftp-master.debian.org for 4 packages. Config::Model::Backend::DpkgStoreRole::store_section_leaf_element Subject should be only one line. Gluing together the lines (line 65) Changes applied to dpkg configuration: - patches:"0001-Use-sys-xattr.h-rather-than-the-deprecated-attr-xatt.patch" Subject: Gluing together lines - control source Standards-Version: '4.5.0' -> '4.5.1' # applied fix for :Current standards version is '4.5.1'. Please read https://www.debian.org/doc/debian-policy/upgrading-checklist.html for the changes that may be needed on your package to upgrade it from standard version '4.5.0' to '4.5.1'. - control binary:libpseudo Breaks:0 deleted value: 'pseudo (<< 1.7.5-3~)' # applied fix for :unnecessary older-than versioned dependency: pseudo (<< 1.7.5-3~). Debian has oldoldstable -> 1.8.1+git20161012-2; oldstable -> 1.9.0+git20180920-1; unstable -> 1.9.0+git20200626+067950b-2; testing -> 1.9.0+git20200626+067950b-2; stable -> 1.9.0+git20200626+067950b-2; - control binary:libpseudo Replaces:0 deleted value: 'pseudo (<< 1.7.5-3~)' # applied fix for :unnecessary older-than versioned dependency: pseudo (<< 1.7.5-3~). Debian has oldoldstable -> 1.8.1+git20161012-2; oldstable -> 1.9.0+git20180920-1; unstable -> 1.9.0+git20200626+067950b-2; testing -> 1.9.0+git20200626+067950b-2; stable -> 1.9.0+git20200626+067950b-2; jenkins@osuosl167-amd64.debian.net 2 years ago
2 changed file(s) with 20 addition(s) and 29 deletion(s). Raw diff Collapse all Expand all
00 Source: pseudo
1 Maintainer: Andrej Shadura <andrewsh@debian.org>
12 Section: utils
23 Priority: optional
3 Maintainer: Andrej Shadura <andrewsh@debian.org>
4 Build-Depends:
5 attr,
6 debhelper-compat (= 12),
7 libattr1-dev,
8 libsqlite3-dev,
9 python3,
10 Standards-Version: 4.5.0
11 Homepage: https://www.yoctoproject.org/software-item/pseudo/
4 Build-Depends: attr,
5 debhelper-compat (= 12),
6 libattr1-dev,
7 libsqlite3-dev,
8 python3
9 Standards-Version: 4.5.1
1210 Vcs-Browser: https://salsa.debian.org/debian/pseudo
1311 Vcs-Git: https://salsa.debian.org/debian/pseudo.git
12 Homepage: https://www.yoctoproject.org/software-item/pseudo/
1413
1514 Package: libpseudo
1615 Architecture: any
1716 Multi-Arch: same
18 Replaces:
19 pseudo (<< 1.7.5-3~),
20 Breaks:
21 pseudo (<< 1.7.5-3~),
22 Depends:
23 ${misc:Depends},
24 ${shlibs:Depends},
17 Depends: ${misc:Depends},
18 ${shlibs:Depends}
2519 Description: advanced tool for simulating superuser privileges
2620 The pseudo utility offers a way to run commands in a virtualized "root"
2721 environment, allowing ordinary users to run commands which give the
3832 Package: pseudo
3933 Architecture: any
4034 Multi-Arch: foreign
41 Depends:
42 libpseudo (>= ${binary:Version}),
43 ${misc:Depends},
44 ${shlibs:Depends},
45 Replaces:
46 libpseudo (<< 1.9.0+git20190515+996bead-2~)
47 Breaks:
48 libpseudo (<< 1.9.0+git20190515+996bead-2~)
49 Provides:
50 fakeroot,
35 Depends: libpseudo (>= ${binary:Version}),
36 ${misc:Depends},
37 ${shlibs:Depends}
38 Breaks: libpseudo (<< 1.9.0+git20190515+996bead-2~)
39 Provides: fakeroot
40 Replaces: libpseudo (<< 1.9.0+git20190515+996bead-2~)
5141 Description: advanced tool for simulating superuser privileges
5242 The pseudo utility offers a way to run commands in a virtualized "root"
5343 environment, allowing ordinary users to run commands which give the
0 Subject: Use <sys/xattr.h> rather than the deprecated <attr/xattr.h> from libattr
1 Bug-Debian: https://bugs.debian.org/953906
02 From: Andrej Shadura <andrewsh@debian.org>
3
14 Date: Sat, 14 Mar 2020 20:08:43 +0100
2 Subject: Use <sys/xattr.h> rather than the deprecated <attr/xattr.h> from
3 libattr
45
56 In the Debian bug #953906 Guillem Jover <guillem@debian.org> writes:
67
910 > freeze. But I'd like to be able to remove it in Debian too, so that
1011 > the interface can be synced with upstream.
1112
12 Bug-Debian: https://bugs.debian.org/953906
13
1314 ---
1415 ports/linux/subports | 3 +--
1516 ports/linux/xattr/portdefs.h | 1 -