[Python-apps-commits] r12413 - in packages/hovercraft/trunk/debian (8 files)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Thu Sep 24 15:34:33 UTC 2015


    Date: Thursday, September 24, 2015 @ 15:34:32
  Author: danstender-guest
Revision: 12413

run cme fix

Modified:
  packages/hovercraft/trunk/debian/changelog
  packages/hovercraft/trunk/debian/control
  packages/hovercraft/trunk/debian/examples
  packages/hovercraft/trunk/debian/links
  packages/hovercraft/trunk/debian/patches/console-script.diff
  packages/hovercraft/trunk/debian/patches/fix-for-dfsg.diff
  packages/hovercraft/trunk/debian/patches/improve-docs.diff
  packages/hovercraft/trunk/debian/source/format

Modified: packages/hovercraft/trunk/debian/changelog
===================================================================
--- packages/hovercraft/trunk/debian/changelog	2015-09-23 20:08:52 UTC (rev 12412)
+++ packages/hovercraft/trunk/debian/changelog	2015-09-24 15:34:32 UTC (rev 12413)
@@ -1,5 +1,5 @@
-hovercraft (2.0+dfsg-1) unstable; urgency=low
+hovercraft (2.0+dfsg-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: #775016).
 
- -- Daniel Stender <debian at danielstender.com>  Wed, 23 Sep 2015 22:08:14 +0200
+ -- Daniel Stender <debian at danielstender.com>  Thu, 24 Sep 2015 17:33:38 +0200

Modified: packages/hovercraft/trunk/debian/control
===================================================================
--- packages/hovercraft/trunk/debian/control	2015-09-23 20:08:52 UTC (rev 12412)
+++ packages/hovercraft/trunk/debian/control	2015-09-24 15:34:32 UTC (rev 12413)
@@ -1,33 +1,30 @@
 Source: hovercraft
+Maintainer: Daniel Stender <debian at danielstender.com>
+Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Section: misc
 Priority: optional
-Maintainer: Daniel Stender <debian at danielstender.com>
-Uploaders:
- Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends:
- debhelper (>= 9),
- dh-python,
- python3,
- python3-setuptools,
- python3-svg.path,
- python3-manuel,
- python-sphinx (>= 1.0.7+dfsg-1~),
- python-pygments
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-pygments,
+               python-sphinx (>= 1.0.7+dfsg-1~),
+               python3,
+               python3-manuel,
+               python3-setuptools,
+               python3-svg.path
 Standards-Version: 3.9.6
-Homepage: https://github.com/regebro/hovercraft/
-Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/hovercraft/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/hovercraft/trunk/
+Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/hovercraft/trunk/
+Homepage: https://github.com/regebro/hovercraft/
 X-Python3-Version: >= 3.2
 
 Package: hovercraft
 Architecture: all
-Depends:
- python3-docutils,
- python3-lxml,
- python3-watchdog,
- ${misc:Depends},
- ${python3:Depends},
- ${sphinxdoc:Depends}
+Depends: python3-docutils,
+         python3-lxml,
+         python3-watchdog,
+         ${misc:Depends},
+         ${python3:Depends},
+         ${sphinxdoc:Depends}
 Description: generator for impress.js presentations from reStructuredText
  Hovercraft provides the convenience of reStructuredText together
  with the capability of impress.js for spectacular presentations.

Modified: packages/hovercraft/trunk/debian/examples
===================================================================
--- packages/hovercraft/trunk/debian/examples	2015-09-23 20:08:52 UTC (rev 12412)
+++ packages/hovercraft/trunk/debian/examples	2015-09-24 15:34:32 UTC (rev 12413)
@@ -1 +1 @@
-docs/examples/*
\ No newline at end of file
+docs/examples/*

Modified: packages/hovercraft/trunk/debian/links
===================================================================
--- packages/hovercraft/trunk/debian/links	2015-09-23 20:08:52 UTC (rev 12412)
+++ packages/hovercraft/trunk/debian/links	2015-09-24 15:34:32 UTC (rev 12413)
@@ -1 +1 @@
-/usr/share/hovercraft/console_script /usr/bin/hovercraft
\ No newline at end of file
+/usr/share/hovercraft/console_script /usr/bin/hovercraft

Modified: packages/hovercraft/trunk/debian/patches/console-script.diff
===================================================================
--- packages/hovercraft/trunk/debian/patches/console-script.diff	2015-09-23 20:08:52 UTC (rev 12412)
+++ packages/hovercraft/trunk/debian/patches/console-script.diff	2015-09-24 15:34:32 UTC (rev 12413)
@@ -1,8 +1,7 @@
 Description: Rename console_script to fit into private module setup
 Author: Daniel Stender <debian at danielstender.com>
-Applied-Upstream: not-needed
 Last-Update: 2015-03-18
-
+Applied-Upstream: not-needed
 --- a/setup.py
 +++ b/setup.py
 @@ -54,7 +54,7 @@

Modified: packages/hovercraft/trunk/debian/patches/fix-for-dfsg.diff
===================================================================
--- packages/hovercraft/trunk/debian/patches/fix-for-dfsg.diff	2015-09-23 20:08:52 UTC (rev 12412)
+++ packages/hovercraft/trunk/debian/patches/fix-for-dfsg.diff	2015-09-24 15:34:32 UTC (rev 12413)
@@ -1,8 +1,7 @@
 Description: Fix examples for removed Python logo image
 Author: Daniel Stender <debian at danielstender.com>
-Applied-Upstream: not-needed
 Last-Update: 2015-03-19
-
+Applied-Upstream: not-needed
 --- a/docs/examples/tutorial.rst
 +++ b/docs/examples/tutorial.rst
 @@ -145,11 +145,11 @@

Modified: packages/hovercraft/trunk/debian/patches/improve-docs.diff
===================================================================
--- packages/hovercraft/trunk/debian/patches/improve-docs.diff	2015-09-23 20:08:52 UTC (rev 12412)
+++ packages/hovercraft/trunk/debian/patches/improve-docs.diff	2015-09-24 15:34:32 UTC (rev 12413)
@@ -1,9 +1,8 @@
 Description: fix some things in the docs
  copyright span, version number; exclude examples from doc build
 Author: Daniel Stender <debian at danielstender.com>
-Applied-Upstream: no
 Last-Update: 2015-02-04
-
+Applied-Upstream: no
 --- a/docs/conf.py
 +++ b/docs/conf.py
 @@ -41,16 +41,16 @@

Modified: packages/hovercraft/trunk/debian/source/format
===================================================================
--- packages/hovercraft/trunk/debian/source/format	2015-09-23 20:08:52 UTC (rev 12412)
+++ packages/hovercraft/trunk/debian/source/format	2015-09-24 15:34:32 UTC (rev 12413)
@@ -1 +1 @@
-3.0 (quilt)
\ No newline at end of file
+3.0 (quilt)




More information about the Python-apps-commits mailing list