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:
parent
f88a601882
commit
da706b14ab
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -1 +1 @@
|
||||
etc/samba4/smb.conf
|
||||
/etc/samba4/smb.conf
|
||||
|
2
packaging/debian/samba4-common.install
Normal file
2
packaging/debian/samba4-common.install
Normal file
@ -0,0 +1,2 @@
|
||||
etc/samba4
|
||||
etc/samba4/smb.conf
|
2
packaging/debian/smb.conf
Normal file
2
packaging/debian/smb.conf
Normal file
@ -0,0 +1,2 @@
|
||||
[global]
|
||||
# Example configuration file
|
Loading…
Reference in New Issue
Block a user