debian/0000755000000000000000000000000012130610203007152 5ustar debian/control0000644000000000000000000000150712130551256010574 0ustar Source: python-clips Section: python Priority: optional Maintainer: Debian Med Packaging Team Uploaders: Thorsten Alteholz Build-Depends: debhelper (>= 9), python-all-dev Standards-Version: 3.9.4 Homepage: http://sourceforge.net/projects/pyclips/ Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/python-clips/trunk/ Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/python-clips/trunk/ Package: python-clips Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} Provides: ${python:Provides} Description: Python module to interface the CLIPS expert system shell library CLIPS is an expert system shell / inference engine written by NASA (see Debian package clips). . pyclips are the Python bindings to that engine. debian/copyright0000644000000000000000000000541712130544716011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: pyclips Source: http://sourceforge.net/projects/pyclips/ Files: * Copyright: 2002-2008 Francesco Garosi/JKS License: LGPL-2 Files: CLIPSSrc.zip Copyright: 2006 Barry Cameron, Bebe Ly, Brian L. Donnell, Chris Culbert, Gary D. Riley License: CLIPS Files: debian/* Copyright: 2013 Thorsten Alteholz License: GPL-2.0+ License: GPL-2.0+ 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 program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". License: LGPL-2 On Debian systems, the complete text of the GNU Lesser General Public License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2". License: CLIPS CLIPS License Information . 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, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so. . 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 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. . CLIPS is released as public domain software and as such you are under no obligation to pay for its use. However, if you derive commercial or monetary benefit from use of the software or just want to show support, please consider making a voluntary payment based on the worth of the software to you as compensation for the time and effort required to develop and maintain CLIPS. Payments can be made online at http://order.kagi.com/?JKT. debian/changelog0000644000000000000000000000025412130607120011031 0ustar python-clips (1.0.7.348+clips-1) unstable; urgency=low * initial version (Closes: #577406) -- Thorsten Alteholz Mon, 08 Apr 2013 18:00:07 +0100 debian/compat0000644000000000000000000000000212126101777010370 0ustar 9 debian/watch0000644000000000000000000000007212125672015010217 0ustar version=3 http://sf.net/pyclips/pyclips-([\d.]+)\.tar\.gz debian/get-orig-source0000644000000000000000000000145412130530125012120 0ustar #!/bin/bash # bail out upon error set -e PACKAGE=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'` TARDIR=../tarballs mkdir -p $TARDIR VERSION=`uscan --rename --verbose --force-download | grep "Newest version on remote site is .* local version is .*" | head -n 1 | sed "s/Newest version on remote site is \([a-z0-9.]\+\),.*/\1/"` mkdir -p $TARDIR cd $TARDIR UTAR="${PACKAGE}_${VERSION}.orig.tar.gz" mv ../${UTAR} . tar -xzf ${UTAR} mv pyclips ${PACKAGE}_${VERSION}+clips.orig # .orig is requested by Developers Reference 3.4.4 6.7.8.2 cd ${PACKAGE}_${VERSION}+clips.orig wget http://pyclips.sourceforge.net/files/CLIPSSrc.zip cd .. rm $UTAR BZIP2="--best" tar -cjf ${PACKAGE}_${VERSION}+clips.orig.tar.bz2 ${PACKAGE}_${VERSION}+clips.orig rm -rf ${PACKAGE}_${VERSION}+clips.orig debian/rules0000755000000000000000000000043212130532406010241 0ustar #!/usr/bin/make -f # DH_VERBOSE := 1 %: dh $@ --with python2 override_dh_clean: dh_clean rm -rf clipssrc rm -f clips/_eclips_wrap.py rm -f clips/_version.py override_dh_auto_install: dh_auto_install dh_installchangelogs README get-orig-source: ./debian/get-orig-source debian/source/0000755000000000000000000000000012130610203010452 5ustar debian/source/format0000644000000000000000000000001412126102337011671 0ustar 3.0 (quilt)