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/control | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 debian/control (limited to 'debian/control') 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. -- 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/control') 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/control') 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/control') 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