Skip to content

Commit

Permalink
Debian packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanor committed Sep 8, 2015
1 parent 53be0ff commit 822c752
Show file tree
Hide file tree
Showing 10 changed files with 66 additions and 0 deletions.
5 changes: 5 additions & 0 deletions debian/changelog
@@ -0,0 +1,5 @@
dvsource-v4l2-other (0.1.0-1) UNRELASED; urgency=low

* Initial release

-- Stefano Rivera <stefanor@debian.org> Mon, 07 Sep 2015 19:05:50 -0700
1 change: 1 addition & 0 deletions debian/clean
@@ -0,0 +1 @@
dvsource-v4l2-other.1
1 change: 1 addition & 0 deletions debian/compat
@@ -0,0 +1 @@
9
16 changes: 16 additions & 0 deletions debian/control
@@ -0,0 +1,16 @@
Source: dvsource-v4l2-other
Section: video
Priority: optional
Maintainer: Stefano Rivera <stefanor@debian.org>
Uploaders: Tim Videos Team <timvideos@googlegroups.com>
Build-Depends: debhelper (>= 9), python, dh-exec
Standards-Version: 3.9.6
Homepage: https://github.com/timvideos/dvsource-v4l2-other
Vcs-Git: https://github.com/timvideos/dvsource-v4l2-other
Vcs-Browser: https://github.com/timvideos/dvsource-v4l2-other

Package: dvsource-v4l2-other
Architecture: all
Depends: ${misc:Depends}, python, gstreamer1.0-dvswitch
Description: v4l2 source for DVswitch
Video4Linux2 source for DVswitch which supports any UVC Webcam device.
24 changes: 24 additions & 0 deletions debian/copyright
@@ -0,0 +1,24 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: dvsource-v4l2-other
Source: https://github.com/timvideos/dvsource-v4l2-other

Files: *
Copyright: 2013-2015, Tim 'mithro' Ansell <mithro@mithis.com>
2013-2015, Carl Karsten <carl@nextdayvideo.com>
2014-2015, Amanpreet Singh <aps.sids@gmail.com>
2015, Stefano Rivera <stefanor@debian.org>
License: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
the License at
.
http://www.apache.org/licenses/LICENSE-2.0
.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations under
the License.
.
On Debian systems, the Apache 2.0 license can be found in
/usr/share/common-licenses/Apache-2.0
2 changes: 2 additions & 0 deletions debian/install
@@ -0,0 +1,2 @@
#!/usr/bin/dh-exec
dvsource-v4l2-other.py => /usr/bin/dvsource-v4l2-other
1 change: 1 addition & 0 deletions debian/manpages
@@ -0,0 +1 @@
dvsource-v4l2-other.1
11 changes: 11 additions & 0 deletions debian/rules
@@ -0,0 +1,11 @@
#!/usr/bin/make -f

%:
dh $@

override_dh_auto_build:
python setup.py build_manpage \
--output=dvsource-v4l2-other.1 \
--parser=dvsource-v4l2-other:get_parser

override_dh_auto_install:
1 change: 1 addition & 0 deletions debian/source/format
@@ -0,0 +1 @@
3.0 (quilt)
4 changes: 4 additions & 0 deletions debian/watch
@@ -0,0 +1,4 @@
version=3

opts="filenamemangle=s/(?:.*?)?v?(\d[\d.]*)\.tar\.gz/dvsource-v4l2-other-$1.tar.gz/" \
https://github.com/timvideos/dvsource-v4l2-other/tags (?:.*?/)?v?(\d[\d.]*)\.tar\.gz

0 comments on commit 822c752

Please sign in to comment.