🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/dehydrated-io/dehydrated/pull/272
**Author:** [@allardhoeve](https://github.com/allardhoeve)
**Created:** 9/14/2016
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `debian`
---
### 📝 Commits (1)
- [`fe92756`](https://github.com/dehydrated-io/dehydrated/commit/fe9275647911833acfd4b4643029cf4063c54d57) Debian packaging for dehydrated
### 📊 Changes
**11 files changed** (+145 additions, -0 deletions)
<details>
<summary>View changed files</summary>
➕ `debian/changelog` (+5 -0)
➕ `debian/compat` (+1 -0)
➕ `debian/control` (+13 -0)
➕ `debian/copyright` (+25 -0)
➕ `debian/default-config` (+85 -0)
➕ `debian/dehydrated.dirs` (+4 -0)
➕ `debian/dehydrated.docs` (+1 -0)
➕ `debian/dehydrated.examples` (+1 -0)
➕ `debian/dehydrated.install` (+1 -0)
➕ `debian/rules` (+8 -0)
➕ `debian/source/format` (+1 -0)
</details>
### 📄 Description
I wrote some quick Debian packaging. This works, but there are a couple issues:
1. Running it as an unpriviliged user requires you to either modify the config file or chown `/var/lib/dehydrated`.
2. Docs on how to properly get stuff working are missing, but it is a little out of my scope right now.
To build on ubuntu:
``` bash
sudo apt-get install build-essential devscripts debhelper fakeroot
fakeroot debian/rules binary
```
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/dehydrated-io/dehydrated/pull/272
Author: @allardhoeve
Created: 9/14/2016
Status: ❌ Closed
Base:
master← Head:debian📝 Commits (1)
fe92756Debian packaging for dehydrated📊 Changes
11 files changed (+145 additions, -0 deletions)
View changed files
➕
debian/changelog(+5 -0)➕
debian/compat(+1 -0)➕
debian/control(+13 -0)➕
debian/copyright(+25 -0)➕
debian/default-config(+85 -0)➕
debian/dehydrated.dirs(+4 -0)➕
debian/dehydrated.docs(+1 -0)➕
debian/dehydrated.examples(+1 -0)➕
debian/dehydrated.install(+1 -0)➕
debian/rules(+8 -0)➕
debian/source/format(+1 -0)📄 Description
I wrote some quick Debian packaging. This works, but there are a couple issues:
/var/lib/dehydrated.To build on ubuntu:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.