[Python-modules-commits] r15579 - in packages/pebl/trunk (12 files)
miriam at users.alioth.debian.org
miriam at users.alioth.debian.org
Thu Feb 10 13:58:54 UTC 2011
Date: Thursday, February 10, 2011 @ 13:58:47
Author: miriam
Revision: 15579
[svn-inject] Applying Debian modifications (1.0.2-1) to trunk
Added:
packages/pebl/trunk/debian/
packages/pebl/trunk/debian/README.source
packages/pebl/trunk/debian/changelog
packages/pebl/trunk/debian/compat
packages/pebl/trunk/debian/control
packages/pebl/trunk/debian/copyright
packages/pebl/trunk/debian/python-pebl-doc.doc-base
packages/pebl/trunk/debian/python-pebl-doc.install
packages/pebl/trunk/debian/rules
packages/pebl/trunk/debian/source/
packages/pebl/trunk/debian/source/format
packages/pebl/trunk/debian/source/options
Property changes on: packages/pebl/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/pebl/trunk/debian/README.source
===================================================================
--- packages/pebl/trunk/debian/README.source (rev 0)
+++ packages/pebl/trunk/debian/README.source 2011-02-10 13:58:47 UTC (rev 15579)
@@ -0,0 +1 @@
+See /usr/share/doc/quilt/README.source
Added: packages/pebl/trunk/debian/changelog
===================================================================
--- packages/pebl/trunk/debian/changelog (rev 0)
+++ packages/pebl/trunk/debian/changelog 2011-02-10 13:58:47 UTC (rev 15579)
@@ -0,0 +1,5 @@
+pebl (1.0.2-1) UNRELEASED; urgency=low
+
+ * Initial release. Closes: #612761
+
+ -- Miriam Ruiz <little_miry at yahoo.es> Wed, 09 Feb 2011 22:53:59 +0100
Added: packages/pebl/trunk/debian/compat
===================================================================
--- packages/pebl/trunk/debian/compat (rev 0)
+++ packages/pebl/trunk/debian/compat 2011-02-10 13:58:47 UTC (rev 15579)
@@ -0,0 +1 @@
+7
Added: packages/pebl/trunk/debian/control
===================================================================
--- packages/pebl/trunk/debian/control (rev 0)
+++ packages/pebl/trunk/debian/control 2011-02-10 13:58:47 UTC (rev 15579)
@@ -0,0 +1,52 @@
+Source: pebl
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Miriam Ruiz <little_miry at yahoo.es>
+Build-Depends: debhelper (>= 7), dh-buildinfo, quilt,
+ python-all-dev, python-support, python-setuptools, python-sphinx,
+ python-numpy
+Standards-Version: 3.9.1
+Homepage: https://code.google.com/p/pebl-project/
+
+Package: python-pebl
+Architecture: any
+Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends},
+Python-Depends: python-numpy
+Provides: ${python:Provides}
+Suggests: python-pebl-dbg, python-pebl-doc
+Description: Python Environment for Bayesian Learning
+ Pebl is a python library and command line application for learning
+ the structure of a Bayesian network given prior knowledge and
+ observations. Pebl includes the following features:
+ * Can learn with observational and interventional data
+ * Handles missing values and hidden variables using exact and heuristic
+ methods
+ * Provides several learning algorithms; makes creating new ones simple
+ * Has facilities for transparent parallel execution using several
+ cluster/grid resources
+ * Calculates edge marginals and consensus networks
+ * Presents results in a variety of formats
+
+Package: python-pebl-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: python-pebl (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: Python Environment for Bayesian Learning - debug
+ Pebl is a python library and command line application for learning
+ the structure of a Bayesian network given prior knowledge and
+ observations. .
+ This package contains the debugging symbols.
+
+Package: python-pebl-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Recommends: python-pebl
+Description: Python Environment for Bayesian Learning - documentation
+ Pebl is a python library and command line application for learning
+ the structure of a Bayesian network given prior knowledge and
+ observations.
+ .
+ This package contains the documentation.
Added: packages/pebl/trunk/debian/copyright
===================================================================
--- packages/pebl/trunk/debian/copyright (rev 0)
+++ packages/pebl/trunk/debian/copyright 2011-02-10 13:58:47 UTC (rev 15579)
@@ -0,0 +1,32 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+Upstream-Source: https://code.google.com/p/pebl-project/
+Upstream-Maintainer: Abhik Shah <abhikshah at gmail.com>
+Debianized-By: Miriam Ruiz <little_miry at yahoo.es>
+Debianized-Date: Wed, 09 Feb 2011 22:53:59 +0100
+
+Files: *
+Copyright: Copyright (c) 2008, Abhik Shah
+Licence: MIT
+
+Files: debian/*
+Copyright: Copyright (C) 2011, Miriam Ruiz <little_miry at yahoo.es>
+Licence: MIT
+
+Licence: 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/pebl/trunk/debian/python-pebl-doc.doc-base
===================================================================
--- packages/pebl/trunk/debian/python-pebl-doc.doc-base (rev 0)
+++ packages/pebl/trunk/debian/python-pebl-doc.doc-base 2011-02-10 13:58:47 UTC (rev 15579)
@@ -0,0 +1,12 @@
+Document: pebl
+Title: Documentation of Pebl (Python Environment for Bayesian Learning)
+Author: Abhik Shah <abhikshah at gmail.com>
+Abstract: This manual describes the Pebl Python module.
+ Pebl is a Python library and command line application for learning
+ the structure of a Bayesian network given prior knowledge and
+ observations.
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-pebl/html/index.html
+Files: /usr/share/doc/python-pebl/html/*
Added: packages/pebl/trunk/debian/python-pebl-doc.install
===================================================================
--- packages/pebl/trunk/debian/python-pebl-doc.install (rev 0)
+++ packages/pebl/trunk/debian/python-pebl-doc.install 2011-02-10 13:58:47 UTC (rev 15579)
@@ -0,0 +1 @@
+build/html usr/share/doc/python-pebl/
Added: packages/pebl/trunk/debian/rules
===================================================================
--- packages/pebl/trunk/debian/rules (rev 0)
+++ packages/pebl/trunk/debian/rules 2011-02-10 13:58:47 UTC (rev 15579)
@@ -0,0 +1,91 @@
+#!/usr/bin/make -f
+
+include /usr/share/quilt/quilt.make
+
+PYVERS=$(shell pyversions -vs)
+
+config: config-stamp
+config-stamp:
+ dh_testdir
+ [ ! -d debian/patches ] || $(MAKE) -f /usr/share/quilt/quilt.make patch
+ touch $@
+
+build: $(PYVERS:%=build-python%)
+ mkdir -p build/html/
+ sphinx-build docs/src/ build/html/
+
+build-python%: config-stamp
+ dh_testdir
+ python$* setup.py build
+ touch $@
+
+clean: unpatch
+ dh_testdir
+ dh_testroot
+ rm -f config-stamp build-python?.* install-python?.*
+ rm -f `find . -name "*.pyc"`
+ rm -f src/pebl.egg-info/PKG-INFO
+ rm -rf build doc/build
+ [ ! -d debian/patches ] || $(MAKE) -f /usr/share/quilt/quilt.make unpatch
+ dh_clean
+
+install: build $(PYVERS:%=install-python%)
+
+install-python%:
+ dh_testdir
+ dh_testroot
+ python$* setup.py install \
+ --no-compile \
+ --root=$(CURDIR)/debian/python-pebl
+ touch $@
+
+binary-indep: install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs -i
+ dh_installdocs -i
+ dh_installexamples -i
+ dh_install -i
+ dh_installman -i
+ dh_link -i
+ dh_compress -i --exclude=.js --exclude=.pdf --exclude=.py --exclude=.txt
+ dh_fixperms -i
+ dh_pysupport -i
+ [ ! -e /usr/bin/dh_buildinfo ] || dh_buildinfo -i
+ dh_installdeb -i
+ dh_shlibdeps -i
+ dh_gencontrol -i
+ dh_md5sums -i
+ dh_builddeb -i
+
+binary-arch: build install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs -a
+ dh_installdocs -a
+ dh_installexamples -a
+ dh_install -a
+ dh_installman -a
+ dh_link -a
+ dh_pysupport -a
+ dh_strip -a --dbg-package=python-pebl-dbg
+ rm -f debian/python-pebl/usr/local/bin/pebl
+ -rmdir debian/python-pebl/usr/local/bin/
+ -rmdir debian/python-pebl/usr/local/
+ mkdir -p debian/python-pebl/usr/bin/
+ cp debian/python-pebl/usr/bin/pebl debian/python-pebl/usr/bin/pebl.orig
+ cat debian/python-pebl/usr/bin/pebl.orig \
+ | sed -e 's|^#!/usr/bin/python.*$$|#!/usr/bin/python|g' \
+ > debian/python-pebl/usr/bin/pebl
+ rm debian/python-pebl/usr/bin/pebl.orig
+ dh_compress -a --exclude=.js --exclude=.pdf --exclude=.py --exclude=.txt
+ dh_fixperms -a
+ [ ! -e /usr/bin/dh_buildinfo ] || dh_buildinfo -a
+ dh_installdeb -a
+ dh_shlibdeps -a
+ dh_gencontrol -a
+ dh_md5sums -a
+ dh_builddeb -a
+
+binary: binary-indep binary-arch
+.PHONY: config build clean binary-indep binary-arch binary install
Property changes on: packages/pebl/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/pebl/trunk/debian/source/format
===================================================================
--- packages/pebl/trunk/debian/source/format (rev 0)
+++ packages/pebl/trunk/debian/source/format 2011-02-10 13:58:47 UTC (rev 15579)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: packages/pebl/trunk/debian/source/options
===================================================================
--- packages/pebl/trunk/debian/source/options (rev 0)
+++ packages/pebl/trunk/debian/source/options 2011-02-10 13:58:47 UTC (rev 15579)
@@ -0,0 +1,5 @@
+# Bzip2 compression for debian.tar
+compression = "bzip2"
+compression-level = 7
+# Do not generate diff for changes in config.(sub|guess)
+extend-diff-ignore = "(^|/)config.(sub|guess)$"
More information about the Python-modules-commits
mailing list