Nilesh Patra pushed to branch master at Debian Med / python-ciso8601
Commits: 82579f43 by Nilesh Patra at 2020-10-26T00:03:33+05:30 Fix Build-Depends (Closes: #972773) - - - - - a400341d by Nilesh Patra at 2020-10-26T00:03:47+05:30 Add hardening options - - - - - 5c5dc0c9 by Nilesh Patra at 2020-10-26T00:05:57+05:30 Add upstream/metadata - - - - - 7b05694f by Nilesh Patra at 2020-10-26T00:07:16+05:30 Bump compat: version to 13 - - - - - 03c76784 by Nilesh Patra at 2020-10-26T00:13:00+05:30 Update changelog - - - - - 4 changed files: - debian/changelog - debian/control - debian/rules - + debian/upstream/metadata Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +python-ciso8601 (2.1.3-3) unstable; urgency=medium + + * Team Upload. + * Fix Build-Depends (Closes: #972773) + * Add hardening options + * Add upstream/metadata + * Bump compat: version to 13 + + -- Nilesh Patra <[email protected]> Mon, 26 Oct 2020 00:07:25 +0530 + python-ciso8601 (2.1.3-2) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -3,11 +3,10 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Malihe Asemani <[email protected]> Section: python Priority: optional -Build-Depends: debhelper-compat (= 12), - python3-all, +Build-Depends: debhelper-compat (= 13), + python3-all-dev, python3-setuptools, dh-python, - python3-dev, python3-unittest2, python3-tz Standards-Version: 4.5.0 ===================================== debian/rules ===================================== @@ -4,6 +4,7 @@ export LC_ALL=C.UTF-8 include /usr/share/dpkg/default.mk +export DEB_BUILD_MAINT_OPTIONS = hardening=+all export PYBUILD_NAME=ciso8601 ===================================== debian/upstream/metadata ===================================== @@ -0,0 +1,7 @@ +--- +Archive: GitHub +Bug-Database: https://github.com/closeio/ciso8601/issues +Bug-Submit: https://github.com/closeio/ciso8601/issues/new +Changelog: https://github.com/closeio/ciso8601/tags +Repository: https://github.com/closeio/ciso8601.git +Repository-Browse: https://github.com/closeio/ciso8601 View it on GitLab: https://salsa.debian.org/med-team/python-ciso8601/-/compare/8f19a7a1e33ce5c4751154902facb872c7724310...03c7678484a9c1983e56a2a15a3dfb233614ddb2 -- View it on GitLab: https://salsa.debian.org/med-team/python-ciso8601/-/compare/8f19a7a1e33ce5c4751154902facb872c7724310...03c7678484a9c1983e56a2a15a3dfb233614ddb2 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
