inital cleanup for publishing
This commit is contained in:
1
debian/compat
vendored
Normal file
1
debian/compat
vendored
Normal file
@ -0,0 +1 @@
|
||||
9
|
21
debian/control
vendored
Normal file
21
debian/control
vendored
Normal 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
1
debian/python-ur.pyinstall
vendored
Normal file
@ -0,0 +1 @@
|
||||
urx/*.py
|
1
debian/python3-ur.install
vendored
Normal file
1
debian/python3-ur.install
vendored
Normal file
@ -0,0 +1 @@
|
||||
urx /usr/lib/python3/dist-packages
|
14
debian/rules
vendored
Normal file
14
debian/rules
vendored
Normal 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
|
||||
|
Reference in New Issue
Block a user