2013-03-27 18:56:18 +01:00
|
|
|
#!/bin/bash
|
|
|
|
|
2013-09-18 15:38:17 +02:00
|
|
|
# Force the User
|
|
|
|
su root
|
|
|
|
|
2013-05-25 00:33:58 +02:00
|
|
|
apt-get -b source -t experimental poppler
|
2013-04-03 00:59:56 +02:00
|
|
|
|
2013-05-25 00:33:58 +02:00
|
|
|
# Note: libpoppler-private-dev is not listed in the dependencies of pdf2htmlEX
|
|
|
|
# but still needed because of poppler-config.h
|
2013-09-18 15:38:17 +02:00
|
|
|
dpkg -i libpoppler-dev* libpoppler37* libpoppler-private-dev*
|
2013-03-27 18:56:18 +01:00
|
|
|
|
2013-05-25 00:33:58 +02:00
|
|
|
cd pdf2htmlEX/
|
|
|
|
git pull
|
2013-04-03 00:59:56 +02:00
|
|
|
|
2013-05-25 00:33:58 +02:00
|
|
|
dpkg-buildpackage -uc -b
|