/debs

My .deb packages for Raspbian(Raspberry Pi), Debian, Ubuntu. Including syncthing, xware(xunlei) ...

Primary LanguageShellMIT LicenseMIT

Debs, My deb packages for Ubuntu, Debian and Raspbian(Raspberry Pi)

Homepage | Issue Tracker | MIT License | by Guten | Bountysource

See aurs for my Arch Linux AUR Packages.

Linux Packaging is the boringest thing in the world, so I only maintain packages used by myself, and they're usually on Raspbian. If you want more, please add as a Collaborator or send Pull-Requests. Luck for us, someone is working on solutions, and Snappy Ubuntu Core has a new packaging way

A List of Packages

  • xware: Raspbian only. Xunlei in Linux
  • syncthing: Raspbian only. Open Source Continuous File Synchronization

Supported Releases

Raspbian: raspbian
Debian: debian
Ubuntu: debian

Install a Package

  1. Get your release name by $ cat /etc/*-release

  2. Replace the RELEASE with the name you found, e.g. raspbian for Raspbian, debian for Debian, debian for Ubuntu.

$ sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 80572343
$ echo 'deb http://guten.me/debs RELEASE main' | sudo tee /etc/apt/sources.list.d/guten.list
$ sudo apt-get update
$ sudo apt-get install PACKAGE

Build

  1. Download the upstream package
  2. Build: $ ./make-debs.sh

Development

Setup

$ Create a GPG key
$ aptly repo create -distribution=wheezy default
$ aptly publish repo -architectures="amd64,i386,source" default
$ ln -s ~/.aptly/public dist
$ cd dist
$ git init
$ git remote add origin git@github.com:gutenye/debs.git
$ git checkout gh-pages
$ git push -u origin gh-pages

Copyright

The MIT License (MIT)

Copyright (c) 2015 Guten Ye

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.