Skip to content

Debian packacing for libgourou a free implementation of Adobe's ADEPT protocol

Notifications You must be signed in to change notification settings

steinarb/libgourou-debian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Debian package for libgourou

https://img.shields.io/badge/Debian-D70A53?style=for-the-badge&logo=debian&logoColor=white&ext=.svg

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.

Install the requried software

  1. Log in as root
  2. Give the following commands:
    apt-get update
    apt-get install devscripts git gcc libpugixml-dev libzip-dev
        

To build the debian package:

  1. Clone the libgourou-debian project
    git clone https://github.com/steinarb/libgourou-debian.git
        
  2. Build the debian package
    cd libgourou-debian/packacing/
    dpkg-buildpackage
        
  3. There will be a libgourou-*.deb file in the libgourou-debian directory

To update the libgourou version

  1. Clone the libgourou-debian project
    git clone https://github.com/steinarb/libgourou-debian.git
        
  2. Edit the libgourou-debian/packaging/debian/rules file in a text editor and change the version number of the value:
    VERSION = 0.8.6
        
  3. Build the debian package
    cd libgourou-debian/packaging/
    dpkg-buildpackage
        
  4. There will be a libgourou-*.deb file in the libgourou-debian directory

About

Debian packacing for libgourou a free implementation of Adobe's ADEPT protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published