Browse Source

The upstream vblade.8 file contains more information than the vblade.8 and vbladed.8 files in the debian/ directory, so I removed them and linked vbladed.8 with it (closes: #410832). Thanks, Uwe Hermann.

David Martínez Moreno 17 years ago
parent
commit
cdd5bbf13a
5 changed files with 10 additions and 42 deletions
  1. 8 2
      debian/rules
  2. 0 17
      debian/vblade.8
  3. 1 0
      debian/vblade.links
  4. 1 0
      debian/vblade.manpages
  5. 0 23
      debian/vbladed.8

+ 8 - 2
debian/rules

@@ -8,15 +8,21 @@ build-stamp:
 	$(MAKE)
 	$(MAKE)
 	touch build-stamp
 	touch build-stamp
 
 
-binary-arch: build
+install: build
 	dh_testdir
 	dh_testdir
 	dh_testroot
 	dh_testroot
 	dh_clean -k
 	dh_clean -k
 	dh_installdirs
 	dh_installdirs
+
 	dh_install
 	dh_install
 	dh_installdocs
 	dh_installdocs
-	dh_installman debian/vblade.8 debian/vbladed.8
+	dh_installman
 	dh_installchangelogs NEWS
 	dh_installchangelogs NEWS
+	dh_link
+
+binary-arch: build install
+	dh_testdir
+	dh_testroot
 	dh_strip
 	dh_strip
 	dh_compress
 	dh_compress
 	dh_fixperms
 	dh_fixperms

+ 0 - 17
debian/vblade.8

@@ -1,17 +0,0 @@
-.TH VBLADE 8 "2005-04-19"
-.SH NAME
-vblade \- set up and control virtual blade exports
-.SH SYNOPSIS
-Export a device:
-.sp
-.in +5
-.B vblade
-.I <shelf> <slot> <ethn> <device>
-.in -13
-.ad b
-.SH DESCRIPTION
-.B vblade
-is used to associate an AOE devices with regular files or block devices.
-
-Please refer to /usr/share/doc/vblade/README with details on how to use
-this command.

+ 1 - 0
debian/vblade.links

@@ -0,0 +1 @@
+/usr/share/man/man8/vblade.8  /usr/share/man/man8/vbladed.8

+ 1 - 0
debian/vblade.manpages

@@ -0,0 +1 @@
+vblade.8

+ 0 - 23
debian/vbladed.8

@@ -1,23 +0,0 @@
-.TH VBLADED 8 "2005-10-27"
-.SH NAME
-vbladed \- script to daemon virtual blade exports
-.SH SYNOPSIS
-Export a device:
-.sp
-.in +5
-.B vbladed
-.I <shelf> <slot> <ethn> <device>
-.in -13
-.ad b
-.SH DESCRIPTION
-.B vbladed
-really runs vblade with its same arguments, but logs any of its output
-into the syslog.
-
-Please refer to /usr/share/doc/vblade/README with details on how to use
-this command.
-.SH "SEE ALSO"
-.BR vblade (8)
-.SH AUTHOR
-David Martinez Moreno <ender@debian.org> wrote this man page for the Debian
-Project, but may be used by others.