2013-03-27 18:56:18 +01:00
|
|
|
#!/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
|
|
|
|
|
2013-03-27 18:56:18 +01:00
|
|
|
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.
|
|
|
|
|