Twiddle 12.04 deps again.
authorCarl Hetherington <cth@carlh.net>
Sun, 9 Dec 2012 23:32:36 +0000 (23:32 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 9 Dec 2012 23:32:36 +0000 (23:32 +0000)
builds/control-12.04
builds/deb

index 81997794db071be910c10a9655bbe6a75316b07e..9976688bc095d5c12c0d841af9decbf255758e07 100644 (file)
@@ -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
index 8bf5d357bb74134e9aa89d401cc15c0ae6420fc0..0425acdc0e0548df50d930f8e6eaf4ec1f81cc4d 100755 (executable)
@@ -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