summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 06493bc)
raw | patch | inline | side by side (parent: 06493bc)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 7 Apr 2008 12:47:52 +0000 (12:47 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 7 Apr 2008 12:47:52 +0000 (12:47 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10238 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/debian/gosa.1 | [deleted file] | patch | blob | history |
gosa-core/debian/rules | patch | blob | history | |
gosa-core/gosa.1 | [new file with mode: 0644] | patch | blob |
diff --git a/gosa-core/debian/gosa.1 b/gosa-core/debian/gosa.1
--- a/gosa-core/debian/gosa.1
+++ /dev/null
@@ -1,41 +0,0 @@
-.TH gosa 1
-.SH NAME
-gosa \- start script for the GOsa web interface
-.SH SYNOPSIS
-.PP
-.B gosa
-[
-URL
-]
-.SH DESCRIPTION
-Start the
-.B GOsa
-web interface using a gecko based browser and generate
-a special browser profile for
-.B GOsa
-usage. This profile will disable
-normal style browser navigation and URL fields.
-.SH OPTIONS
-.TP
-.BR URL
-Open this URL when launching the browser with the GOsa profile. This
-option is optional and may be preset by the
-.B configuration
-files.
-.SH "RETURN VALUE"
-The script return zero values on success.
-.SH EXAMPLES
-.B gosa
-https://admin.example.net
-.SH FILES
-Presetting the URL works by placing something like
-.B URL="http://admin.example.net"
-inside one of these files:
-.br
-.nf
-.\" set tabstop to longest possible filename, plus a wee bit
-.ta \w'/usr/lib/perl/getopts.pl 'u
-\fI/etc/gosa/desktoprc\fR system wide setting
-\fI$HOME/.gosa-desktop\fR user specific setting
-.SH AUTHOR
-Cajus Pollmeier <cajus@debian.org>
diff --git a/gosa-core/debian/rules b/gosa-core/debian/rules
index 1a7621c961c5039d88033d487d88d1f321685b5e..d3c9067f9807afa14ababaff456b532e80459266 100755 (executable)
--- a/gosa-core/debian/rules
+++ b/gosa-core/debian/rules
build-arch: build-arch-stamp
build-arch-stamp: configure-stamp
- # Add here commands to compile the arch part of the package.
- #$(MAKE)
touch $@
build-indep: build-indep-stamp
dh_installexamples
dh_installmenu
dh_installdebconf
- dh_installman -pgosa-desktop gosa.1
+ dh_installman -pgosa-desktop debian/gosa.1
dh_link
dh_strip
dh_compress
diff --git a/gosa-core/gosa.1 b/gosa-core/gosa.1
--- /dev/null
+++ b/gosa-core/gosa.1
@@ -0,0 +1,41 @@
+.TH gosa 1
+.SH NAME
+gosa \- start script for the GOsa web interface
+.SH SYNOPSIS
+.PP
+.B gosa
+[
+URL
+]
+.SH DESCRIPTION
+Start the
+.B GOsa
+web interface using a gecko based browser and generate
+a special browser profile for
+.B GOsa
+usage. This profile will disable
+normal style browser navigation and URL fields.
+.SH OPTIONS
+.TP
+.BR URL
+Open this URL when launching the browser with the GOsa profile. This
+option is optional and may be preset by the
+.B configuration
+files.
+.SH "RETURN VALUE"
+The script return zero values on success.
+.SH EXAMPLES
+.B gosa
+https://admin.example.net
+.SH FILES
+Presetting the URL works by placing something like
+.B URL="http://admin.example.net"
+inside one of these files:
+.br
+.nf
+.\" set tabstop to longest possible filename, plus a wee bit
+.ta \w'/usr/lib/perl/getopts.pl 'u
+\fI/etc/gosa/desktoprc\fR system wide setting
+\fI$HOME/.gosa-desktop\fR user specific setting
+.SH AUTHOR
+Cajus Pollmeier <cajus@debian.org>