summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2017-04-15 12:25:15 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2017-04-15 12:25:15 +0100
commitf76ed95d6d187950b3d1af281b630064ea12b267 (patch)
treed071e4ce8f7132a71e95874b2932cc0b95eee30d
parentaf0fdc2725972c0723e14ffe34a5dfae5c0b3594 (diff)
downloaduserv-utils-f76ed95d6d187950b3d1af281b630064ea12b267.tar.gz
debian/: groupmanage: Move into userv-utils
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rw-r--r--debian/control12
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 12 deletions
diff --git a/debian/control b/debian/control
index 84378cf..0e36df1 100644
--- a/debian/control
+++ b/debian/control
@@ -19,6 +19,7 @@ Description: privsep utilities collection
mailq - allow users to view the mail queue
ndc-reload - allow certain users to reload the nameserver
checkpasswd-* - allow users to run a UNIX password check
+ groupmanage - allow users to create and manage a few groups each
Package: userv-dyndns
Architecture: all
@@ -34,17 +35,6 @@ Description: dynamic DNS for shell account users
The default configuration creates the infrastructure (including a
service user) but does not allow any users to modify the DNS.
-Package: userv-groupmanage
-Architecture: all
-Depends: userv, ${perl:Depends}, ${misc:Depends}
-Description: user-controlled group membership
- groupmanage is a userv service which allows individual shell users to
- create UN*X groups, and/or to change the membership of existing
- groups of which they are recorded as the manager.
- .
- The default configuration allows users to create and manage a few
- groups, but is reasonably conservative.
-
Package: userv-git-daemon
Architecture: all
Depends: userv, git-core, adduser, ${perl:Depends}, ${misc:Depends}
diff --git a/debian/rules b/debian/rules
index b8b47aa..c3a20ec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -69,7 +69,7 @@ override_dh_auto_install:
set -e; cd debian/userv-groupmanage/usr/share/doc; \
mv groupmanage userv-groupmanage
-
- set -e; for p in userv-ipif userv-ucgi; do \
+ set -e; for p in userv-ipif userv-ucgi userv-groupmanage; do \
(cd debian/$$p/usr/share/doc; \
mv $$p userv-utils); \
cp -al debian/$$p/. debian/userv-utils/.; \