mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
r12198: Some more Debian updates. Thanks to Steinar H. Gunderson
(This used to be commit 049100bb9b
)
This commit is contained in:
parent
e15fbf28e8
commit
b052ab8ad4
@ -1 +1,3 @@
|
|||||||
4
|
4
|
||||||
|
4
|
||||||
|
4
|
||||||
|
@ -15,9 +15,8 @@ Copyright:
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program; if not, write to the Free Software
|
along with this program; if not, write to the Free Software
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston,
|
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
MA 02111-1307, USA
|
|
||||||
|
|
||||||
On Debian GNU/Linux systems, the complete text of the GNU General
|
On Debian GNU/Linux systems, the complete text of the GNU General
|
||||||
Public License can be found in `/usr/share/common-licenses/GPL'.
|
Public License can be found in `/usr/share/common-licenses/GPL'.
|
||||||
|
@ -2,4 +2,3 @@ usr/bin/pidl
|
|||||||
usr/share/perl5
|
usr/share/perl5
|
||||||
usr/share/man/man3/*.3pm
|
usr/share/man/man3/*.3pm
|
||||||
usr/share/man/man1/pidl.1p
|
usr/share/man/man1/pidl.1p
|
||||||
|
|
||||||
|
@ -70,12 +70,14 @@ install: build
|
|||||||
$(MAKE) -C $(SOURCEPATH) install DESTDIR=$(CURDIR)/debian/tmp
|
$(MAKE) -C $(SOURCEPATH) install DESTDIR=$(CURDIR)/debian/tmp
|
||||||
$(MAKE) -C $(SOURCEPATH) manpages installman DESTDIR=$(CURDIR)/debian/tmp
|
$(MAKE) -C $(SOURCEPATH) manpages installman DESTDIR=$(CURDIR)/debian/tmp
|
||||||
cp $(CURDIR)/debian/smb.conf $(CURDIR)/debian/tmp/etc/samba4
|
cp $(CURDIR)/debian/smb.conf $(CURDIR)/debian/tmp/etc/samba4
|
||||||
|
cp $(SOURCEPATH)/setup/provision $(CURDIR)/debian/tmp/usr/lib/samba/setup
|
||||||
$(MAKE) -C $(SOURCEPATH)/pidl install DESTDIR=$(CURDIR)/debian/tmp
|
$(MAKE) -C $(SOURCEPATH)/pidl install DESTDIR=$(CURDIR)/debian/tmp
|
||||||
|
|
||||||
binary-arch: build install
|
binary-arch: build install
|
||||||
dh_testdir
|
dh_testdir
|
||||||
dh_testroot
|
dh_testroot
|
||||||
dh_install -a --sourcedir=debian/tmp
|
dh_install -a --sourcedir=debian/tmp
|
||||||
|
dh_installdocs -a
|
||||||
dh_installchangelogs -a
|
dh_installchangelogs -a
|
||||||
dh_strip -a
|
dh_strip -a
|
||||||
dh_perl -a
|
dh_perl -a
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
usr/bin/smbclient
|
|
||||||
usr/bin/net
|
usr/bin/net
|
||||||
usr/bin/nmblookup
|
usr/bin/nmblookup
|
||||||
|
usr/bin/setntacl
|
||||||
|
usr/bin/setnttoken
|
||||||
|
usr/bin/smbclient
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
etc/samba4/tls
|
etc/samba4/tls
|
||||||
usr/lib/samba
|
usr/lib/samba
|
||||||
var/cache/samba
|
var/cache/samba
|
||||||
|
var/run/samba4
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
etc/samba4/smb.conf
|
etc/samba4/smb.conf
|
||||||
usr/lib/samba/*.dat
|
usr/lib/samba/*.dat
|
||||||
usr/lib/samba/setup
|
usr/lib/samba/setup
|
||||||
|
usr/lib/samba/js
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
usr/include
|
usr/include
|
||||||
usr/share/man/man3/talloc.3
|
usr/share/man/man3/talloc.3
|
||||||
usr/share/man/man3/ldb.3
|
usr/share/man/man3/ldb.3
|
||||||
|
usr/include
|
||||||
|
usr/share/man/man3/talloc.3
|
||||||
|
usr/share/man/man3/ldb.3
|
||||||
|
usr/include
|
||||||
|
usr/share/man/man3/talloc.3
|
||||||
|
usr/share/man/man3/ldb.3
|
||||||
|
@ -1 +1,3 @@
|
|||||||
usr/sbin/smbd
|
usr/sbin/smbd
|
||||||
|
usr/bin/smbstatus
|
||||||
|
usr/bin/smbscript
|
||||||
|
@ -1,2 +1,4 @@
|
|||||||
usr/share/samba/swat
|
usr/share/samba/swat
|
||||||
|
usr/share/samba/swat
|
||||||
|
usr/share/samba/swat
|
||||||
usr/lib/samba/js
|
usr/lib/samba/js
|
||||||
|
Loading…
Reference in New Issue
Block a user