1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r7942: Debian packages updates and fixes. Use dh_install for diverting

files to different packages.
This commit is contained in:
Jelmer Vernooij 2005-06-27 10:00:43 +00:00 committed by Gerald (Jerry) Carter
parent f88a601882
commit da706b14ab
6 changed files with 21 additions and 7 deletions

View File

@ -1,3 +1,9 @@
samba4 (3.9.0-SVN-build-7941-1) unstable; urgency=low
* New upstream snapshot.
-- Jelmer Vernooij <jelmer@rhonwyn.lan.vernstok.nl> Mon, 27 Jun 2005 11:25:57 +0200
samba4 (3.9.0-SVN-build-6710-1) unstable; urgency=low
* Newer upstream version

View File

@ -12,8 +12,7 @@ Description: Samba4
Foobar
Package: samba4-common
Architecture: any
Depends: ${shlibs:Depends}
Architecture: all
Description: Common samba files
Files common for all programs in Samba

View File

@ -3,7 +3,7 @@
# Made with the aid of debmake, by Christoph Lameter,
# based on the sample debian/rules file for GNU hello by Ian Jackson.
SOURCEPATH=../../source
SOURCEPATH=../source
package=samba4
@ -27,18 +27,21 @@ configure:
build: configure
dh_testdir
cd $(SOURCEPATH) && $(MAKE) proto all
$(MAKE) -C $(SOURCEPATH) proto
-$(MAKE) -C $(SOURCEPATH) pch
$(MAKE) -C $(SOURCEPATH) all
touch $@
clean:
dh_testdir
dh_clean
rm -f build
-cd $(SOURCEPATH) && $(MAKE) clean
-$(MAKE) -C $(SOURCEPATH) clean
binary-indep: build install
dh_testdir -i
dh_testroot -i
dh_install -i --sourcedir=debian/tmp
dh_installdocs -i
dh_installchangelogs -i
dh_compress -i
@ -55,11 +58,13 @@ binary-indep: build install
install: build
dh_clean -k
dh_installdirs
$(MAKE) -C $(SOURCEPATH) install DESTDIR=`pwd`/../packaging/debian/tmp
$(MAKE) -C $(SOURCEPATH) install DESTDIR=$(CURDIR)/debian/tmp
cp debian/smb.conf $(CURDIR)/debian/tmp/etc/samba4
binary-arch: build install
dh_testdir -a
dh_testroot -a
dh_install -a --sourcedir=debian/tmp
dh_installdocs -a
dh_installman -a
dh_strip -a

View File

@ -1 +1 @@
etc/samba4/smb.conf
/etc/samba4/smb.conf

View File

@ -0,0 +1,2 @@
etc/samba4
etc/samba4/smb.conf

View File

@ -0,0 +1,2 @@
[global]
# Example configuration file