From 234db32ef3211a4dd41d4494e40285813932e697 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 8 Dec 2012 13:48:15 +0000 Subject: Add debian packaging files. --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 17 +++++++++++++++++ debian/copyright | 27 +++++++++++++++++++++++++++ debian/docs | 1 + debian/files | 1 + debian/rules | 23 +++++++++++++++++++++++ debian/source/format | 1 + 8 files changed, 76 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/docs create mode 100644 debian/files create mode 100755 debian/rules create mode 100644 debian/source/format (limited to 'debian') diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 000000000..9908e7cb4 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +dvdomatic (0.59beta1-1) unstable; urgency=low + + * Initial release. + + -- Carl Hetherington Sat, 08 Dec 2012 12:41:20 +0000 diff --git a/debian/compat b/debian/compat new file mode 100644 index 000000000..45a4fb75d --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +8 diff --git a/debian/control b/debian/control new file mode 100644 index 000000000..0b6abf9cf --- /dev/null +++ b/debian/control @@ -0,0 +1,17 @@ +Source: dvdomatic +Section: video +Priority: extra +Maintainer: Carl Hetherington +Build-Depends: debhelper (>= 8.0.0) +Standards-Version: 3.9.3 +Homepage: http://carlh.net/software/dvdomatic +#Vcs-Git: git://git.debian.org/collab-maint/dvdomatic.git +#Vcs-Browser: http://git.debian.org/?p=collab-maint/dvdomatic.git;a=summary + +Package: dvdomatic +Architecture: any +Depends: libwxgtk2.8-0 (>= 2.8.12.1), libssh-4 (>= 0.5.2), libboost-filesystem1.49.0 (>= 1.49.0), libboost-thread1.49.0 (>= 1.49.0), libsndfile1 (>= 1.0.25), libmagick++5 (>= 8:6.7.7.10) +Description: Generator of Digital Cinema Packages (DCPs) + DVD-o-matic generates Digital Cinema Packages (DCPs) from video and audio + files (such as those from DVDs or Blu-Rays) for presentation on DCI-compliant + digital projectors. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 000000000..2579947e4 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,27 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: dvdomatic +Source: + +Files: * +Copyright: 2012 Carl Hetherington +License: GPL-2+ + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". + +# Please also look if there are files or directories which have a +# different copyright/license attached and list them here. +# Please avoid to pick license terms that are more restrictive than the +# packaged work, as it may make Debian's contributions unacceptable upstream. diff --git a/debian/docs b/debian/docs new file mode 100644 index 000000000..e845566c0 --- /dev/null +++ b/debian/docs @@ -0,0 +1 @@ +README diff --git a/debian/files b/debian/files new file mode 100644 index 000000000..7639f05ac --- /dev/null +++ b/debian/files @@ -0,0 +1 @@ +dvdomatic_0.59beta1-1_i386.deb video extra diff --git a/debian/rules b/debian/rules new file mode 100755 index 000000000..3320087a5 --- /dev/null +++ b/debian/rules @@ -0,0 +1,23 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ + +override_dh_auto_configure: + ./waf --nocache configure --prefix=/usr --static + +override_dh_auto_build: + ./waf --nocache build + +override_dh_auto_install: + ./waf --nocache install --destdir=debian/dvdomatic + diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) -- cgit v1.2.3 From a96c9752935be45fe39a1f5d49757234002e0b4b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 8 Dec 2012 14:42:39 +0000 Subject: Add missing libc dependency. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/control b/debian/control index 0b6abf9cf..7774f1fb1 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Homepage: http://carlh.net/software/dvdomatic Package: dvdomatic Architecture: any -Depends: libwxgtk2.8-0 (>= 2.8.12.1), libssh-4 (>= 0.5.2), libboost-filesystem1.49.0 (>= 1.49.0), libboost-thread1.49.0 (>= 1.49.0), libsndfile1 (>= 1.0.25), libmagick++5 (>= 8:6.7.7.10) +Depends: libc6 (>= 2.15), libwxgtk2.8-0 (>= 2.8.12.1), libssh-4 (>= 0.5.2), libboost-filesystem1.49.0 (>= 1.49.0), libboost-thread1.49.0 (>= 1.49.0), libsndfile1 (>= 1.0.25), libmagick++5 (>= 8:6.7.7.10) Description: Generator of Digital Cinema Packages (DCPs) DVD-o-matic generates Digital Cinema Packages (DCPs) from video and audio files (such as those from DVDs or Blu-Rays) for presentation on DCI-compliant -- cgit v1.2.3 From fdabc23e25f0d2a72ed482aa0b1f9863cccb34a5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 8 Dec 2012 14:43:42 +0000 Subject: Trim vcs tags. --- debian/control | 2 -- 1 file changed, 2 deletions(-) (limited to 'debian') diff --git a/debian/control b/debian/control index 7774f1fb1..99d44e1b8 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,6 @@ Maintainer: Carl Hetherington Build-Depends: debhelper (>= 8.0.0) Standards-Version: 3.9.3 Homepage: http://carlh.net/software/dvdomatic -#Vcs-Git: git://git.debian.org/collab-maint/dvdomatic.git -#Vcs-Browser: http://git.debian.org/?p=collab-maint/dvdomatic.git;a=summary Package: dvdomatic Architecture: any -- cgit v1.2.3 From f8258703664286a957bc7d141f1483d8ec6fc923 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 8 Dec 2012 16:02:58 +0000 Subject: Try to update build-depends. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/control b/debian/control index 99d44e1b8..126d42250 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: dvdomatic Section: video Priority: extra Maintainer: Carl Hetherington -Build-Depends: debhelper (>= 8.0.0) +Build-Depends: debhelper (>= 8.0.0), python (>= 2.7.3), g++ (>= 4:4.7.2), pkg-config (>= 0.26), libwxgtk2.8-dev (>= 2.8.12.1), libssh-dev (>= 0.5.2), libboost-filesystem1.49-dev (>= 1.49.0), libboost-thread1.49-dev (>= 1.49.0), libsndfile1-dev (>= 1.0.25), libmagick++-dev (>= 8:6.7.7.10) Standards-Version: 3.9.3 Homepage: http://carlh.net/software/dvdomatic -- cgit v1.2.3