Andreas Tille pushed to branch master at Debian Med / python-avro
Commits: 28aa04fa by Andreas Tille at 2018-10-29T12:09:54Z Avoid non-ASCII characters in synopsis - - - - - b0c7dfa5 by Andreas Tille at 2018-10-29T12:14:52Z debhelper 11 - - - - - d77b7fdd by Andreas Tille at 2018-10-29T12:18:55Z Point Vcs fields to salsa.debian.org - - - - - 52dd840a by Andreas Tille at 2018-10-29T12:18:56Z Standards-Version: 4.2.1 - - - - - f50127c2 by Andreas Tille at 2018-10-29T12:18:56Z Testsuite: autopkgtest-pkg-python - - - - - 41b1d937 by Andreas Tille at 2018-10-29T12:18:56Z Secure URI in copyright format - - - - - 06b9ce90 by Andreas Tille at 2018-10-29T12:22:50Z Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/compat - debian/control - debian/copyright Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,15 @@ +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 <[email protected]> Mon, 29 Oct 2018 13:18:56 +0100 + python-avro (1.8.2+dfsg-1) unstable; urgency=medium * New upstream release. ===================================== debian/compat ===================================== @@ -1 +1 @@ -9 +11 ===================================== debian/control ===================================== @@ -1,29 +1,28 @@ Source: python-avro -Section: python -Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Afif Elghraoui <[email protected]> -Build-Depends: - debhelper (>= 9), - default-jdk, - ant, - dh-python, - python-all, - python-setuptools, - python-simplejson, - python3-all, - python3-setuptools -Standards-Version: 4.0.1 +Section: python +Testsuite: autopkgtest-pkg-python +Priority: optional +Build-Depends: debhelper (>= 11~), + default-jdk, + ant, + dh-python, + python-all, + python-setuptools, + python-simplejson, + python3-all, + python3-setuptools +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}, - ${python:Depends} -Description: Apache Avro serialization system — Python 2 library +Depends: ${misc:Depends}, + ${python:Depends} +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}, - ${python3:Depends} -Description: Apache Avro serialization system — Python 3 library +Depends: ${misc:Depends}, + ${python3:Depends} +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 ===================================== @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: avro Source: https://github.com/apache/avro Files-Excluded: lang/c/* View it on GitLab: https://salsa.debian.org/med-team/python-avro/compare/8938d5f6a5906170625938d040d9bd10d9461995...06b9ce904e7711df84ea4c57f5587782d0325c4c -- View it on GitLab: https://salsa.debian.org/med-team/python-avro/compare/8938d5f6a5906170625938d040d9bd10d9461995...06b9ce904e7711df84ea4c57f5587782d0325c4c You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
