Giter VIP home page Giter VIP logo

eudev-deb's Introduction

Introduction

  • This repository is a fork of the debian directory on Jaret Cantu/eudev up to commit e84abdcd
  • This repository contains the scripts to build eudev deb package
  • The source of eudev package is located on https://github.com/gentoo/eudev
  • This repository will be maintained as close as possible to the eudev source
  • Release tags will also be added to follow the release tags on eudev source
  • It is assumed that the users are familiar with Debian package building process

Package Building

  • Requirements
  • Example of the steps to build eudev package from the master branch source

    $ git clone -b master --single-branch https://github.com/gentoo/eudev.git eudev-3.0 
    $ rm -rf eudev-3.0/.travis.yml eudev-3.0/.gitignore eudev-3.0/.git
    $ tar cJf eudev_3.0.orig.tar.xz eudev-3.0/*
    $ cd eudev-3.0
    $ git clone -b master --single-branch https://git.devuan.org/anto/eudev-deb.git debian
    $ dpkg-buildpackage -us -uc
    

Installation

*** WARNING ***
These steps may break your installation so you must know how to recover it if that would happen
*** WARNING ***

  • On Devuan/Debian jessie installs
  • The installation of eudev packages should be quite straight forward

     Example of eudev packages installation on amd64 desktop install
    
     ```
     # dpkg --install gir1.2-gudev-1.0_3.0-1_amd64.deb libgudev-1.0-0_3.0-1_amd64.deb libgudev-1.0-dev_3.0-1_amd64.deb libudev1_3.0-1_amd64.deb libudev-dev_3.0-1_amd64.deb udev_3.0-1_amd64.deb
     ```
    
  • On Debian wheezy installs
  • It is more complicated due to a lot of packages depend on libudev0 but eudev provides libudev1

  • A lot of packages must be upgraded to satisfy eudev packages requirements

     Please refer the [control](https://git.devuan.org/anto/gentoo-eudev/blob/master/control) file for the required packages for eudev package
    
  • In order to avoid any possible issues, libudev0 can be removed but some packages must be upgraded for that

     On some Debian wheezy installs, a part from all packages required by eudev package, mainly the following packages need to be upgraded so that libudev0 can be removed:
      + dmsetup from version 2:1.02.74-8 to >= 2:1.02.90-2.2
      + libdevmapper1.02.1 from version 2:1.02.74-8 to >= 2:1.02.90-2.2
    
       The detail packages that need to be upgraded prior to removing libudev0 can be obtained as below
       
       ```
     # apt-cache rdepends --installed libudev0
       ```
    

eudev-deb's People

Contributors

mbiebl avatar tfheen avatar martinpitt avatar stapelberg avatar jonseverinsson avatar sjoerdsimons avatar jaretcantu avatar rfc1036 avatar didrocks avatar anto avatar schaal avatar aburch avatar chris-se avatar agx avatar joshtriplett avatar

Stargazers

Anton Kashcheev avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.