[Python-modules-commits] r16715 - in packages/pyke/trunk (13 files)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Sat Apr 23 13:17:14 UTC 2011


    Date: Saturday, April 23, 2011 @ 13:17:12
  Author: eriol-guest
Revision: 16715

Added packaging stuff made by Chris Lamb

Added:
  packages/pyke/trunk/debian/
  packages/pyke/trunk/debian/changelog
  packages/pyke/trunk/debian/compat
  packages/pyke/trunk/debian/control
  packages/pyke/trunk/debian/copyright
  packages/pyke/trunk/debian/pyke-doc.docs
  packages/pyke/trunk/debian/python-pyke-doc.examples
  packages/pyke/trunk/debian/python-pyke.install
  packages/pyke/trunk/debian/pyversions
  packages/pyke/trunk/debian/rules
  packages/pyke/trunk/debian/source/
  packages/pyke/trunk/debian/source/format
  packages/pyke/trunk/debian/watch

Added: packages/pyke/trunk/debian/changelog
===================================================================
--- packages/pyke/trunk/debian/changelog	                        (rev 0)
+++ packages/pyke/trunk/debian/changelog	2011-04-23 13:17:12 UTC (rev 16715)
@@ -0,0 +1,76 @@
+pyke (1.1.1-2) UNRELEASED; urgency=low
+
+  * Update Vcs-{Browser,Git}.
+
+ -- Chris Lamb <lamby at debian.org>  Sat, 26 Feb 2011 22:03:02 +0000
+
+pyke (1.1.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * Move to '3.0 (quilt)' source format.
+  * Bump Standards-Version to 3.9.1.
+  * Prefer Breaks over Conflicts.
+
+ -- Chris Lamb <lamby at debian.org>  Sun, 01 Aug 2010 17:20:23 -0400
+
+pyke (1.0.4-1) unstable; urgency=low
+
+  * New upstream release (Closes: #556530)
+  * Update debian/watch to find .zip releases.
+  * Bump Build-Depends on debhelper to 7.0.50~ for override_* targets.
+  * Bump Standards-Version to 3.8.3.
+
+ -- Chris Lamb <lamby at debian.org>  Tue, 01 Dec 2009 01:16:24 +0000
+
+pyke (1.0.2-1) unstable; urgency=low
+
+  * New upstream release.
+  * Bump Standards-Version to 3.8.1.
+  * Remove text files /usr/pyke after building.
+  * Use embedded version of python-ply so that we do not have to depend on a
+    particular version.
+    - Update debian/copyright.
+    - Drop Depends: on python-ply.
+
+ -- Chris Lamb <lamby at debian.org>  Thu, 07 May 2009 23:17:52 +0100
+
+pyke (0.7-1) unstable; urgency=low
+
+  * New upstream release.
+  * Update addresses for Git repositories.
+
+ -- Chris Lamb <lamby at debian.org>  Sat, 21 Feb 2009 12:14:55 +0000
+
+pyke (0.6-2) unstable; urgency=low
+
+  * Add python-ply to Depends of python-pyke. Thanks to Piotr Ożarowski
+    (piotr).
+  * Add python-wxgtk2.8 as an alternative Suggests to python-wxgtk2.6.
+
+ -- Chris Lamb <lamby at debian.org>  Thu, 08 Jan 2009 21:58:42 +0000
+
+pyke (0.6-1) unstable; urgency=low
+
+  * New upstream release.
+  * Rename binary packages from pyke{,-doc} => python-pyke{,-doc} to
+    adhere to Python module policy.
+    - Add relevant Conflicts lines to binary stanzas.
+  * Move examples to -doc package.
+  * Add python-setuptools to Build-Depends to ensure ez_setup does attempt
+    to download it from the internet. Issue found by (sourceful) upload to
+    Ubuntu FTBFS. Thanks to Piotr Ożarowski (piotr) and Scott Kitterman
+    <scott at kitterman.com>. (Closes: #511242)
+
+ -- Chris Lamb <lamby at debian.org>  Thu, 08 Jan 2009 21:39:11 +0000
+
+pyke (0.5-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Chris Lamb <lamby at debian.org>  Mon, 29 Dec 2008 20:58:36 +0000
+
+pyke (0.4-1) unstable; urgency=low
+
+  * Initial release. (Closes: #457243)
+
+ -- Chris Lamb <lamby at debian.org>  Wed, 05 Nov 2008 20:46:11 +0000

Added: packages/pyke/trunk/debian/compat
===================================================================
--- packages/pyke/trunk/debian/compat	                        (rev 0)
+++ packages/pyke/trunk/debian/compat	2011-04-23 13:17:12 UTC (rev 16715)
@@ -0,0 +1 @@
+7

Added: packages/pyke/trunk/debian/control
===================================================================
--- packages/pyke/trunk/debian/control	                        (rev 0)
+++ packages/pyke/trunk/debian/control	2011-04-23 13:17:12 UTC (rev 16715)
@@ -0,0 +1,38 @@
+Source: pyke
+Section: python
+Priority: optional
+Maintainer: Chris Lamb <lamby at debian.org>
+Build-Depends: debhelper (>= 7.0.50~)
+Build-Depends-Indep: python-support, python-setuptools
+Standards-Version: 3.9.1
+Vcs-Git: git://github.com/lamby/pkg-pyke.git
+Vcs-Browser: https://github.com/lamby/pkg-pyke
+Homepage: http://pyke.sourceforge.net/
+
+Package: python-pyke
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Breaks: pyke (<= 0.5-1)
+Suggests: python-wxgtk2.6 | python-wxgtk2.8
+Description: Prolog-inspired Python logic programming toolkit
+ Pyke introduces a form of Logic Programming (inspired by Prolog) to Python by
+ providing a knowledge-based inference engine (or "expert system").
+ .
+ Unlike Prolog, Pyke integrates with Python code allowing one to invoke Pyke
+ from Python and intermingle Python statements and expressions within your
+ expert system rules.
+
+Package: python-pyke-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Breaks: pyke-doc (<= 0.5-1)
+Description: Prolog-inspired Python logic programming toolkit (documentation)
+ Pyke introduces a form of Logic Programming (inspired by Prolog) to Python by
+ providing a knowledge-based inference engine (or "expert system").
+ .
+ Unlike Prolog, Pyke integrates with Python code allowing one to invoke Pyke
+ from Python and intermingle Python statements and expressions within your
+ expert system rules.
+ .
+ This package contains the HTML documentation for Pyke.

Added: packages/pyke/trunk/debian/copyright
===================================================================
--- packages/pyke/trunk/debian/copyright	                        (rev 0)
+++ packages/pyke/trunk/debian/copyright	2011-04-23 13:17:12 UTC (rev 16715)
@@ -0,0 +1,76 @@
+Author: Bruce Frederiksen
+Download: http://pyke.sourceforge.net/
+
+Files: *
+Copyright: © 2007, 2008 Bruce Frederiksen
+License: MIT
+ 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.
+
+Files: pyke/krb_compiler/ply/*
+Copyright: © 2001-2009 David M. Beazley (Dabeaz LLC)
+License: BSD
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ .
+ * Redistributions of source code must retain the above copyright notice,
+   this list of conditions and the following disclaimer.  
+ * 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.  
+ * Neither the name of the David Beazley or Dabeaz LLC may be used to
+   endorse or promote products derived from this software without
+  specific prior written permission. 
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "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 COPYRIGHT
+ OWNER 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.
+
+Files: doc/html/stylesheets/rest.css
+Author: Ian Bicking & Michael Foord
+License: Public domain
+
+Files: debian/*
+Copyright: © 2008 Chris Lamb <chris at chris-lamb.co.uk>
+License: MIT
+ 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.

Added: packages/pyke/trunk/debian/pyke-doc.docs
===================================================================
--- packages/pyke/trunk/debian/pyke-doc.docs	                        (rev 0)
+++ packages/pyke/trunk/debian/pyke-doc.docs	2011-04-23 13:17:12 UTC (rev 16715)
@@ -0,0 +1 @@
+doc/html/

Added: packages/pyke/trunk/debian/python-pyke-doc.examples
===================================================================
--- packages/pyke/trunk/debian/python-pyke-doc.examples	                        (rev 0)
+++ packages/pyke/trunk/debian/python-pyke-doc.examples	2011-04-23 13:17:12 UTC (rev 16715)
@@ -0,0 +1 @@
+examples/*

Added: packages/pyke/trunk/debian/python-pyke.install
===================================================================
--- packages/pyke/trunk/debian/python-pyke.install	                        (rev 0)
+++ packages/pyke/trunk/debian/python-pyke.install	2011-04-23 13:17:12 UTC (rev 16715)
@@ -0,0 +1 @@
+usr/

Added: packages/pyke/trunk/debian/pyversions
===================================================================
--- packages/pyke/trunk/debian/pyversions	                        (rev 0)
+++ packages/pyke/trunk/debian/pyversions	2011-04-23 13:17:12 UTC (rev 16715)
@@ -0,0 +1 @@
+2.5-

Added: packages/pyke/trunk/debian/rules
===================================================================
--- packages/pyke/trunk/debian/rules	                        (rev 0)
+++ packages/pyke/trunk/debian/rules	2011-04-23 13:17:12 UTC (rev 16715)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+%:
+	dh $@
+
+override_dh_auto_install:
+	dh_auto_install
+	rm -rf debian/tmp/usr/pyke/


Property changes on: packages/pyke/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/pyke/trunk/debian/source/format
===================================================================
--- packages/pyke/trunk/debian/source/format	                        (rev 0)
+++ packages/pyke/trunk/debian/source/format	2011-04-23 13:17:12 UTC (rev 16715)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/pyke/trunk/debian/watch
===================================================================
--- packages/pyke/trunk/debian/watch	                        (rev 0)
+++ packages/pyke/trunk/debian/watch	2011-04-23 13:17:12 UTC (rev 16715)
@@ -0,0 +1,2 @@
+version=2
+http://sf.net/pyke/pyke-(.+)\.(tar\.gz|zip)




More information about the Python-modules-commits mailing list