Skip to content
Snippets Groups Projects
Commit 2516cd8f authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

remove debian packaging, use robotpkg

parent 160d4755
No related branches found
No related tags found
No related merge requests found
python-dynamic-graph (3.0.0-0ubuntu1ppa0~precise3) precise; urgency=low
* Update package dependencies
-- Rohan Budhiraja <budhiraja.rohan@gmail.com> Fri, 27 May 2016 18:51:23 +0200
python-dynamic-graph (3.0.0-0ubuntu1ppa0~precise2) precise; urgency=low
* Update package dependencies
-- Rohan Budhiraja <budhiraja.rohan@gmail.com> Fri, 27 May 2016 18:41:23 +0200
python-dynamic-graph (3.0.0-0ubuntu1ppa0~precise1) precise; urgency=low
* Initial release
-- Rohan Budhiraja <budhiraja.rohan@gmail.com> Wed, 04 May 2016 14:34:08 +0200
8
Source: python-dynamic-graph
Section: python
X-Python-Version: 2.6,2.7
Priority: extra
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Build-Depends: debhelper (>= 8.0.0),
cmake (>=2.6),
doxygen (>=1.6.3),
pkg-config (>=0.22),
python (<<2.8),
python (>=2.7),
python-sphinx (>=1.1),
libdynamic-graph-dev (>=3.0.0),
libboost-dev (>=1.46),
libboost-filesystem-dev (>=1.46),
libboost-python-dev (>=1.46),
libboost-system-dev (>=1.46),
libboost-test-dev (>=1.46),
libboost-thread-dev (>=1.46),
libboost-program-options-dev (>=1.46),
libeigen3-dev (>=3.0.5)
Standards-Version: 3.9.7
Homepage: http://stack-of-tasks.github.io/
Vcs-Git: git://github.com/proyan/dynamic-graph-python.git
Package: python-dynamic-graph-dev
Architecture: any
Suggests: python-dynamic-graph-doc
Depends: libdynamic-graph-python3.0.0 (= ${binary:Version}),
${misc:Depends}
Description: Python bindings for dynamic-graph library - Development Files
The dynamic graph library allows the representation of data-flow in C++.
It provides fast graph evaluation and a simple script language to manipulate
the graph actions.
.
This package contains dynamic-graph development files.
Package: python-dynamic-graph
Architecture: any
Suggests: python-dynamic-graph-doc
Provides: ${python:Provides}
Depends: libdynamic-graph-python3.0.0 (= ${binary:Version}), ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
Description: Python bindings for dynamic-graph library
The dynamic graph library allows the representation of data-flow in C++.
It provides fast graph evaluation and a simple script language to manipulate
the graph actions.
.
This package contains modules that allow you to use dynamic-graph from Python.
Package: libdynamic-graph-python3.0.0
Architecture: any
Suggests: python-dynamic-graph-doc
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Python bindings for dynamic-graph library (Binary and shared libraries)
The dynamic graph library allows the representation of data-flow in C++.
It provides fast graph evaluation and a simple script language to manipulate
the graph actions.
.
This package contains binaries and shared libraries.
Package: python-dynamic-graph-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: Python bindings for dynamic-graph library (common documentation)
The dynamic graph library allows the representation of data-flow in C++.
It provides fast graph evaluation and a simple script language to manipulate
the graph actions.
.
This is the common documentation package
\ No newline at end of file
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
Upstream-Name: dynamic-graph-python
Upstream-Contact: HPP mailing list <hpp@laas.fr>
Source: https://github.com/proyan/dynamic-graph-python
Files: *
Copyright: 2010-2016 JRL, CNRS/AIST.
License: LGPL-3
See `/usr/share/common-licenses/LGPL-3'.
Files: debian/*
Copyright: 2016 Rohan Budhiraja
License: LGPL-3
See `/usr/share/common-licenses/LGPL-3'.
\ No newline at end of file
NEWS
README.md
usr/bin/*
usr/lib/*/*.so.*
\ No newline at end of file
usr/include/*
usr/lib/*/lib*.so
usr/lib/*/pkgconfig/*
\ No newline at end of file
Document: python-dynamic-graph
Title: Debian python-dynamic-graph Manual
Author: Thomas Moulard <thomas.moulard@gmail.com>
Abstract: Doxygen documentation of python-dynamic-graph
This manual describes what python-dynamic-graph is
and how it can be used
in making graph-like data-flow structures
using Python interface.
Section: Programming
Format: HTML
Index: /usr/share/doc/dynamic-graph-python/doxygen-html/index.html
Files: /usr/share/doc/dynamic-graph-python/doxygen-html/*.html
\ No newline at end of file
usr/share/doc/dynamic-graph-python/*
\ No newline at end of file
usr/lib/python*
\ No newline at end of file
#!/bin/sh
# postinst script for python-dynamic-graph
#
# see: dh_installdeb(1)
set -e
if which pycompile >/dev/null 2>&1; then
pycompile -p python-dynamic-graph
fi
#DEBHELPER#
\ No newline at end of file
#!/bin/sh
# prerm script for python-dynamic-graph
#
# see: dh_installdeb(1)
set -e
if which pyclean >/dev/null 2>&1; then
pyclean -p python-dynamic-graph
else
dpkg -L python-dynamic-graph | grep \.py$ | while read file
do
rm -f "${file}"[co] >/dev/null
done
fi
#DEBHELPER#
\ No newline at end of file
#!/usr/bin/make -f
# -*- makefile -*-
# Sample debian/rules that uses debhelper.
# This file was originally written by Joey Hess and Craig Small.
# As a special exception, when this file is copied by dh-make into a
# dh-make output file, you may use that output file without restriction.
# This special exception was added by Craig Small in version 0.37 of dh-make.
# Uncomment this to turn on verbose mode.
# export DH_VERBOSE=1
%:
dh $@ --with python2 --buildsystem=cmake
override_dh_auto_configure:
dh_auto_configure -- \
-DPYTHON_DEB_LAYOUT=ON
export PYBUILD_NAME = dynamic-graph
\ No newline at end of file
3.0 (quilt)
version=3
opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/dynamic-graph-python$1\.tar\.gz/ \
https://github.com/proyan/dynamic-graph-python/releases .*/v?(\d\S*)\.tar\.gz
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment