summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-12-09 23:32:36 +0000
committerCarl Hetherington <cth@carlh.net>2012-12-09 23:32:36 +0000
commit76bcf711478cccc6e6d1089e5f16a5a51de2d2df (patch)
tree1e81fb136b9ca1db30081cde7a5efe0a82b26800
parent1171d87e38f576c98cfbd1a07ae69a211f20d6b2 (diff)
Twiddle 12.04 deps again.
-rw-r--r--builds/control-12.042
-rwxr-xr-xbuilds/deb1
2 files changed, 2 insertions, 1 deletions
diff --git a/builds/control-12.04 b/builds/control-12.04
index 81997794d..9976688bc 100644
--- a/builds/control-12.04
+++ b/builds/control-12.04
@@ -8,7 +8,7 @@ Homepage: http://carlh.net/software/dvdomatic
Package: dvdomatic
Architecture: any
-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++5 (>= 8:6.7.7.10)
+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
diff --git a/builds/deb b/builds/deb
index 8bf5d357b..0425acdc0 100755
--- a/builds/deb
+++ b/builds/deb
@@ -20,5 +20,6 @@ echo "version: $VERSION"
sudo cp *.tar.bz2 $CHROOT/root/
sudo schroot -c "ubuntu-$ID" -d /root -u root -- /bin/sh -c "tar xjf dvdomatic-$VERSION.tar.bz2 && cd dvdomatic-$VERSION && builds/chroot-deb $UBUNTU_VERSION"
mkdir -p build/deb/$ID/
+echo "Copying $CHROOT/root/dvdomatic-$VERSION/build/deb/dvdomatic_$VERSION-1_i386.deb to build/deb/$ID"
sudo cp $CHROOT/root/dvdomatic-$VERSION/build/deb/dvdomatic_$VERSION-1_i386.deb build/deb/$ID