Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (7)
Avoid non-ASCII characters in synopsis
· 28aa04fa
Andreas Tille
authored
Oct 29, 2018
28aa04fa
debhelper 11
· b0c7dfa5
Andreas Tille
authored
Oct 29, 2018
b0c7dfa5
Point Vcs fields to salsa.debian.org
· d77b7fdd
Andreas Tille
authored
Oct 29, 2018
d77b7fdd
Standards-Version: 4.2.1
· 52dd840a
Andreas Tille
authored
Oct 29, 2018
52dd840a
Testsuite: autopkgtest-pkg-python
· f50127c2
Andreas Tille
authored
Oct 29, 2018
f50127c2
Secure URI in copyright format
· 41b1d937
Andreas Tille
authored
Oct 29, 2018
41b1d937
Upload to unstable
· 06b9ce90
Andreas Tille
authored
Oct 29, 2018
06b9ce90
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
06b9ce90
python-avro (1.8.2+dfsg-2) unstable; urgency=medium
* Team upload.
* Avoid non-ASCII characters in synopsis
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
* Testsuite: autopkgtest-pkg-python
* Secure URI in copyright format
-- Andreas Tille <tille@debian.org> Mon, 29 Oct 2018 13:18:56 +0100
python-avro (1.8.2+dfsg-1) unstable; urgency=medium
* New upstream release.
...
...
debian/compat
View file @
06b9ce90
9
11
debian/control
View file @
06b9ce90
Source: python-avro
Section: python
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Afif Elghraoui <afif@debian.org>
Build-Depends:
debhelper (>= 9),
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper (>= 11~),
default-jdk,
ant,
dh-python,
...
...
@@ -13,17 +13,16 @@ Build-Depends:
python-simplejson,
python3-all,
python3-setuptools
Standards-Version: 4.0.1
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/python-avro
Vcs-Git: https://salsa.debian.org/med-team/python-avro.git
Homepage: http://avro.apache.org
Vcs-Git: https://anonscm.debian.org/git/debian-med/python-avro.git
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-avro.git
Package: python-avro
Architecture: all
Depends:
${misc:Depends},
Depends: ${misc:Depends},
${python:Depends}
Description: Apache Avro serialization system
—
Python 2 library
Description: Apache Avro serialization system
(
Python 2 library
)
Apache Avro is a data serialization system providing
* Rich data structures.
* A compact, fast, binary data format.
...
...
@@ -38,10 +37,9 @@ Description: Apache Avro serialization system — Python 2 library
Package: python3-avro
Architecture: all
Depends:
${misc:Depends},
Depends: ${misc:Depends},
${python3:Depends}
Description: Apache Avro serialization system
—
Python 3 library
Description: Apache Avro serialization system
(
Python 3 library
)
Apache Avro is a data serialization system providing
* Rich data structures.
* A compact, fast, binary data format.
...
...
debian/copyright
View file @
06b9ce90
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: http
s
://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: avro
Source: https://github.com/apache/avro
Files-Excluded: lang/c/*
...
...