mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
r956: More debian updates:
- add 'pidl' package - include manpages
This commit is contained in:
parent
3df8ff6cf1
commit
f80d5dca12
@ -52,6 +52,18 @@ Depends: ${shlibs:Depends}
|
||||
Description: Tools for viewing and manipulating
|
||||
FIXME
|
||||
|
||||
Package: pidl
|
||||
Architecture: any
|
||||
Depends: perl
|
||||
Description: IDL compiler written in Perl
|
||||
FIXME
|
||||
|
||||
Package: samba4-dev
|
||||
Architecture: any
|
||||
Depends: pidl
|
||||
Description: Tools for extending Samba
|
||||
Contains Samba includes and tools
|
||||
|
||||
Package: ldb-tools
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}
|
||||
|
@ -1 +1,2 @@
|
||||
usr/bin/gregedit
|
||||
usr/share/man/man1/gregedit.1
|
||||
|
@ -3,3 +3,8 @@ usr/bin/ldbdel
|
||||
usr/bin/ldbedit
|
||||
usr/bin/ldbmodify
|
||||
usr/bin/ldbsearch
|
||||
usr/share/man/man1/ldbadd.1
|
||||
usr/share/man/man1/ldbdel.1
|
||||
usr/share/man/man1/ldbedit.1
|
||||
usr/share/man/man1/ldbmodify.1
|
||||
usr/share/man/man1/ldbsearch.1
|
||||
|
2
packaging/debian/pidl.files
Normal file
2
packaging/debian/pidl.files
Normal file
@ -0,0 +1,2 @@
|
||||
usr/bin/pidl
|
||||
usr/share/man/man1/pidl.1
|
@ -60,6 +60,7 @@ binary-arch: checkroot build
|
||||
mkdir -p debian/tmp/usr/share/man/man7
|
||||
cp $(DOCSPATH)/output/manpages/*.1 debian/tmp/usr/share/man/man1
|
||||
cp $(DOCSPATH)/output/manpages/*.7 debian/tmp/usr/share/man/man7
|
||||
cp $(SOURCEPATH)/build/pidl/pidl.pl debian/tmp/usr/bin/pidl
|
||||
debstd
|
||||
dpkg-gencontrol -isp -psamba4
|
||||
chown -R root:root debian/tmp
|
||||
|
@ -2,3 +2,7 @@ usr/bin/regshell
|
||||
usr/bin/regpatch
|
||||
usr/bin/regdiff
|
||||
usr/bin/regtree
|
||||
usr/share/man/man1/regtree.1
|
||||
usr/share/man/man1/regdiff.1
|
||||
usr/share/man/man1/regpatch.1
|
||||
usr/share/man/man1/regshell.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user