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
=== added directory 'debian'
=== added file 'debian/Readme.Debian'
--- debian/Readme.Debian 1970-01-01 00:00:00 +0000
+++ debian/Readme.Debian 2010-11-25 21:24:12 +0000
@@ -0,0 +1,8 @@
1
2Readme file for libfreenect.
3
4This packages installs a udev rules file,
5so no need for "sudo glview" any more ;)
6
7
8--arne
09
=== added file 'debian/changelog'
--- debian/changelog 1970-01-01 00:00:00 +0000
+++ debian/changelog 2010-11-25 21:24:12 +0000
@@ -0,0 +1,66 @@
1libfreenect (0.0.20101122-0ubuntu2~lucid) lucid; urgency=low
2
3 * fixed typo in changelog
4
5 -- Arne Bernin <arne@alamut.de> Fri, 22 Nov 2010 14:41:01 +0100
6
7libfreenect (0.0.20101122-0ubuntu2~maverick) maverick; urgency=low
8
9 * added c++ api + code cleanups from upstream
10
11 -- Arne Bernin <arne@alamut.de> Fri, 22 Nov 2010 14:41:01 +0100
12
13libfreenect (0.0.20101122-0ubuntu1~lucid) maverick; urgency=low
14
15 * added c++ api + code cleanups from upstream
16
17 -- Arne Bernin <arne@alamut.de> Fri, 22 Nov 2010 14:41:01 +0100
18
19libfreenect (0.0.20101119-0ubuntu2~maverick) maverick; urgency=low
20
21 * Fix build for amd64
22
23 -- Arne Bernin <arne@alamut.de> Fri, 19 Nov 2010 14:41:01 +0100
24
25libfreenect (0.0.20101119-0ubuntu1~maverick) maverick; urgency=low
26
27 * New upstream release
28
29 -- Arne Bernin <arne@alamut.de> Fri, 19 Nov 2010 14:41:01 +0100
30
31libfreenect (0.0.1-4~maverick) maverick; urgency=low
32
33 * upload for maverick
34
35 -- Arne Bernin <arne@alamut.de> Wed, 17 Nov 2010 23:04:12 +0100
36
37libfreenect (0.0.1-4~lucid) lucid; urgency=low
38
39 * add udev rules file and postinst to call udevadmin
40 * added Readme.Debian
41
42 -- Arne Bernin <arne@alamut.de> Wed, 17 Nov 2010 23:04:12 +0100
43
44libfreenect (0.0.1-3~maverick) maverick; urgency=low
45
46 * add maverick to changelog so it can be used in ppa
47
48 -- Arne Bernin <arne@alamut.de> Wed, 17 Nov 2010 23:04:12 +0100
49
50libfreenect (0.0.1-3) lucid; urgency=low
51
52 * Fix dependency errors for compiling
53
54 -- Arne Bernin <arne@alamut.de> Wed, 17 Nov 2010 23:04:12 +0100
55
56libfreenect (0.0.1-2) lucid; urgency=low
57
58 * Fix dependency errors for building
59
60 -- Arne Bernin <arne@alamut.de> Wed, 17 Nov 2010 23:04:12 +0100
61
62libfreenect (0.0.1-1) lucid; urgency=low
63
64 * Initial release
65
66 -- Arne Bernin <arne@alamut.de> Wed, 17 Nov 2010 21:26:12 +0100
067
=== added file 'debian/compat'
--- debian/compat 1970-01-01 00:00:00 +0000
+++ debian/compat 2010-11-25 21:24:12 +0000
@@ -0,0 +1,1 @@
17
02
=== added file 'debian/control'
--- debian/control 1970-01-01 00:00:00 +0000
+++ debian/control 2010-11-25 21:24:12 +0000
@@ -0,0 +1,14 @@
1Source: libfreenect
2Section: libdevel
3Priority: extra
4Maintainer: Arne Bernin <arne@alamut.de>
5Build-Depends: debhelper (>= 7), libusb-1.0-0-dev, libglut3-dev, cdbs, cmake, pkg-config
6Standards-Version: 3.8.3
7Homepage: http://openkinect.org/
8
9Package: libfreenect
10Architecture: any
11Depends: ${shlibs:Depends}, ${misc:Depends}, libusb-1.0-0, libglut3
12Description: freenect open source driver for kinect camera
13 This includes the static libfreenect which can be used to access a kinect usb device.
14
015
=== added file 'debian/copyright'
--- debian/copyright 1970-01-01 00:00:00 +0000
+++ debian/copyright 2010-11-25 21:24:12 +0000
@@ -0,0 +1,45 @@
1This work was packaged for Debian by:
2
3 Arne Bernin <arne@alamut.de> on Wed, 17 Nov 2010 21:26:12 +0100
4
5It was downloaded from:
6
7 https://github.com/OpenKinect/libfreenect.git
8
9Upstream Author(s):
10
11 Hector Martin
12
13Copyright:
14
15<Copyright (C) 2010 Hector Martin>
16
17License:
18
19 This package is free software; you can redistribute it and/or modify
20 it under the terms of the GNU General Public License as published by
21 the Free Software Foundation; either version 2 of the License, or
22 (at your option) any later version.
23
24 This package is distributed in the hope that it will be useful,
25 but WITHOUT ANY WARRANTY; without even the implied warranty of
26 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27 GNU General Public License for more details.
28
29 You should have received a copy of the GNU General Public License
30 along with this package; if not, write to the Free Software
31 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
32
33On Debian systems, the complete text of the GNU General
34Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
35
36The Debian packaging is:
37
38 Copyright (C) 2010 arne <arne@alamut.de>
39
40you can redistribute it and/or modify
41it under the terms of the GNU General Public License as published by
42the Free Software Foundation; either version 2 of the License, or
43(at your option) any later version.
44
45This software is also distributed under the apache 2.0 license
046
=== added file 'debian/docs'
--- debian/docs 1970-01-01 00:00:00 +0000
+++ debian/docs 2010-11-25 21:24:12 +0000
@@ -0,0 +1,2 @@
1LICENSE-2.0.txt
2README.asciidoc
03
=== added file 'debian/postinst'
--- debian/postinst 1970-01-01 00:00:00 +0000
+++ debian/postinst 2010-11-25 21:24:12 +0000
@@ -0,0 +1,21 @@
1#!/bin/sh
2
3set -e
4
5THIS_PACKAGE=libfreenect
6THIS_SCRIPT=postinst
7
8
9case "$1" in
10 configure)
11 if dpkg --compare-versions "$2" lt 1.2.0-4; then
12 if [ `uname -s` = "Linux" ]; then
13 udevadm trigger --subsystem-match=input --action=change
14 fi
15 fi
16esac
17
18
19exit 0
20
21# vim:set ai et sw=2 ts=2 tw=80:
022
=== added file 'debian/rules'
--- debian/rules 1970-01-01 00:00:00 +0000
+++ debian/rules 2010-11-25 21:24:12 +0000
@@ -0,0 +1,20 @@
1#!/usr/bin/make -f
2# -*- makefile -*-
3# Sample debian/rules that uses debhelper.
4# This file was originally written by Joey Hess and Craig Small.
5# As a special exception, when this file is copied by dh-make into a
6# dh-make output file, you may use that output file without restriction.
7# This special exception was added by Craig Small in version 0.37 of dh-make.
8
9# Uncomment this to turn on verbose mode.
10#export DH_VERBOSE=1
11
12#%:
13# dh $@
14DEB_SRCDIR=c
15
16include /usr/share/cdbs/1/rules/debhelper.mk
17include /usr/share/cdbs/1/class/cmake.mk
18
19DEB_DH_INSTALL_ARGS = --sourcedir=debian/tmp
20

Subscribers

People subscribed via source and target branches

to all changes: