Skip to content

Commit c6dab8e

Browse files
committed
Add debian directory to make this a real package
1 parent f32bc6e commit c6dab8e

File tree

6 files changed

+28
-0
lines changed

6 files changed

+28
-0
lines changed

debian/changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
python-ev3dev (0.4.2-1) unstable; urgency=low
2+
3+
* source package automatically created by stdeb 0.8.2
4+
5+
-- Ralph Hempel et al - See ev3dev.py for credits <[email protected]> Sun, 01 Nov 2015 16:51:45 -0500

debian/compat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9

debian/control

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Source: python-ev3dev
2+
Maintainer: Ralph Hempel et al - See ev3dev.py for credits <[email protected]>
3+
Section: python
4+
Priority: optional
5+
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9)
6+
Standards-Version: 3.9.1
7+
8+
Package: python-ev3dev
9+
Architecture: all
10+
Depends: ${misc:Depends}, ${python:Depends}
11+
Description: Python language bindings for ev3dev
12+

debian/files

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
python-ev3dev_0.4.2-1_all.deb python optional

debian/rules

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/usr/bin/make -f
2+
3+
# This file was automatically generated by stdeb 0.8.2 at
4+
# Sun, 01 Nov 2015 16:51:45 -0500
5+
export PYBUILD_NAME=python-ev3dev
6+
%:
7+
dh $@ --with python2 --buildsystem=pybuild
8+

debian/source/format

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.0 (quilt)

0 commit comments

Comments
 (0)