1- From 1e5e3641644b2c5321274f2e455033f227f5e079 Mon Sep 17 00:00:00 2001
1+ From 01a09e2538ee70a2d66c432df0a9d80d424c42d6 Mon Sep 17 00:00:00 2001
22From: Nicolas Bourdaud <nicolas.bourdaud@gmail.com>
33Date: Tue, 22 May 2012 14:46:08 +0200
44Subject: [PATCH] NeuroDebian backport patch
55
66---
77 debian/compat | 2 +-
8- debian/control | 6 + -----
8+ debian/control | 9 ++-- -----
99 debian/libfreenect-dev.install | 6 +++---
1010 debian/libfreenect0.1.install | 4 ++--
1111 debian/rules | 17 +++++++++--------
12- 5 files changed, 16 insertions(+), 19 deletions(-)
12+ 5 files changed, 17 insertions(+), 21 deletions(-)
1313
1414diff --git a/debian/compat b/debian/compat
1515index ec63514..7f8f011 100644
@@ -19,19 +19,23 @@ index ec63514..7f8f011 100644
1919- 9
2020+ 7
2121diff --git a/debian/control b/debian/control
22- index eb5882a..7bafd2e 100644
22+ index eb5882a..eaf72c8 100644
2323--- a/debian/control
2424+++ b/debian/control
25- @@ -3,7 +3,7 @@ Section: libdevel
25+ @@ -3,10 +3,9 @@ Section: libdevel
2626 Priority: extra
2727 Maintainer: Nicolas Bourdaud <nicolas.bourdaud@gmail.com>
2828 Uploaders: Arne Bernin <arne@alamut.de>, Yaroslav Halchenko <debian@onerussian.com>, Mark Renouf <mark.renouf@gmail.com>
2929- Build-Depends: debhelper (>= 9), cmake, pkg-config,
3030+ Build-Depends: debhelper (>= 7.0.50~), cmake, pkg-config, python-support,
3131 libusb-1.0-0-dev, freeglut3-dev, libxmu-dev, libxi-dev,
32- python-all-dev (>= 2.6.6-3~), cython, python-numpy, doxygen
33- X-Python-Version: 2.7
34- @@ -15,8 +15,6 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-exppsy/libfreenect.git
32+ - python-all-dev (>= 2.6.6-3~), cython, python-numpy, doxygen
33+ - X-Python-Version: 2.7
34+ + python-dev, cython, python-numpy, doxygen
35+ Standards-Version: 3.9.3
36+ Homepage: http://openkinect.org/
37+ Vcs-Git: git://anonscm.debian.org/pkg-exppsy/libfreenect.git
38+ @@ -15,8 +14,6 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-exppsy/libfreenect.git
3539 Package: libfreenect0.1
3640 Section: libs
3741 Architecture: any
@@ -40,15 +44,15 @@ index eb5882a..7bafd2e 100644
4044 Depends: ${shlibs:Depends}, ${misc:Depends}
4145 Conflicts: libfreenect
4246 Description: library for accessing Kinect device
43- @@ -34,7 +32 ,6 @@ Description: library for accessing Kinect device
47+ @@ -34,7 +31 ,6 @@ Description: library for accessing Kinect device
4448
4549 Package: libfreenect-dev
4650 Architecture: any
4751- Multi-Arch: same
4852 Depends: ${misc:Depends}, libfreenect0.1 (= ${binary:Version})
4953 Description: library for accessing Kinect device -- development files
5054 libfreenect is a cross-platform library that provides the necessary interfaces
51- @@ -89,7 +86 ,6 @@ Description: library for accessing Kinect device -- dummy package
55+ @@ -89,7 +85 ,6 @@ Description: library for accessing Kinect device -- dummy package
5256 Package: libfreenect-doc
5357 Section: doc
5458 Architecture: all
0 commit comments