Skip to content

Commit 6afcd24

Browse files
committed
renames for update of library to 0.2
1 parent 2a19561 commit 6afcd24

6 files changed

Lines changed: 7 additions & 5 deletions

File tree

debian/changelog

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ libfreenect (1:0.2.0+dfsg-1) unstable; urgency=low
55
for the report
66
- packaged is actually v0.2.0-1-g5eed1f0 (i.e. 1 commit after release tag)
77
to have correct version specified to cmake
8+
- public library API dropped some functions (retained in the source but
9+
marked as 'hidden')
810
* debian/patches
911
- add-missing-libs.patch and modify-fakenect-install.patch -- updated
1012
- removed (absorbed upstream):
@@ -13,7 +15,7 @@ libfreenect (1:0.2.0+dfsg-1) unstable; urgency=low
1315
correct-libusb-search-and-include.patch
1416
remove-libusb-include-from-exported-header.patch
1517

16-
-- Yaroslav Halchenko <debian@onerussian.com> Sat, 21 Sep 2013 20:07:09 -0400
18+
-- Yaroslav Halchenko <debian@onerussian.com> Sat, 21 Sep 2013 20:19:06 -0400
1719

1820
libfreenect (1:0.1.2+dfsg-6) unstable; urgency=low
1921

debian/control

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Homepage: http://openkinect.org/
1212
Vcs-Git: git://anonscm.debian.org/pkg-exppsy/libfreenect.git
1313
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-exppsy/libfreenect.git
1414

15-
Package: libfreenect0.1
15+
Package: libfreenect0.2
1616
Section: libs
1717
Architecture: any
1818
Multi-Arch: same
@@ -35,7 +35,7 @@ Description: library for accessing Kinect device
3535
Package: libfreenect-dev
3636
Architecture: any
3737
Multi-Arch: same
38-
Depends: ${misc:Depends}, libfreenect0.1 (= ${binary:Version})
38+
Depends: ${misc:Depends}, libfreenect0.2 (= ${binary:Version})
3939
Description: library for accessing Kinect device -- development files
4040
libfreenect is a cross-platform library that provides the necessary interfaces
4141
to activate, initialize, and communicate data with the Kinect hardware.
@@ -109,7 +109,7 @@ Section: python
109109
Architecture: any
110110
Provides: ${python:Provides}
111111
Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends},
112-
libfreenect0.1 (= ${binary:Version}), python-numpy
112+
libfreenect0.2 (= ${binary:Version}), python-numpy
113113
Suggests: python-matplotlib, python-opencv
114114
Description: library for accessing Kinect device -- Python bindings
115115
libfreenect is a cross-platform library that provides the necessary interfaces
@@ -128,7 +128,7 @@ Description: library for accessing Kinect device -- Python bindings
128128
Package: freenect
129129
Section: libs
130130
Architecture: any
131-
Depends: ${misc:Depends}, libfreenect-bin, libfreenect-dev, libfreenect0.1,
131+
Depends: ${misc:Depends}, libfreenect-bin, libfreenect-dev, libfreenect0.2,
132132
libfreenect-doc
133133
Description: library for accessing Kinect device -- metapackage
134134
libfreenect is a cross-platform library that provides the necessary interfaces

0 commit comments

Comments
 (0)