Code

Moved files
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 7 Apr 2008 12:47:52 +0000 (12:47 +0000)
committercajus <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]
gosa-core/debian/rules
gosa-core/gosa.1 [new file with mode: 0644]

diff --git a/gosa-core/debian/gosa.1 b/gosa-core/debian/gosa.1
deleted file mode 100644 (file)
index 73f383e..0000000
+++ /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>
index 1a7621c961c5039d88033d487d88d1f321685b5e..d3c9067f9807afa14ababaff456b532e80459266 100755 (executable)
@@ -34,8 +34,6 @@ build: patch build-arch build-indep
 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
@@ -87,7 +85,7 @@ binary-common:
        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
new file mode 100644 (file)
index 0000000..73f383e
--- /dev/null
@@ -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>