svn commit: samba r6760 - in branches/SAMBA_4_0/packaging: . debian

jelmer at samba.org jelmer at samba.org
Thu May 12 19:31:50 GMT 2005


Author: jelmer
Date: 2005-05-12 19:31:50 +0000 (Thu, 12 May 2005)
New Revision: 6760

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=6760

Log:
Update debian packages

Modified:
   branches/SAMBA_4_0/packaging/
   branches/SAMBA_4_0/packaging/debian/README.building
   branches/SAMBA_4_0/packaging/debian/changelog
   branches/SAMBA_4_0/packaging/debian/rules


Changeset:

Property changes on: branches/SAMBA_4_0/packaging
___________________________________________________________________
Name: svn:ignore
   + configure


Modified: branches/SAMBA_4_0/packaging/debian/README.building
===================================================================
--- branches/SAMBA_4_0/packaging/debian/README.building	2005-05-12 14:39:03 UTC (rev 6759)
+++ branches/SAMBA_4_0/packaging/debian/README.building	2005-05-12 19:31:50 UTC (rev 6760)
@@ -8,7 +8,7 @@
 
 Now, go to packaging/, and run:
 
-dpkg-buildpackage -rfakeroot
+svn-buildpackage -rfakeroot
 
 See the Debian docs for more information about the debian build 
 process.

Modified: branches/SAMBA_4_0/packaging/debian/changelog
===================================================================
--- branches/SAMBA_4_0/packaging/debian/changelog	2005-05-12 14:39:03 UTC (rev 6759)
+++ branches/SAMBA_4_0/packaging/debian/changelog	2005-05-12 19:31:50 UTC (rev 6760)
@@ -1,3 +1,9 @@
+samba4 (3.9.0-SVN-build-6710-1) unstable; urgency=low
+
+  * Newer upstream version
+
+ -- Jelmer Vernooij <jelmer at samba.org>  Thu, 12 May 2005 14:04:05 +0200
+
 samba4 (3.9.0-SVN-build-655-1) unstable; urgency=low
 
   * Initial release.

Modified: branches/SAMBA_4_0/packaging/debian/rules
===================================================================
--- branches/SAMBA_4_0/packaging/debian/rules	2005-05-12 14:39:03 UTC (rev 6759)
+++ branches/SAMBA_4_0/packaging/debian/rules	2005-05-12 19:31:50 UTC (rev 6760)
@@ -4,8 +4,7 @@
 # based on the sample debian/rules file for GNU hello by Ian Jackson.
 
 
-SOURCEPATH=../source
-DOCSPATH=../docs
+SOURCEPATH=../../source
 
 package=samba4
 
@@ -25,21 +24,17 @@
 		--with-syslog \
 		--with-readline \
 		--with-ldap 
-	cd $(DOCSPATH) && autoreconf
-	cd $(DOCSPATH) && ./configure
 	touch configure
 
 build: configure
 	$(checkdir)
 	cd $(SOURCEPATH) && $(MAKE) proto all
-	cd $(DOCSPATH) && $(MAKE) htmlman manpages
 	touch build
 
 clean:
 	$(checkdir)
 	rm -f build
 	-cd $(SOURCEPATH) && $(MAKE) clean
-	-cd $(DOCSPATH) && $(MAKE) clean
 	rm -f `find . -name "*~"`
 	rm -rf debian/tmp `find debian/* -type d ! -name CVS` debian/files* core
 	rm -f debian/*substvars
@@ -58,8 +53,6 @@
 	cd $(SOURCEPATH) && $(MAKE) install DESTDIR=`pwd`/../packaging/debian/tmp
 	mkdir -p debian/tmp/usr/share/man/man1 
 	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



More information about the samba-cvs mailing list