diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-11 22:43:45 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-11 22:43:45 +0000 |
| commit | 2a2c782b754ba1fbd7899ac8fe078805c63ef011 (patch) | |
| tree | 55885e5c90ff30de2c67dc9adeb2b1e28ade755a | |
| parent | a237ef0838c4c730ff824a203780833c206764cc (diff) | |
Try to use correct arch for .debs.
| -rwxr-xr-x | builds/chroot-deb | 2 | ||||
| -rw-r--r-- | builds/control-12.04-32 | 15 | ||||
| -rw-r--r-- | builds/control-12.04-64 | 15 | ||||
| -rw-r--r-- | builds/control-12.10-32 | 15 | ||||
| -rw-r--r-- | builds/control-12.10-64 | 15 |
5 files changed, 61 insertions, 1 deletions
diff --git a/builds/chroot-deb b/builds/chroot-deb index c7cc4641d..881f9f8c3 100755 --- a/builds/chroot-deb +++ b/builds/chroot-deb @@ -13,7 +13,7 @@ else CPU=amd64 fi -cp builds/control-$UBUNTU_VERSION debian/control +cp builds/control-$UBUNTU_VERSION-$BITS debian/control ./waf dist TARBALL=`ls -1 *.tar.bz2` VERSION=`echo $TARBALL | sed -e 's/^dvdomatic-\(.*\).tar.bz2/\1/'` diff --git a/builds/control-12.04-32 b/builds/control-12.04-32 new file mode 100644 index 000000000..20031996b --- /dev/null +++ b/builds/control-12.04-32 @@ -0,0 +1,15 @@ +Source: dvdomatic +Section: video +Priority: extra +Maintainer: Carl Hetherington <cth@carlh.net> +Build-Depends: debhelper (>= 8.0.0), python (>= 2.7.3), g++ (>= 4:4.6.3), pkg-config (>= 0.26), libwxgtk2.8-dev (>= 2.8.12.1), libssh-dev (>= 0.5.2), libboost-filesystem-dev (>= 1.46.0), libboost-thread-dev (>= 1.46.0), libsndfile1-dev (>= 1.0.25), libmagick++-dev (>= 8:6.6.9.7) +Standards-Version: 3.9.3 +Homepage: http://carlh.net/software/dvdomatic + +Package: dvdomatic +Architecture: i386 +Depends: libc6 (>= 2.15), libwxgtk2.8-0 (>= 2.8.12.1), libssh-4 (>= 0.5.2), libboost-filesystem1.46.1 (>= 1.46.1), libboost-thread1.46.1 (>= 1.46.1), libsndfile1 (>= 1.0.25), libmagick++4 (>= 8:6.6.9.7) +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/builds/control-12.04-64 b/builds/control-12.04-64 new file mode 100644 index 000000000..d28efb7e9 --- /dev/null +++ b/builds/control-12.04-64 @@ -0,0 +1,15 @@ +Source: dvdomatic +Section: video +Priority: extra +Maintainer: Carl Hetherington <cth@carlh.net> +Build-Depends: debhelper (>= 8.0.0), python (>= 2.7.3), g++ (>= 4:4.6.3), pkg-config (>= 0.26), libwxgtk2.8-dev (>= 2.8.12.1), libssh-dev (>= 0.5.2), libboost-filesystem-dev (>= 1.46.0), libboost-thread-dev (>= 1.46.0), libsndfile1-dev (>= 1.0.25), libmagick++-dev (>= 8:6.6.9.7) +Standards-Version: 3.9.3 +Homepage: http://carlh.net/software/dvdomatic + +Package: dvdomatic +Architecture: amd64 +Depends: libc6 (>= 2.15), libwxgtk2.8-0 (>= 2.8.12.1), libssh-4 (>= 0.5.2), libboost-filesystem1.46.1 (>= 1.46.1), libboost-thread1.46.1 (>= 1.46.1), libsndfile1 (>= 1.0.25), libmagick++4 (>= 8:6.6.9.7) +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/builds/control-12.10-32 b/builds/control-12.10-32 new file mode 100644 index 000000000..63ae6099a --- /dev/null +++ b/builds/control-12.10-32 @@ -0,0 +1,15 @@ +Source: dvdomatic +Section: video +Priority: extra +Maintainer: Carl Hetherington <cth@carlh.net> +Build-Depends: debhelper (>= 8.0.0), python (>= 2.7.3), g++ (>= 4:4.6.3), pkg-config (>= 0.26), libwxgtk2.8-dev (>= 2.8.12.1), libssh-dev (>= 0.5.2), libboost-filesystem-dev (>= 1.46.0), libboost-thread-dev (>= 1.46.0), libsndfile1-dev (>= 1.0.25), libmagick++-dev (>= 8:6.6.9.7) +Standards-Version: 3.9.3 +Homepage: http://carlh.net/software/dvdomatic + +Package: dvdomatic +Architecture: i386 +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 + digital projectors. diff --git a/builds/control-12.10-64 b/builds/control-12.10-64 new file mode 100644 index 000000000..60f54c7b6 --- /dev/null +++ b/builds/control-12.10-64 @@ -0,0 +1,15 @@ +Source: dvdomatic +Section: video +Priority: extra +Maintainer: Carl Hetherington <cth@carlh.net> +Build-Depends: debhelper (>= 8.0.0), python (>= 2.7.3), g++ (>= 4:4.6.3), pkg-config (>= 0.26), libwxgtk2.8-dev (>= 2.8.12.1), libssh-dev (>= 0.5.2), libboost-filesystem-dev (>= 1.46.0), libboost-thread-dev (>= 1.46.0), libsndfile1-dev (>= 1.0.25), libmagick++-dev (>= 8:6.6.9.7) +Standards-Version: 3.9.3 +Homepage: http://carlh.net/software/dvdomatic + +Package: dvdomatic +Architecture: amd64 +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 + digital projectors. |
