Codebase list django-environ / cme/main
Reading package lists... 0%Reading package lists... 100%Reading package lists... Done Building dependency tree... 0%Building dependency tree... 0%Building dependency tree... 50%Building dependency tree... 50%Building dependency tree... Done Reading state information... 0% Reading state information... 0%Reading state information... Done Changes applied to dpkg configuration: - control source Standards-Version: '4.0.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.0.0' to '4.5.1'. - control source Build-Depends:4: 'python3-setuptools (>= 0.6b3)' -> 'python3-setuptools' # applied fix for :unnecessary greater-than versioned dependency: python3-setuptools (>= 0.6b3). Debian has oldoldoldstable -> 5.5.1-1; oldoldstable -> 33.1.1-1; oldstable -> 40.8.0-1; unstable -> 52.0.0-4; stable -> 52.0.0-4; testing -> 52.0.0-4; experimental -> 57.0.0-1; - copyright License: rename key from 'MIT' to 'Expat' - copyright Files:"*" License short_name: 'MIT' -> 'Expat' # applied fix for :There are many versions of the MIT license. Please use Expat instead, when it matches. See L<Debian copyright format|https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/#license-specification> and L<wikipedia|https://en.wikipedia.org/wiki/MIT_License#Various_versions>for details. - copyright Files:"debian/*" License short_name: 'MIT' -> 'Expat' # applied fix for :There are many versions of the MIT license. Please use Expat instead, when it matches. See L<Debian copyright format|https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/#license-specification> and L<wikipedia|https://en.wikipedia.org/wiki/MIT_License#Various_versions>for details. jenkins@osuosl167-amd64.debian.net 2 years ago
3 changed file(s) with 42 addition(s) and 17 deletion(s). Raw diff Collapse all Expand all
99 * Bump debhelper from old 9 to 12.
1010 * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
1111 Repository-Browse.
12 * Reading package lists... 0%Reading package lists... 100%Reading package
13 lists... Done Building dependency tree... 0%Building dependency tree...
14 0%Building dependency tree... 50%Building dependency tree... 50%Building
15 dependency tree... Done Reading state information... 0% Reading state
16 information... 0%Reading state information... Done Changes applied to dpkg
17 configuration: - control source Standards-Version: '4.0.0' -> '4.5.1' #
18 applied fix for :Current standards version is '4.5.1'. Please read
19 https://www.debian.org/doc/debian-policy/upgrading-checklist.html for the
20 changes that may be needed on your package to upgrade it from standard
21 version '4.0.0' to '4.5.1'. - control source Build-Depends:4:
22 'python3-setuptools (>= 0.6b3)' -> 'python3-setuptools' # applied fix for
23 :unnecessary greater-than versioned dependency: python3-setuptools (>=
24 0.6b3). Debian has oldoldoldstable -> 5.5.1-1; oldoldstable -> 33.1.1-1;
25 oldstable -> 40.8.0-1; unstable -> 52.0.0-4; stable -> 52.0.0-4; testing ->
26 52.0.0-4; experimental -> 57.0.0-1; - copyright License: rename key from
27 'MIT' to 'Expat' - copyright Files:"*" License short_name: 'MIT' -> 'Expat'
28 # applied fix for :There are many versions of the MIT license. Please use
29 Expat instead, when it matches. See L<Debian copyright
30 format|https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/#license-specification>
31 and
32 L<wikipedia|https://en.wikipedia.org/wiki/MIT_License#Various_versions>for
33 details. - copyright Files:"debian/*" License short_name: 'MIT' -> 'Expat' #
34 applied fix for :There are many versions of the MIT license. Please use
35 Expat instead, when it matches. See L<Debian copyright
36 format|https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/#license-specification>
37 and
38 L<wikipedia|https://en.wikipedia.org/wiki/MIT_License#Various_versions>for
39 details.
1240
1341 -- Ondřej Nový <onovy@debian.org> Thu, 24 Sep 2020 09:00:17 +0200
1442
00 Source: django-environ
11 Maintainer: Debian Python Team <team+python@tracker.debian.org>
2 Uploaders:
3 Brian May <bam@debian.org>,
2 Uploaders: Brian May <bam@debian.org>
43 Section: python
54 Priority: optional
6 Build-Depends:
7 debhelper-compat (= 12),
8 dh-python,
9 python3-all,
10 python3-django,
11 python3-setuptools (>= 0.6b3),
12 python3-six,
5 Build-Depends: debhelper-compat (= 12),
6 dh-python,
7 python3-all,
8 python3-django,
9 python3-setuptools,
10 python3-six
11 Standards-Version: 4.5.1
12 Vcs-Browser: https://salsa.debian.org/python-team/packages/django-environ
1313 Vcs-Git: https://salsa.debian.org/python-team/packages/django-environ.git
14 Vcs-Browser: https://salsa.debian.org/python-team/packages/django-environ
1514 Homepage: https://github.com/joke2k/django-environ/
16 Standards-Version: 4.0.0
1715
1816 Package: python3-django-environ
1917 Architecture: all
20 Depends:
21 ${misc:Depends},
22 ${python3:Depends},
18 Depends: ${misc:Depends},
19 ${python3:Depends}
2320 Description: Simplified environment variables for Django
2421 Simplifies configuring key aspects of Django Applications through
2522 environment variables. This package contains the Python3 version.
33
44 Files: *
55 Copyright: 2013-2015, Daniele Faraglia
6 License: MIT
6 License: Expat
77
88 Files: debian/*
99 Copyright: 2015 Brian May <bam@debian.org>
10 License: MIT
10 License: Expat
1111
12 License: MIT
12 License: Expat
1313 Permission is hereby granted, free of charge, to any person obtaining
1414 a copy of this software and associated documentation files (the
1515 "Software"), to deal in the Software without restriction, including