libgourou is a free implementation of Adobe’s ADEPT protocol used to add DRM on ePub/PDF files. It overcomes the lack of Adobe support for Linux platforms.
This git repository holds the scripts necessary to create a debian package of libgourou.
This debian package is created using standard debian packaging tools, and this debian package is built from the libgourou source tar-ball.
- Log in as root
- Give the following commands:
apt-get update apt-get install devscripts git gcc libpugixml-dev libzip-dev
- Clone the libgourou-debian project
git clone https://github.com/steinarb/libgourou-debian.git
- Build the debian package
cd libgourou-debian/packacing/ dpkg-buildpackage
- There will be a libgourou-*.deb file in the libgourou-debian directory
- Clone the libgourou-debian project
git clone https://github.com/steinarb/libgourou-debian.git
- Edit the libgourou-debian/packaging/debian/rules file in a text editor and change the version number of the value:
VERSION = 0.8.6
- Build the debian package
cd libgourou-debian/packaging/ dpkg-buildpackage
- There will be a libgourou-*.deb file in the libgourou-debian directory