inital cleanup for publishing

This commit is contained in:
Olivier R-D
2013-01-08 11:26:54 +01:00
commit 7bbc069f8c
10 changed files with 924 additions and 0 deletions

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
9

21
debian/control vendored Normal file
View File

@ -0,0 +1,21 @@
Source: python-urx
Section: python
Priority: extra
Maintainer: Olivier Roulet-Dubonnet <dummy@dummy.com>
Build-Depends: debhelper (>= 8.0.0)
Standards-Version: 3.9.3
Homepage: http://launchpad.net/XXX
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.1
Package: python-urx
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Recommends: python-math3d
Description: Python library to control a robot from Universal Robots
Package: python3-urx
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Recommends: python3-math3d
Description: Python library to control a robot from Universal Robots

1
debian/python-ur.pyinstall vendored Normal file
View File

@ -0,0 +1 @@
urx/*.py

1
debian/python3-ur.install vendored Normal file
View File

@ -0,0 +1 @@
urx /usr/lib/python3/dist-packages

14
debian/rules vendored Normal file
View File

@ -0,0 +1,14 @@
#!/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,python3