Re: Enbd Debian Package

"Peter T. Breuer" <[email protected]> Sun, 25 Jun 2006 21:06:10 +0200 (MET DST)
Newsgroups gmane.linux.enbd.general
Message-ID <[email protected]>
"Also sprach leonardo rodrigues de mello:"
> so i can do small fix to it, if i found some error.

I took the snapshot I had from Bas before and updated it as well as I
could from what I can see of the control.tar.gz files in the packages
published on Bas' deb site. I moved it all into the debian/ directory
in 2.4.33pre. If you do

  make -f debian/rules binary

in the root of the enbd source directory, you will end up with some
packages, though I'm not sure what all of them are ...


 % ls ../enbd*deb
 ../enbd-client-modules-2.6.8-3-386_2.4.32+2.4.33pre-1_i386.deb
 ../enbd-client-modules-2.6.8-3-686-smp_2.4.32+2.4.33pre-1_i386.deb
 ../enbd-client-modules-2.6.8-3-686_2.4.32+2.4.33pre-1_i386.deb
 ../enbd-client-modules-2.6.8-3-k7-smp_2.4.32+2.4.33pre-1_i386.deb
 ../enbd-client-modules-2.6.8-3-k7_2.4.32+2.4.33pre-1_i386.deb
 ../enbd-client-source_2.4.32+2.4.33pre-1_i386.deb
 ../enbd-client_2.4.32+2.4.33pre-1_i386.deb
 ../enbd-common_2.4.32+2.4.33pre-1_all.deb
 ../enbd-server_2.4.32+2.4.33pre-1_i386.deb


I don't understand the debian version numbering system but Bas
assuredly does!

The enbd-common package seems to contain:

-rw-r--r-- root/root      2260 2006-03-20 12:54:17 ./usr/share/doc/enbd-common/README
-rw-r--r-- root/root       444 2006-05-13 16:20:14 ./usr/share/doc/enbd-common/copyright
-rw-r--r-- root/root       439 2003-08-05 13:08:19 ./usr/share/doc/enbd-common/examples/enbd.conf
-rw-r--r-- root/root       201 2006-05-13 16:20:14 ./usr/share/doc/enbd-common/changelog.Debian.gz
-rw-r--r-- root/root      1341 2006-06-25 20:48:24 ./usr/share/man/man5/enbd.conf.5.gz

And it's interesting to note that there is no default enbd.conf
installed, not even an empty one, just an example. Is that OK?

  
The server package contains what I expect:

-rwxr-xr-x root/root    133000 2006-06-25 20:48:28 ./usr/sbin/enbd-server
-rwxr-xr-x root/root     13800 2006-06-25 20:48:28 ./usr/sbin/enbd-sstatd
-rw-r--r-- root/root      2260 2006-03-20 12:54:17 ./usr/share/doc/enbd-server/README
-rw-r--r-- root/root       444 2006-05-13 16:20:14 ./usr/share/doc/enbd-server/copyright
-rw-r--r-- root/root       201 2006-05-13 16:20:14 ./usr/share/doc/enbd-server/changelog.Debian.gz
-rw-r--r-- root/root      5395 2006-06-25 20:48:24 ./usr/share/man/man8/enbd-server.8.gz
-rw-r--r-- root/root      1173 2006-06-25 20:48:24 ./usr/share/man/man8/enbd-sstatd.8.gz
lrwxrwxrwx root/root         0 2006-06-25 20:48:27 ./usr/share/man/man5/enbd-server.conf.5 -> enbd.conf.5

As does the client package:

-rwxr-xr-x root/root    130984 2006-06-25 20:48:28 ./usr/sbin/enbd-client
-rwxr-xr-x root/root     22172 2006-06-25 20:48:28 ./usr/sbin/enbd-test
-rwxr-xr-x root/root     20776 2006-06-25 20:48:28 ./usr/sbin/enbd-cstatd
-rwxr-xr-x root/root      8959 2006-06-25 20:48:24 ./usr/sbin/enbd-maketest
-rw-r--r-- root/root      2260 2006-03-20 12:54:17 ./usr/share/doc/enbd-client/README
-rw-r--r-- root/root       444 2006-05-13 16:20:14 ./usr/share/doc/enbd-client/copyright
-rw-r--r-- root/root       201 2006-05-13 16:20:14 ./usr/share/doc/enbd-client/changelog.Debian.gz
-rw-r--r-- root/root      1269 2006-06-25 20:48:24 ./usr/share/man/man8/enbd-cstatd.8.gz
-rw-r--r-- root/root      1423 2006-06-25 20:48:24 ./usr/share/man/man8/enbd-test.8.gz
-rw-r--r-- root/root      3963 2006-06-25 20:48:24 ./usr/share/man/man8/nbdinfo.8.gz
-rw-r--r-- root/root      6972 2006-06-25 20:48:24 ./usr/share/man/man8/enbd-client.8.gz
lrwxrwxrwx root/root         0 2006-06-25 20:48:27 ./usr/share/man/man5/enbd-client.conf.5 -> enbd.conf.5

However the client-source package seems to be just a copyright?  And the
client-modules packages all come out empty on my compile. That might
be because I don't have a full debian kernel installation setup.

(I have the log of the make, if anyone wants to see it).

Peter