debian/0000755000000000000000000000000011730346703007172 5ustar debian/patches/0000755000000000000000000000000011730344105010613 5ustar debian/patches/1000-install-in-fhs-locations.patch0000644000000000000000000000063511730344105017037 0ustar Description: Install in FHS-compliant directories. For some reason, upstream installs in some odd directory. Here, we correct that. Author: Luke Faraone --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup import glob -package_prefix = "Lib/site-packages/aiml" +package_prefix = "share/pyshared/aiml" setup(name="PyAIML", version="0.8.6", debian/patches/series0000644000000000000000000000004411730343704012032 0ustar 1000-install-in-fhs-locations.patch debian/control0000644000000000000000000000214411730346712010576 0ustar Source: python-aiml Section: python Priority: optional Maintainer: Debian OLPC Uploaders: Jonas Smedegaard , Luke Faraone Build-Depends: debhelper, dh-buildinfo, python (>= 2.6.5), cdbs (>= 0.4.97~), devscripts Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/git/collab-maint/python-aiml Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/python-aiml.git Homepage: http://pyaiml.sf.net/ Package: python-aiml Architecture: all Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends} Provides: ${python:Provides} Description: Artificial Intelligence Markup Language interpreter for Python PyAIML is an interpreter for AIML, the Artificial Intelligence Markup Language, implemented as a 100% pure standard Python package. . The package is fully compliant with the AIML 1.0.1 standard: no less, but also no more. PyAIML's focus is (and will remain) bare-bones AIML interpreting. That means no support for obscure communication protocols, no advanced non-standard features, and no user interface to speak of. debian/source/0000755000000000000000000000000011730225103010460 5ustar debian/source/format0000644000000000000000000000001411730225103011666 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000205411730346330011041 0ustar python-aiml (0.8.6-2) unstable; urgency=low [ Luke Faraone ] * Set architecture to "all" (we do not ship arch-dep files). Closes: #628740. Thanks to Jakub Wilk. * Strip leading article from short description. [ Jonas Smedegaard ] * Fix watch file to use correct URL. * Add myself as uploader. * Bump standards-version to 3.9.3. * Add Vcs-* fields for git maintenance at Alioth. * Use install helper python2 (not python-support). * Fix unapply patch in git. * Update copyright file: Rewrite using format 1.0. * Refresh patch 1000 with shortening quilt options -pab --no-index --no-timestamps. * Update package relations: + Tighten build-dependency on cdbs: Needed for python2 helper. + Relax build-depend unversioned on debhelper and devscripts (needed versions satisfied even in oldstable). -- Jonas Smedegaard Thu, 15 Mar 2012 11:56:29 +0100 python-aiml (0.8.6-1) unstable; urgency=low * Initial release. (Closes: #592923) -- Luke Faraone Tue, 17 Aug 2010 12:58:08 -0400 debian/compat0000644000000000000000000000000211730225103010356 0ustar 7 debian/watch0000644000000000000000000000006611730226525010224 0ustar version=3 http://sf.net/pyaiml/PyAIML-(\d.*)\.tar\.gz debian/copyright_hints0000644000000000000000000000137311730344114012330 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: CHANGES.txt PKG-INFO README.txt SUPPORTED_TAGS.txt TODO.txt aiml/AimlParser.py aiml/DefaultSubs.py aiml/Kernel.py aiml/PatternMgr.py aiml/Utils.py aiml/WordSub.py aiml/__init__.py aiml/personalidad.aiml aiml/self-test.aiml debian/compat debian/control debian/control.in debian/gbp.conf debian/patches/1000-install-in-fhs-locations.patch debian/patches/series debian/rules debian/source/format debian/watch setup.cfg setup.py Copyright: *No copyright* License: UNKNOWN FIXME Files: COPYING.txt Copyright: 2003-2010, Cort Stratton. License: BSD (2 clause) FIXME debian/copyright0000644000000000000000000000316711730346217011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: python-aiml Upstream-Contact: Cort Stratton Source: http://pyaiml.sf.net/ Files: * Copyright: 2003-2010, Cort Stratton License: BSD-2-Clause Files: debian/* Copyright: 2010, Luke Faraone License: BSD-2-Clause License: BSD-2-Clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY THE FREEBSD PROJECT ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FREEBSD PROJECT OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/gbp.conf0000644000000000000000000000021611730225103010576 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True [git-buildpackage] compression = bzip2 debian/rules0000755000000000000000000000060011730346703010246 0ustar #!/usr/bin/make -f DEB_BUILDDIR = build include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk include /usr/share/cdbs/1/rules/utils.mk # Avoid unneeded build-dependency on python-dev CDBS_BUILD_DEPENDS_class_python-distutils_python = clean:: rm -rf build install/python-aiml:: rm debian/python-aiml/usr/share/pyshared/aiml/COPYING.txt debian/control.in0000644000000000000000000000203511730344712011200 0ustar Source: python-aiml Section: python Priority: optional Maintainer: Debian OLPC Uploaders: Jonas Smedegaard , Luke Faraone Build-Depends: @cdbs@ Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/git/collab-maint/python-aiml Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/python-aiml.git Homepage: http://pyaiml.sf.net/ Package: python-aiml Architecture: all Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends} Provides: ${python:Provides} Description: Artificial Intelligence Markup Language interpreter for Python PyAIML is an interpreter for AIML, the Artificial Intelligence Markup Language, implemented as a 100% pure standard Python package. . The package is fully compliant with the AIML 1.0.1 standard: no less, but also no more. PyAIML's focus is (and will remain) bare-bones AIML interpreting. That means no support for obscure communication protocols, no advanced non-standard features, and no user interface to speak of.