[vhffs-dev] [1447] And packaged vhffs-tools. |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1447
Author: beuss
Date: 2009-06-16 22:10:48 +0200 (Tue, 16 Jun 2009)
Log Message:
-----------
And packaged vhffs-tools. Need to add manpages
Modified Paths:
--------------
trunk/debian/control
trunk/debian/files
trunk/vhffs-tools/src/Makefile.am
Added Paths:
-----------
trunk/debian/vhffs-tools.files
Property Changed:
----------------
trunk/debian/
Property changes on: trunk/debian
___________________________________________________________________
Name: svn:ignore
- *.debhelper.log
*.substvars
tmp
indep
vhffs
vhffs-fs
vhffs-extra
vhffs-api
vhffs-common
vhffs-jabber
vhffs-listengine
vhffs-panel
vhffs-panel-public
vhffs-panel-members
vhffs-robots
vhffs-shells
+ *.debhelper.log
*.substvars
tmp
indep
vhffs
vhffs-fs
vhffs-extra
vhffs-api
vhffs-common
vhffs-jabber
vhffs-listengine
vhffs-panel
vhffs-panel-public
vhffs-panel-members
vhffs-robots
vhffs-shells
vhffs-tools
Modified: trunk/debian/control
===================================================================
--- trunk/debian/control 2009-06-16 19:53:08 UTC (rev 1446)
+++ trunk/debian/control 2009-06-16 20:10:48 UTC (rev 1447)
@@ -96,3 +96,11 @@
.
tuxshell limits user to the execution of svn (through
svn+ssh:// virtual protocol, CVS and GIT.
+
+Package: vhffs-tools
+Architecture: any
+Depends: libncursesw5
+Description: VHFFS - CLI tools
+ Provides some command line tools to interact with
+ VHFFS DB. Some of them, written after taking huge
+ quantity of vodka even use ncurses!
Modified: trunk/debian/files
===================================================================
--- trunk/debian/files 2009-06-16 19:53:08 UTC (rev 1446)
+++ trunk/debian/files 2009-06-16 20:10:48 UTC (rev 1447)
@@ -9,4 +9,5 @@
vhffs-jabber_4.2.0-1_i386.deb admin extra
vhffs-listengine_4.2.0-1_i386.deb admin extra
vhffs-shells_4.2.0-1_i386.deb admin extra
+vhffs-tools_4.2.0-1_i386.deb admin extra
vhffs-common_4.2.0-1_all.deb admin extra
Added: trunk/debian/vhffs-tools.files
===================================================================
--- trunk/debian/vhffs-tools.files (rev 0)
+++ trunk/debian/vhffs-tools.files 2009-06-16 20:10:48 UTC (rev 1447)
@@ -0,0 +1,16 @@
+usr/bin/vhffs-box-add
+usr/bin/vhffs-dumpmysql
+usr/bin/vhffs-groupadd
+usr/bin/vhffs-groupdel
+usr/bin/vhffs-groupinfo
+usr/bin/vhffs-makeadmin
+usr/bin/vhffs-managedns
+usr/bin/vhffs-managemail
+usr/bin/vhffs-moderate
+usr/bin/vhffs-passwd
+usr/bin/vhffs-quota
+usr/bin/vhffs-useradd
+usr/bin/vhffs-userdel
+usr/bin/vhffs-userinfo
+usr/bin/vhffs-usermod
+usr/bin/vhffs-webdir
Modified: trunk/vhffs-tools/src/Makefile.am
===================================================================
--- trunk/vhffs-tools/src/Makefile.am 2009-06-16 19:53:08 UTC (rev 1446)
+++ trunk/vhffs-tools/src/Makefile.am 2009-06-16 20:10:48 UTC (rev 1447)
@@ -1,5 +1,6 @@
toolsdir = @TOOLSDIR@
dist_tools_SCRIPTS = \
+ vhffs-box-add \
vhffs-dumpmysql \
vhffs-groupadd \
vhffs-groupdel \