Circlean/update_builder.sh

18 lines
416 B
Bash
Raw Normal View History

#!/bin/bash
2013-04-03 00:59:56 +02:00
# get sources of latest libpoppler from experimental in the debian packages
# Unpack the sources
# unpack the the debian patches in the dir of the sources
# let the dsc file outside of this directory
# Build package
# Take a nap
cd /root/pdf2htmlEX
git pull
dpkg-buildpackage -rfakeroot -uc -b
ls ../*deb
ls /var/cache/apt/archives/libpoppler*
2013-04-03 00:59:56 +02:00
# Copy libpoppler and pdf2htmlex deb out of the chroot.