[PR #272] [CLOSED] Debian packaging for dehydrated #781

Closed
opened 2025-12-29 01:29:07 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dehydrated-io/dehydrated/pull/272
Author: @allardhoeve
Created: 9/14/2016
Status: Closed

Base: masterHead: debian


📝 Commits (1)

  • fe92756 Debian 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:

  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:

sudo apt-get install build-essential devscripts debhelper fakeroot
fakeroot debian/rules binary

🔄 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>
adam added the pull-request label 2025-12-29 01:29:07 +01:00
adam closed this issue 2025-12-29 01:29:07 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#781