Merge lp:~arne-alamut/libfreenect/arne into lp:libfreenect

Proposed by Arne Bernin
Status: Approved
Approved by: Arne Bernin
Approved revision: 107
Proposed branch: lp:~arne-alamut/libfreenect/arne
Merge into: lp:libfreenect
Diff against target: 217 lines (+177/-0)
8 files modified
debian/Readme.Debian (+8/-0)
debian/changelog (+66/-0)
debian/compat (+1/-0)
debian/control (+14/-0)
debian/copyright (+45/-0)
debian/docs (+2/-0)
debian/postinst (+21/-0)
debian/rules (+20/-0)
To merge this branch: bzr merge lp:~arne-alamut/libfreenect/arne
Reviewer Review Type Date Requested Status
Arne Bernin Approve
Review via email: mp+41904@code.launchpad.net

Description of the change

included first set of debian files

To post a comment you must log in.
Revision history for this message
Arne Bernin (arne-alamut) :
review: Approve

Unmerged revisions

107. By Arne Bernin

import my debian files

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory 'debian'
2=== added file 'debian/Readme.Debian'
3--- debian/Readme.Debian 1970-01-01 00:00:00 +0000
4+++ debian/Readme.Debian 2010-11-25 21:24:12 +0000
5@@ -0,0 +1,8 @@
6+
7+Readme file for libfreenect.
8+
9+This packages installs a udev rules file,
10+so no need for "sudo glview" any more ;)
11+
12+
13+--arne
14
15=== added file 'debian/changelog'
16--- debian/changelog 1970-01-01 00:00:00 +0000
17+++ debian/changelog 2010-11-25 21:24:12 +0000
18@@ -0,0 +1,66 @@
19+libfreenect (0.0.20101122-0ubuntu2~lucid) lucid; urgency=low
20+
21+ * fixed typo in changelog
22+
23+ -- Arne Bernin <arne@alamut.de> Fri, 22 Nov 2010 14:41:01 +0100
24+
25+libfreenect (0.0.20101122-0ubuntu2~maverick) maverick; urgency=low
26+
27+ * added c++ api + code cleanups from upstream
28+
29+ -- Arne Bernin <arne@alamut.de> Fri, 22 Nov 2010 14:41:01 +0100
30+
31+libfreenect (0.0.20101122-0ubuntu1~lucid) maverick; urgency=low
32+
33+ * added c++ api + code cleanups from upstream
34+
35+ -- Arne Bernin <arne@alamut.de> Fri, 22 Nov 2010 14:41:01 +0100
36+
37+libfreenect (0.0.20101119-0ubuntu2~maverick) maverick; urgency=low
38+
39+ * Fix build for amd64
40+
41+ -- Arne Bernin <arne@alamut.de> Fri, 19 Nov 2010 14:41:01 +0100
42+
43+libfreenect (0.0.20101119-0ubuntu1~maverick) maverick; urgency=low
44+
45+ * New upstream release
46+
47+ -- Arne Bernin <arne@alamut.de> Fri, 19 Nov 2010 14:41:01 +0100
48+
49+libfreenect (0.0.1-4~maverick) maverick; urgency=low
50+
51+ * upload for maverick
52+
53+ -- Arne Bernin <arne@alamut.de> Wed, 17 Nov 2010 23:04:12 +0100
54+
55+libfreenect (0.0.1-4~lucid) lucid; urgency=low
56+
57+ * add udev rules file and postinst to call udevadmin
58+ * added Readme.Debian
59+
60+ -- Arne Bernin <arne@alamut.de> Wed, 17 Nov 2010 23:04:12 +0100
61+
62+libfreenect (0.0.1-3~maverick) maverick; urgency=low
63+
64+ * add maverick to changelog so it can be used in ppa
65+
66+ -- Arne Bernin <arne@alamut.de> Wed, 17 Nov 2010 23:04:12 +0100
67+
68+libfreenect (0.0.1-3) lucid; urgency=low
69+
70+ * Fix dependency errors for compiling
71+
72+ -- Arne Bernin <arne@alamut.de> Wed, 17 Nov 2010 23:04:12 +0100
73+
74+libfreenect (0.0.1-2) lucid; urgency=low
75+
76+ * Fix dependency errors for building
77+
78+ -- Arne Bernin <arne@alamut.de> Wed, 17 Nov 2010 23:04:12 +0100
79+
80+libfreenect (0.0.1-1) lucid; urgency=low
81+
82+ * Initial release
83+
84+ -- Arne Bernin <arne@alamut.de> Wed, 17 Nov 2010 21:26:12 +0100
85
86=== added file 'debian/compat'
87--- debian/compat 1970-01-01 00:00:00 +0000
88+++ debian/compat 2010-11-25 21:24:12 +0000
89@@ -0,0 +1,1 @@
90+7
91
92=== added file 'debian/control'
93--- debian/control 1970-01-01 00:00:00 +0000
94+++ debian/control 2010-11-25 21:24:12 +0000
95@@ -0,0 +1,14 @@
96+Source: libfreenect
97+Section: libdevel
98+Priority: extra
99+Maintainer: Arne Bernin <arne@alamut.de>
100+Build-Depends: debhelper (>= 7), libusb-1.0-0-dev, libglut3-dev, cdbs, cmake, pkg-config
101+Standards-Version: 3.8.3
102+Homepage: http://openkinect.org/
103+
104+Package: libfreenect
105+Architecture: any
106+Depends: ${shlibs:Depends}, ${misc:Depends}, libusb-1.0-0, libglut3
107+Description: freenect open source driver for kinect camera
108+ This includes the static libfreenect which can be used to access a kinect usb device.
109+
110
111=== added file 'debian/copyright'
112--- debian/copyright 1970-01-01 00:00:00 +0000
113+++ debian/copyright 2010-11-25 21:24:12 +0000
114@@ -0,0 +1,45 @@
115+This work was packaged for Debian by:
116+
117+ Arne Bernin <arne@alamut.de> on Wed, 17 Nov 2010 21:26:12 +0100
118+
119+It was downloaded from:
120+
121+ https://github.com/OpenKinect/libfreenect.git
122+
123+Upstream Author(s):
124+
125+ Hector Martin
126+
127+Copyright:
128+
129+<Copyright (C) 2010 Hector Martin>
130+
131+License:
132+
133+ This package is free software; you can redistribute it and/or modify
134+ it under the terms of the GNU General Public License as published by
135+ the Free Software Foundation; either version 2 of the License, or
136+ (at your option) any later version.
137+
138+ This package is distributed in the hope that it will be useful,
139+ but WITHOUT ANY WARRANTY; without even the implied warranty of
140+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
141+ GNU General Public License for more details.
142+
143+ You should have received a copy of the GNU General Public License
144+ along with this package; if not, write to the Free Software
145+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
146+
147+On Debian systems, the complete text of the GNU General
148+Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
149+
150+The Debian packaging is:
151+
152+ Copyright (C) 2010 arne <arne@alamut.de>
153+
154+you can redistribute it and/or modify
155+it under the terms of the GNU General Public License as published by
156+the Free Software Foundation; either version 2 of the License, or
157+(at your option) any later version.
158+
159+This software is also distributed under the apache 2.0 license
160
161=== added file 'debian/docs'
162--- debian/docs 1970-01-01 00:00:00 +0000
163+++ debian/docs 2010-11-25 21:24:12 +0000
164@@ -0,0 +1,2 @@
165+LICENSE-2.0.txt
166+README.asciidoc
167
168=== added file 'debian/postinst'
169--- debian/postinst 1970-01-01 00:00:00 +0000
170+++ debian/postinst 2010-11-25 21:24:12 +0000
171@@ -0,0 +1,21 @@
172+#!/bin/sh
173+
174+set -e
175+
176+THIS_PACKAGE=libfreenect
177+THIS_SCRIPT=postinst
178+
179+
180+case "$1" in
181+ configure)
182+ if dpkg --compare-versions "$2" lt 1.2.0-4; then
183+ if [ `uname -s` = "Linux" ]; then
184+ udevadm trigger --subsystem-match=input --action=change
185+ fi
186+ fi
187+esac
188+
189+
190+exit 0
191+
192+# vim:set ai et sw=2 ts=2 tw=80:
193
194=== added file 'debian/rules'
195--- debian/rules 1970-01-01 00:00:00 +0000
196+++ debian/rules 2010-11-25 21:24:12 +0000
197@@ -0,0 +1,20 @@
198+#!/usr/bin/make -f
199+# -*- makefile -*-
200+# Sample debian/rules that uses debhelper.
201+# This file was originally written by Joey Hess and Craig Small.
202+# As a special exception, when this file is copied by dh-make into a
203+# dh-make output file, you may use that output file without restriction.
204+# This special exception was added by Craig Small in version 0.37 of dh-make.
205+
206+# Uncomment this to turn on verbose mode.
207+#export DH_VERBOSE=1
208+
209+#%:
210+# dh $@
211+DEB_SRCDIR=c
212+
213+include /usr/share/cdbs/1/rules/debhelper.mk
214+include /usr/share/cdbs/1/class/cmake.mk
215+
216+DEB_DH_INSTALL_ARGS = --sourcedir=debian/tmp
217+

Subscribers

People subscribed via source and target branches

to all changes: