debian/0000755000000000000000000000000011622276171007173 5ustar debian/source/0000755000000000000000000000000011411677642010477 5ustar debian/source/format0000644000000000000000000000001411411677642011705 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211411677363010375 0ustar 7 debian/spass.lintian-overrides0000644000000000000000000000023311411707612013675 0ustar # spass includes both dfg2otter and the wrapper dfg2tter.pl which have slightly different usage spass: script-with-language-extension usr/bin/dfg2otter.pl debian/control0000644000000000000000000000222211412450613010564 0ustar Source: spass Section: science Priority: optional Build-Depends: debhelper (>= 7) Maintainer: Roland Stigge Standards-Version: 3.9.0 Package: spass Architecture: any Depends: dpkg (>= 1.15.4) | install-info, ${shlibs:Depends}, ${misc:Depends} Description: An automated theorem prover for first-order logic with equality SPASS is a saturation-based automated theorem prover for first-order logic with equality. It is unique due to the combination of the superposition calculus with specific inference/reduction rules for sorts (types) and a splitting rule for case analysis motivated by the beta-rule of analytic tableaux and the case analysis employed in the Davis-Putnam procedure. Furthermore, SPASS provides a sophisticated clause normal form translation. . This package consists of the SPASS/FLOTTER binary, documentation, and a small example collection. The tools collections contain the proof checker pcs, the syntax translators dfg2otter and dfg2tptp, and the ASCII pretty printer dfg2ascii. . For more information, additional and partly huge example collections, consider the project homepage at http://spass.mpi-sb.mpg.de/. debian/changelog0000644000000000000000000000450511622276171011051 0ustar spass (3.7-3) unstable; urgency=low * Added debian/watch -- Roland Stigge Mon, 15 Aug 2011 22:07:12 +0200 spass (3.7-2) unstable; urgency=low * Remove debian patches to broken texinfo files until fixed upstream * debian/control: Standards-Version: 3.9.0 -- Roland Stigge Tue, 29 Jun 2010 22:04:02 +0200 spass (3.7-1) unstable; urgency=low * New upstream release -- Roland Stigge Sun, 27 Jun 2010 18:59:28 +0200 spass (2.1-5) unstable; urgency=low * Moved to source format 3.0 (quilt) * debian/control: Standards-Version: 3.8.4 -- Roland Stigge Sun, 27 Jun 2010 18:43:16 +0200 spass (2.1-4) unstable; urgency=low * debian/rules: Removed DEB_BASE_DIR (Closes: #495149) * debian/control: Standards-Version: 3.8.0 * debian/compat: 7 -- Roland Stigge Sun, 17 Aug 2008 18:05:44 +0200 spass (2.1-3) unstable; urgency=low * Updated Description -- Roland Stigge Mon, 13 Oct 2003 09:20:04 +0200 spass (2.1-2) unstable; urgency=low * New maintainer (Closes: #214950) * Set debhelper version compatibility level to 4 * Adjusted debian/copyright * Standards-Version: 3.6.1 -- Roland Stigge Sat, 11 Oct 2003 13:59:36 +0200 spass (2.1-1) unstable; urgency=low * new upstream release * use fixed versions of man pages (thanks to Dalibor Topic) * debian/control: upgraded to new version of Debian policy -- Marco Kuhlmann Sat, 17 May 2003 15:58:20 +0200 spass (2.0-4) unstable; urgency=low * added manpages for dfg2ascii, dfg2otter, dfg2tptp (closes: #159334) * debian/control: changed the description * debian/control: upgraded to new version of Debian policy -- Marco Kuhlmann Tue, 1 Oct 2002 10:26:00 +0200 spass (2.0-3) unstable; urgency=low * debian/rules: actually build the architecture dependent packages in binary-arch (closes: #159238) -- Marco Kuhlmann Mon, 2 Sep 2002 12:54:11 +0100 spass (2.0-2) unstable; urgency=low * debian/rules: do not rely on autotools-dev being installed -- Marco Kuhlmann Sun, 1 Sep 2002 16:51:15 +0100 spass (2.0-1) unstable; urgency=low * initial release (closes: #156728) -- Marco Kuhlmann Thu, 22 Aug 2002 00:21:12 +0100 debian/rules0000755000000000000000000000367011412453626010260 0ustar #!/usr/bin/make -f # spass for Debian/GNU # Marco Kuhlmann # Roland Stigge export DH_OPTIONS # needed if dpkg-buildpackage is not used export DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) # cross-compilation ifeq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE)) configure_options += --build $(DEB_BUILD_GNU_TYPE) else configure_options += --host $(DEB_HOST_GNU_TYPE) --build $(DEB_BUILD_GNU_TYPE) endif # generic Debian directories DEB_DEBIAN_DIR = $(CURDIR)/debian DEB_INSTALL_DIR = $(DEB_DEBIAN_DIR)/spass # generic targets configure: configure-stamp configure-stamp: dh_testdir ./configure $(configure_options) \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man touch $@ build: build-stamp build-stamp: configure-stamp dh_testdir $(MAKE) touch $@ install: install-stamp install-stamp: build-stamp dh_testdir dh_testroot dh_prep $(MAKE) install DESTDIR=$(DEB_INSTALL_DIR) -rm -f $(DEB_INSTALL_DIR)/usr/share/info/dir # until fixed upstream: -rm -rf $(DEB_INSTALL_DIR)/usr/share/info touch $@ clean: dh_testdir dh_testroot rm -f install-stamp build-stamp configure-stamp source-stamp [ ! -f Makefile ] || $(MAKE) distclean rm -f scripts/FLOTTER dh_clean # package-specific targets binary-arch: build install dh_testdir dh_testroot rm -f $(DEB_DEBIAN_DIR)/spass/usr/bin/FLOTTER ln -s SPASS $(DEB_DEBIAN_DIR)/spass/usr/bin/FLOTTER ln -s SPASS.1 $(DEB_DEBIAN_DIR)/spass/usr/share/man/man1/FLOTTER.1 dh_installdocs `find doc -name '*.pdf'` README VERSIONHISTORY dh_installexamples examples/* dh_installchangelogs dh_lintian dh_strip dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary-indep: build install dh_testdir dh_testroot binary: binary-arch .PHONY: configure build install clean binary-arch binary-indep binary debian/watch0000644000000000000000000000017011622276122010216 0ustar version=3 opts="uversionmangle=s/(.)(.+)/$1.$2/" http://www.spass-prover.org/download/index.html sources/spass(.+)\.tgz debian/copyright0000644000000000000000000000332411411706120011114 0ustar This is the Debian prepackaged version of SPASS. The Debian package has been put together by Marco Kuhlmann . It's currently maintained by Roland Stigge Sat, 11 Oct 2003 14:06:43 +0200 It has been built from the sources in spass21.tgz, which was obtained from http://spass.mpi-sb.mpg.de/ This software is copyright (c) 1996-2010 by Max-Planck-Institut fuer Informatik Contact: Christoph Weidenbach The package includes the following LICENSE: 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 "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 MAX PLANCK INSTITUTE FOR INFORMATICS 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.