[med-svn] [Git][med-team/python3-apiclient][master] 6 commits: Closing ITP bug(s)
Andreas Tille
gitlab at salsa.debian.org
Thu Apr 16 11:10:29 BST 2020
Andreas Tille pushed to branch master at Debian Med / python3-apiclient
Commits:
d39e2b8e by Andreas Tille at 2020-04-16T12:05:13+02:00
Closing ITP bug(s)
- - - - -
8068dbcf by Andreas Tille at 2020-04-16T12:05:54+02:00
Short description should be no sentence but a phrase which could be turned into a sentence by doing
The package NAME is SHORTDESCRIPTION .
- - - - -
e04bd834 by Andreas Tille at 2020-04-16T12:06:54+02:00
Homepage is a single URL
- - - - -
787f5bcd by Andreas Tille at 2020-04-16T12:07:34+02:00
Cleanup comments from package_template
- - - - -
c9f8502d by Andreas Tille at 2020-04-16T12:09:02+02:00
PYBUILD_NAME should be just the module name not the Debian package name
- - - - -
8e2c8265 by Andreas Tille at 2020-04-16T12:09:35+02:00
Architecture is "all" since there is no binary code
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,5 +1,5 @@
python3-apiclient (1.0.4-1) UNRELEASED; urgency=medium
- * Initial release (Closes: #<bug>)
+ * Initial release (Closes: #956853, #956852)
-- Malihe Asemani <ml.asemani at gmail.com> Wed, 15 Apr 2020 05:47:11 -0500
=====================================
debian/control
=====================================
@@ -12,13 +12,13 @@ Build-Depends: debhelper-compat (= 12),
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/python3-apiclient
Vcs-Git: https://salsa.debian.org/med-team/python3-apiclient.git
-Homepage: https://github.com/shazow/apiclient, https://pypi.org/project/apiclient/
+Homepage: https://github.com/shazow/apiclient
Rules-Requires-Root: no
Package: python3-apiclient
-Architecture: any
+Architecture: all
Depends: ${misc:Depends},${python3:Depends}
-Description: Tiny framework for building good API client libraries thanks to urllib3.
+Description: tiny framework for building good API client libraries thanks to urllib3
Tiny framework for building good API client libraries thanks to urllib3
Threadsafely reuses connections with Keep-Alive (via urllib3).
Small and easy to understand codebase perfect for extending and building upon.
=====================================
debian/rules
=====================================
@@ -3,26 +3,7 @@
# DH_VERBOSE := 1
export LC_ALL=C.UTF-8
-include /usr/share/dpkg/default.mk
-# this provides:
-# DEB_SOURCE: the source package name
-# DEB_VERSION: the full version of the package (epoch + upstream vers. + revision)
-# DEB_VERSION_EPOCH_UPSTREAM: the package's version without the Debian revision
-# DEB_VERSION_UPSTREAM_REVISION: the package's version without the Debian epoch
-# DEB_VERSION_UPSTREAM: the package's upstream version
-# DEB_DISTRIBUTION: the distribution(s) listed in the current entry of debian/changelog
-# SOURCE_DATE_EPOCH: the source release date as seconds since the epoch, as
-# specified by <https://reproducible-builds.org/specs/source-date-epoch/>
+export PYBUILD_NAME=apiclient
-# for hardening you might like to uncomment this:
-# export DEB_BUILD_MAINT_OPTIONS=hardening=+all
-
-export PYBUILD_NAME=python3-apiclient
%:
dh $@ --with python3 --buildsystem pybuild
-
-### When overriding auto_test make sure DEB_BUILD_OPTIONS will be respected
-#override_dh_auto_test:
-#ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-# do_stuff_for_testing
-#endif
View it on GitLab: https://salsa.debian.org/med-team/python3-apiclient/-/compare/c5031ba0358b41018cba1df697d7382473ee30d5...8e2c8265c6d1eb61e45186465a3bb7ddf485ede8
--
View it on GitLab: https://salsa.debian.org/med-team/python3-apiclient/-/compare/c5031ba0358b41018cba1df697d7382473ee30d5...8e2c8265c6d1eb61e45186465a3bb7ddf485ede8
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200416/7f88dac5/attachment-0001.html>
More information about the debian-med-commit
mailing list