1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r6760: Update debian packages

(This used to be commit 39c8acdaa5)
This commit is contained in:
Jelmer Vernooij 2005-05-12 19:31:50 +00:00 committed by Gerald (Jerry) Carter
parent 62ccaf2d86
commit f8a955f7ce
3 changed files with 8 additions and 9 deletions

View File

@ -8,7 +8,7 @@ where source/ and packaging/ can be found).
Now, go to packaging/, and run: Now, go to packaging/, and run:
dpkg-buildpackage -rfakeroot svn-buildpackage -rfakeroot
See the Debian docs for more information about the debian build See the Debian docs for more information about the debian build
process. process.

View File

@ -1,3 +1,9 @@
samba4 (3.9.0-SVN-build-6710-1) unstable; urgency=low
* Newer upstream version
-- Jelmer Vernooij <jelmer@samba.org> Thu, 12 May 2005 14:04:05 +0200
samba4 (3.9.0-SVN-build-655-1) unstable; urgency=low samba4 (3.9.0-SVN-build-655-1) unstable; urgency=low
* Initial release. * Initial release.

View File

@ -4,8 +4,7 @@
# based on the sample debian/rules file for GNU hello by Ian Jackson. # based on the sample debian/rules file for GNU hello by Ian Jackson.
SOURCEPATH=../source SOURCEPATH=../../source
DOCSPATH=../docs
package=samba4 package=samba4
@ -25,21 +24,17 @@ configure:
--with-syslog \ --with-syslog \
--with-readline \ --with-readline \
--with-ldap --with-ldap
cd $(DOCSPATH) && autoreconf
cd $(DOCSPATH) && ./configure
touch configure touch configure
build: configure build: configure
$(checkdir) $(checkdir)
cd $(SOURCEPATH) && $(MAKE) proto all cd $(SOURCEPATH) && $(MAKE) proto all
cd $(DOCSPATH) && $(MAKE) htmlman manpages
touch build touch build
clean: clean:
$(checkdir) $(checkdir)
rm -f build rm -f build
-cd $(SOURCEPATH) && $(MAKE) clean -cd $(SOURCEPATH) && $(MAKE) clean
-cd $(DOCSPATH) && $(MAKE) clean
rm -f `find . -name "*~"` rm -f `find . -name "*~"`
rm -rf debian/tmp `find debian/* -type d ! -name CVS` debian/files* core rm -rf debian/tmp `find debian/* -type d ! -name CVS` debian/files* core
rm -f debian/*substvars rm -f debian/*substvars
@ -58,8 +53,6 @@ binary-arch: checkroot build
cd $(SOURCEPATH) && $(MAKE) install DESTDIR=`pwd`/../packaging/debian/tmp cd $(SOURCEPATH) && $(MAKE) install DESTDIR=`pwd`/../packaging/debian/tmp
mkdir -p debian/tmp/usr/share/man/man1 mkdir -p debian/tmp/usr/share/man/man1
mkdir -p debian/tmp/usr/share/man/man7 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 cp $(SOURCEPATH)/build/pidl/pidl.pl debian/tmp/usr/bin/pidl
debstd debstd
dpkg-gencontrol -isp -psamba4 dpkg-gencontrol -isp -psamba4