[Python-apps-commits] r13557 - in packages/twine/trunk/debian (4 files)

barry at users.alioth.debian.org barry at users.alioth.debian.org
Wed Aug 24 22:25:27 UTC 2016


    Date: Wednesday, August 24, 2016 @ 22:25:22
  Author: barry
Revision: 13557

* New upstream release.
* d/control:
  - Bump Standards-Version to 3.9.8 with no other changes needed.
  - Add python3-sphinx-rtd-theme to Build-Depends.
* d/twine.manpages: Added to correctly install the man page.

Added:
  packages/twine/trunk/debian/twine.manpages
Modified:
  packages/twine/trunk/debian/changelog
  packages/twine/trunk/debian/control
  packages/twine/trunk/debian/rules

Modified: packages/twine/trunk/debian/changelog
===================================================================
--- packages/twine/trunk/debian/changelog	2016-08-24 20:43:13 UTC (rev 13556)
+++ packages/twine/trunk/debian/changelog	2016-08-24 22:25:22 UTC (rev 13557)
@@ -1,10 +1,17 @@
-twine (1.6.1-1) UNRELEASED; urgency=medium
+twine (1.8.1-1) UNRELEASED; urgency=medium
 
-  * New upstream release 
-  * Refresh dependencies (still missing python3-requests-toolbelt) 
+  [ Zygmunt Krynicki ]
+  * Refresh dependencies (still missing python3-requests-toolbelt)
 
- -- Zygmunt Krynicki <zygmunt.krynicki at canonical.com>  Wed, 23 Sep 2015 21:02:17 +0200
+  [ Barry Warsaw ]
+  * New upstream release.
+  * d/control:
+    - Bump Standards-Version to 3.9.8 with no other changes needed.
+    - Add python3-sphinx-rtd-theme to Build-Depends.
+  * d/twine.manpages: Added to correctly install the man page.
 
+ -- Barry Warsaw <barry at debian.org>  Wed, 24 Aug 2016 17:10:18 -0400
+
 twine (1.5.0-1) unstable; urgency=medium
 
   * New upstream release
@@ -12,7 +19,7 @@
   * debian/copyright: update with new authors
   * debian/manpages: remove the automatically-generated manual page until
     upstream has some documentation. This is also tracked upstream as
-    https://github.com/pypa/twine/issues/11 
+    https://github.com/pypa/twine/issues/11
   * debian/lintian-overrides: add an override for the lower-case 'python' used
     in the long description as a code example.
 

Modified: packages/twine/trunk/debian/control
===================================================================
--- packages/twine/trunk/debian/control	2016-08-24 20:43:13 UTC (rev 13556)
+++ packages/twine/trunk/debian/control	2016-08-24 22:25:22 UTC (rev 13557)
@@ -11,8 +11,9 @@
                python3-releases (>= 0.6.1),
                python3-requests (>= 2.3.0),
                python3-setuptools (>= 0.7),
-               python3-sphinx
-Standards-Version: 3.9.6
+               python3-sphinx,
+               python3-sphinx-rtd-theme
+Standards-Version: 3.9.8
 X-Python3-Version: >= 3.3
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/twine/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/twine/trunk/

Modified: packages/twine/trunk/debian/rules
===================================================================
--- packages/twine/trunk/debian/rules	2016-08-24 20:43:13 UTC (rev 13556)
+++ packages/twine/trunk/debian/rules	2016-08-24 22:25:22 UTC (rev 13557)
@@ -6,6 +6,6 @@
 
 override_dh_auto_build:
 	dh_auto_build --buildsystem=pybuild
-	# Build sphinx html documentation and man pages 
+	# Build sphinx html documentation and man pages
 	python3 setup.py build_sphinx -b html
 	python3 setup.py build_sphinx -b man

Added: packages/twine/trunk/debian/twine.manpages
===================================================================
--- packages/twine/trunk/debian/twine.manpages	                        (rev 0)
+++ packages/twine/trunk/debian/twine.manpages	2016-08-24 22:25:22 UTC (rev 13557)
@@ -0,0 +1 @@
+build/sphinx/man/twine.1




More information about the Python-apps-commits mailing list