Author: alteholz
Date: 2013-04-08 17:20:56 +0000 (Mon, 08 Apr 2013)
New Revision: 13270

Added:
   trunk/packages/python-clips/
   trunk/packages/python-clips/trunk/
   trunk/packages/python-clips/trunk/debian/
   trunk/packages/python-clips/trunk/debian/changelog
   trunk/packages/python-clips/trunk/debian/compat
   trunk/packages/python-clips/trunk/debian/control
   trunk/packages/python-clips/trunk/debian/copyright
   trunk/packages/python-clips/trunk/debian/get-orig-source
   trunk/packages/python-clips/trunk/debian/rules
   trunk/packages/python-clips/trunk/debian/source/
   trunk/packages/python-clips/trunk/debian/source/format
   trunk/packages/python-clips/trunk/debian/watch
Log:
initial version of python-clips


Property changes on: trunk/packages/python-clips/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: trunk/packages/python-clips/trunk/debian/changelog
===================================================================
--- trunk/packages/python-clips/trunk/debian/changelog                          
(rev 0)
+++ trunk/packages/python-clips/trunk/debian/changelog  2013-04-08 17:20:56 UTC 
(rev 13270)
@@ -0,0 +1,6 @@
+python-clips (1.0.7.348+clips-1) unstable; urgency=low
+
+  * initial version (Closes: #577406)
+
+ -- Thorsten Alteholz <deb...@alteholz.de>  Mon, 08 Apr 2013 18:00:07 +0100
+

Added: trunk/packages/python-clips/trunk/debian/compat
===================================================================
--- trunk/packages/python-clips/trunk/debian/compat                             
(rev 0)
+++ trunk/packages/python-clips/trunk/debian/compat     2013-04-08 17:20:56 UTC 
(rev 13270)
@@ -0,0 +1 @@
+9

Added: trunk/packages/python-clips/trunk/debian/control
===================================================================
--- trunk/packages/python-clips/trunk/debian/control                            
(rev 0)
+++ trunk/packages/python-clips/trunk/debian/control    2013-04-08 17:20:56 UTC 
(rev 13270)
@@ -0,0 +1,21 @@
+Source: python-clips
+Section: python
+Priority: optional
+Maintainer: Debian Med Packaging Team 
<debian-med-packag...@lists.alioth.debian.org>
+Uploaders: Thorsten Alteholz <deb...@alteholz.de>
+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.

Added: trunk/packages/python-clips/trunk/debian/copyright
===================================================================
--- trunk/packages/python-clips/trunk/debian/copyright                          
(rev 0)
+++ trunk/packages/python-clips/trunk/debian/copyright  2013-04-08 17:20:56 UTC 
(rev 13270)
@@ -0,0 +1,64 @@
+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 <deb...@alteholz.de>
+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 <http://www.gnu.org/licenses/>
+ .
+ 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.

Added: trunk/packages/python-clips/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/python-clips/trunk/debian/get-orig-source                    
        (rev 0)
+++ trunk/packages/python-clips/trunk/debian/get-orig-source    2013-04-08 
17:20:56 UTC (rev 13270)
@@ -0,0 +1,32 @@
+#!/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 <C2><A7>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
+

Added: trunk/packages/python-clips/trunk/debian/rules
===================================================================
--- trunk/packages/python-clips/trunk/debian/rules                              
(rev 0)
+++ trunk/packages/python-clips/trunk/debian/rules      2013-04-08 17:20:56 UTC 
(rev 13270)
@@ -0,0 +1,19 @@
+#!/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

Added: trunk/packages/python-clips/trunk/debian/source/format
===================================================================
--- trunk/packages/python-clips/trunk/debian/source/format                      
        (rev 0)
+++ trunk/packages/python-clips/trunk/debian/source/format      2013-04-08 
17:20:56 UTC (rev 13270)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: trunk/packages/python-clips/trunk/debian/watch
===================================================================
--- trunk/packages/python-clips/trunk/debian/watch                              
(rev 0)
+++ trunk/packages/python-clips/trunk/debian/watch      2013-04-08 17:20:56 UTC 
(rev 13270)
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/pyclips/pyclips-([\d.]+)\.tar\.gz


_______________________________________________
debian-med-commit mailing list
debian-med-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to