[Python-modules-commits] r34102 - in packages/python-ly/trunk (14 files)

foka at users.alioth.debian.org foka at users.alioth.debian.org
Wed Sep 2 11:41:51 UTC 2015


    Date: Wednesday, September 2, 2015 @ 11:41:50
  Author: foka
Revision: 34102

[svn-inject] Applying Debian modifications (0.9.2-1) to trunk

Added:
  packages/python-ly/trunk/debian/
  packages/python-ly/trunk/debian/changelog
  packages/python-ly/trunk/debian/compat
  packages/python-ly/trunk/debian/control
  packages/python-ly/trunk/debian/copyright
  packages/python-ly/trunk/debian/python-ly-doc.doc-base
  packages/python-ly/trunk/debian/python-ly-doc.docs
  packages/python-ly/trunk/debian/python3-ly.docs
  packages/python-ly/trunk/debian/python3-ly.links
  packages/python-ly/trunk/debian/python3-ly.manpages
  packages/python-ly/trunk/debian/rules
  packages/python-ly/trunk/debian/source/
  packages/python-ly/trunk/debian/source/format
  packages/python-ly/trunk/debian/watch


Property changes on: packages/python-ly/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-ly/trunk/debian/changelog
===================================================================
--- packages/python-ly/trunk/debian/changelog	                        (rev 0)
+++ packages/python-ly/trunk/debian/changelog	2015-09-02 11:41:50 UTC (rev 34102)
@@ -0,0 +1,6 @@
+python-ly (0.9.2-1) unstable; urgency=low
+
+  * Initial upload, packaged with the help of python-stdeb and friends.
+    (Closes: #797720)
+
+ -- Anthony Fok <foka at debian.org>  Wed, 02 Sep 2015 04:12:42 -0600

Added: packages/python-ly/trunk/debian/compat
===================================================================
--- packages/python-ly/trunk/debian/compat	                        (rev 0)
+++ packages/python-ly/trunk/debian/compat	2015-09-02 11:41:50 UTC (rev 34102)
@@ -0,0 +1 @@
+9

Added: packages/python-ly/trunk/debian/control
===================================================================
--- packages/python-ly/trunk/debian/control	                        (rev 0)
+++ packages/python-ly/trunk/debian/control	2015-09-02 11:41:50 UTC (rev 34102)
@@ -0,0 +1,52 @@
+Source: python-ly
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Anthony Fok <foka at debian.org>
+Section: python
+Priority: optional
+Build-Depends: dh-python, python3-setuptools, python3-all, debhelper (>= 9),
+               python-docutils, python-sphinx
+Standards-Version: 3.9.6
+Homepage: https://github.com/wbsoft/python-ly
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-ly/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-ly/trunk/
+
+Package: python3-ly
+Architecture: all
+Provides: python-ly
+Depends: ${misc:Depends}, ${python3:Depends}
+Suggests: python-ly-doc
+Enhances: lilypond
+Description: Tool and library for manipulating LilyPond files (Python 3)
+ python-ly provides a Python library "ly" containing various Python modules
+ to parse, manipulate or create documents in LilyPond format.
+ A command line program "ly" is also provided that can be used to do various
+ manipulations with LilyPond files.
+ .
+ The python-ly package is Free Software, licensed under the GPL. This package
+ is written by the Frescobaldi developers and is used extensively by the
+ Frescobaldi project. The main author is Wilbert Berendsen.
+ .
+ The LilyPond format is a plain text input format that is used by the 
+ GNU music typesetter LilyPond (www.lilypond.org).
+ .
+ This package installs the "ly" tool and library for Python 3.
+
+Package: python-ly-doc
+Architecture: all
+Section: doc
+Provides: python3-ly-doc
+Depends: ${sphinxdoc:Depends}, ${misc:Depends}
+Description: Tool and library for manipulating LilyPond files (documentation)
+ python-ly provides a Python library "ly" containing various Python modules
+ to parse, manipulate or create documents in LilyPond format.
+ A command line program "ly" is also provided that can be used to do various
+ manipulations with LilyPond files.
+ .
+ The python-ly package is Free Software, licensed under the GPL. This package
+ is written by the Frescobaldi developers and is used extensively by the
+ Frescobaldi project. The main author is Wilbert Berendsen.
+ .
+ The LilyPond format is a plain text input format that is used by the 
+ GNU music typesetter LilyPond (www.lilypond.org).
+ .
+ This is the documentation package.

Added: packages/python-ly/trunk/debian/copyright
===================================================================
--- packages/python-ly/trunk/debian/copyright	                        (rev 0)
+++ packages/python-ly/trunk/debian/copyright	2015-09-02 11:41:50 UTC (rev 34102)
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: python-ly
+Upstream-Contact: Wilbert Berendsen <wbsoft at xs4all.nl>
+Source: https://pypi.python.org/pypi/python-ly
+
+Files: *
+Copyright: 2008–2015  Wilbert Berendsen <wbsoft at xs4all.nl>
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2015 Anthony Fok <foka at debian.org>
+License: GPL-2+
+
+License: GPL-2+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ version 2 can be found in "/usr/share/common-licenses/GPL-2".

Added: packages/python-ly/trunk/debian/python-ly-doc.doc-base
===================================================================
--- packages/python-ly/trunk/debian/python-ly-doc.doc-base	                        (rev 0)
+++ packages/python-ly/trunk/debian/python-ly-doc.doc-base	2015-09-02 11:41:50 UTC (rev 34102)
@@ -0,0 +1,20 @@
+Document: python-ly
+Title: python-ly documentation
+Author: Wilbert Berendsen
+Abstract: This documentation describes the python-ly package,
+ which provides a Python library "ly" containing various Python modules
+ to parse, manipulate or create documents in LilyPond format.
+ A command line program "ly" is also provided that can be used
+ to do various manipulations with LilyPond files.
+ .
+ The LilyPond format is a plain text input format that is used by
+ the GNU music typesetter LilyPond (www.lilypond.org).
+ .
+ The python-ly package is Free Software, licensed under the GPL.
+ This package is written by the Frescobaldi developers
+ and is used extensively by the Frescobaldi project.
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-ly-doc/html/index.html
+Files: /usr/share/doc/python-ly-doc/html/*.html

Added: packages/python-ly/trunk/debian/python-ly-doc.docs
===================================================================
--- packages/python-ly/trunk/debian/python-ly-doc.docs	                        (rev 0)
+++ packages/python-ly/trunk/debian/python-ly-doc.docs	2015-09-02 11:41:50 UTC (rev 34102)
@@ -0,0 +1 @@
+build/html/

Added: packages/python-ly/trunk/debian/python3-ly.docs
===================================================================
--- packages/python-ly/trunk/debian/python3-ly.docs	                        (rev 0)
+++ packages/python-ly/trunk/debian/python3-ly.docs	2015-09-02 11:41:50 UTC (rev 34102)
@@ -0,0 +1 @@
+README.rst

Added: packages/python-ly/trunk/debian/python3-ly.links
===================================================================
--- packages/python-ly/trunk/debian/python3-ly.links	                        (rev 0)
+++ packages/python-ly/trunk/debian/python3-ly.links	2015-09-02 11:41:50 UTC (rev 34102)
@@ -0,0 +1 @@
+usr/share/doc/python-ly-doc/html usr/share/doc/python3-ly/html

Added: packages/python-ly/trunk/debian/python3-ly.manpages
===================================================================
--- packages/python-ly/trunk/debian/python3-ly.manpages	                        (rev 0)
+++ packages/python-ly/trunk/debian/python3-ly.manpages	2015-09-02 11:41:50 UTC (rev 34102)
@@ -0,0 +1 @@
+build/man/ly.1

Added: packages/python-ly/trunk/debian/rules
===================================================================
--- packages/python-ly/trunk/debian/rules	                        (rev 0)
+++ packages/python-ly/trunk/debian/rules	2015-09-02 11:41:50 UTC (rev 34102)
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME = ly
+export PYBUILD_AFTER_BUILD = PYTHONPATH=$(CURDIR) \
+                             make -C doc SPHINXOPTS=-N BUILDDIR=../build html man
+
+%:
+	dh $@ --with python3,sphinxdoc --buildsystem=pybuild


Property changes on: packages/python-ly/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-ly/trunk/debian/source/format
===================================================================
--- packages/python-ly/trunk/debian/source/format	                        (rev 0)
+++ packages/python-ly/trunk/debian/source/format	2015-09-02 11:41:50 UTC (rev 34102)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-ly/trunk/debian/watch
===================================================================
--- packages/python-ly/trunk/debian/watch	                        (rev 0)
+++ packages/python-ly/trunk/debian/watch	2015-09-02 11:41:50 UTC (rev 34102)
@@ -0,0 +1,4 @@
+# please also check http://pypi.debian.net/python-ly/watch
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/python-ly/python-ly-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Python-modules-commits mailing list