debian/0000755000000000000000000000000012245272774007202 5ustar debian/copyright0000644000000000000000000000520312243766123011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: actdiag Source: http://pypi.python.org/pypi/actdiag Files: * Copyright: 2011 Takeshi Komiya License: Apache-2.0 Files: src/actdiag/diagparser.py Copyright: 2008,2009 Andrey Vlasovskikh License: The MIT License Files: bootstrap.py Copyright: 2006 Zope Foundation and Contributors License: Zope Public License 2.1 Files: debian/* Copyright: 2011 Kouhei Maeda License: Apache-2.0 License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. . On Debian systems, the complete text of the Apache version 2.0 license can be found in "/usr/share/common-licenses/Apache-2.0". License: The MIT License Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. License: Zope Public License 2.1 This software is subject to the provisions of the Zope Public License, Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE. debian/control0000644000000000000000000000150612245250174010575 0ustar Source: actdiag Section: python Priority: optional Maintainer: Kouhei Maeda Build-Depends: debhelper (>= 8.0.0), python-all, python-setuptools, python-unittest2, pep8 (>= 1.3), python-nose, python-blockdiag (>= 1.3.1), quilt, fonts-ipafont-gothic | fonts-japanese-gothic Standards-Version: 3.9.4 X-Python-Version: 2.7 Homepage: http://blockdiag.com/ Package: python-actdiag Architecture: all Provides: ${python:Provides} Depends: ${misc:Depends}, ${python:Depends}, python-funcparserlib (>= 0.3.4), python-blockdiag (>= 1.3.1), python-pil, python-docutils Description: generate activity-diagram image file from spec-text file Generate activity-diagram from dot like text with multilingualization for node-label. But this supports utf-8 only. It is able to embed to sphinx with using python-sphinxcontrib-actdiag. debian/watch0000644000000000000000000000012111572714625010223 0ustar version=3 http://pypi.python.org/packages/source/a/actdiag/actdiag-(.*)\.tar\.gz debian/docs0000644000000000000000000000001412243766457010054 0ustar README.rst debian/changelog0000644000000000000000000000353612245250220011041 0ustar actdiag (0.5.1-1) unstable; urgency=low * New upstream release * debian/control - Update dependency python-blockdiag version to >= 1.3.1 - Change dependenry python-imaging to python-pil - Append python-docutils to Depends - Append to Build-Depends - quilt, fonts-ipafont-gothic | fonts-japanese-gothic * debian/rules - Append quilt option to dh command * debian/docs - Rename src/README.txt to README.rst - Remove src/TODO.txt * debian/copyright - Change "Format" section to latest url * debian/patches - Rename update_egg-info to update_egg-info.patch - update_egg-info.patch applied dep3 format - Delete append_test_data -- Kouhei Maeda Wed, 27 Nov 2013 10:53:02 +0900 actdiag (0.4.3-1) unstable; urgency=low * New upstream release * debian/control - Update Standards-Version to 3.9.4 - Update Build-Depends pep8 to >= 1.3, append python-blockdiag - Update Depends python-blockdiag to >= 1.2.4 * debian/patches/append_test_data - Append necessary test data -- Kouhei Maeda Tue, 11 Jun 2013 10:03:34 +0900 actdiag (0.3.3-1) unstable; urgency=low * New upstream release -- Kouhei Maeda Mon, 07 May 2012 00:22:20 +0900 actdiag (0.3.2-1) unstable; urgency=low * New upstream release * debian/control - Update debhelper version - Add python-unittest2, pep8, python-nose to Build-Depends field - Update extended description of Description field * debian/rules - Add override_dh_auto_test with nosetests * quilt header - Add header of "update_egg-info" -- Kouhei Maeda Sat, 14 Apr 2012 03:22:07 +0900 actdiag (0.3.0-1) unstable; urgency=low * Initial release (Closes: #629323) * Update egg-info -- Kouhei Maeda Sat, 11 Feb 2012 23:18:49 +0900 debian/source/0000755000000000000000000000000011572734424010477 5ustar debian/source/format0000644000000000000000000000001411572714407011704 0ustar 3.0 (quilt) debian/pydist-overrides0000644000000000000000000000012111572730442012424 0ustar PIL python-imaging funcparserlib python-funcparserlib blockdiag python-blockdiag debian/manpages0000644000000000000000000000001211654537650010711 0ustar actdiag.1 debian/compat0000644000000000000000000000000211572714407010374 0ustar 7 debian/rules0000755000000000000000000000041512243767272010262 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with python2,quilt override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) set -e; \ $(shell pyversions -r) /usr/bin/nosetests -vd endif debian/patches/0000755000000000000000000000000012243766714010631 5ustar debian/patches/series0000644000000000000000000000002612243766530012040 0ustar update_egg-info.patch debian/patches/update_egg-info.patch0000644000000000000000000000103612243766714014707 0ustar Description: Update MetaData-Version of PKG-INFO Forwarded: not-needed Last-Update: 2013-11-23 Index: actdiag-0.5.1/src/actdiag.egg-info/PKG-INFO =================================================================== --- actdiag-0.5.1.orig/src/actdiag.egg-info/PKG-INFO 2013-11-23 08:48:28.678568581 +0900 +++ actdiag-0.5.1/src/actdiag.egg-info/PKG-INFO 2013-11-23 08:49:12.048054895 +0900 @@ -1,4 +1,4 @@ -Metadata-Version: 1.0 +Metadata-Version: 1.1 Name: actdiag Version: 0.5.1 Summary: actdiag generates activity-diagram image from text