Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Update "Source" location in debian/copyright to point to new URI.
· 8acc654d
Chris Lamb
authored
May 15, 2018
8acc654d
Update upstream "url" kwarg in setup.py.
· 7e7bc0c0
Chris Lamb
authored
May 15, 2018
7e7bc0c0
Hide whitespace changes
Inline
Side-by-side
debian/copyright
View file @
7e7bc0c0
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: reprotest
Source: https://
anonscm
.debian.org/
cgit/
reproducible/reprotest.git
Source: https://
salsa
.debian.org/reproducible
-builds
/reprotest.git
Files: *
Copyright: 2017-2016 Ximin Luo <infinity0@debian.org>
...
...
setup.py
View file @
7e7bc0c0
...
...
@@ -12,7 +12,7 @@ setup(name='reprotest',
author
=
'
Ximin Luo, Ceridwen
'
,
author_email
=
'
infinity0@debian.org, ceridwenv@gmail.com
'
,
license
=
'
GPL-3+
'
,
url
=
'
https://
anonscm
.debian.org/
cgit/
reproducible/reprotest
.git/
'
,
url
=
'
https://
salsa
.debian.org/reproducible
-builds
/reprotest
'
,
packages
=
find_packages
(),
entry_points
=
{
'
console_scripts
'
:
[
...
...