[Pkg-samba-maint] r874 - branches/samba4
Steinar H. Gunderson
sesse at costa.debian.org
Thu Jan 5 02:22:30 UTC 2006
Author: sesse
Date: 2006-01-05 02:22:29 +0000 (Thu, 05 Jan 2006)
New Revision: 874
Modified:
branches/samba4/README.building
branches/samba4/changelog
branches/samba4/rules
Log:
Remove autogen.sh call from configure; it should be done in the upstream
tarball, not in maintainer scripts.
Update README.building accordingly.
Modified: branches/samba4/README.building
===================================================================
--- branches/samba4/README.building 2006-01-05 01:22:05 UTC (rev 873)
+++ branches/samba4/README.building 2006-01-05 02:22:29 UTC (rev 874)
@@ -37,6 +37,7 @@
VER=$( dpkg-parsechangelog -lsamba4/debian/changelog | sed -n 's/^Version: \(.*:\|\)//p' | sed 's/-[0-9.]\+$//' )
svn export samba4 samba-$VER
+ ( cd samba-$VER && ./autogen.sh )
tar zcf samba_$VER.orig.tar.gz samba-$VER
With the .orig.tar.gz in place, you can now also export the debian/
Modified: branches/samba4/changelog
===================================================================
--- branches/samba4/changelog 2006-01-05 01:22:05 UTC (rev 873)
+++ branches/samba4/changelog 2006-01-05 02:22:29 UTC (rev 874)
@@ -25,8 +25,8 @@
* Copied Uploaders: line from Samba 3 packaging, adding myself.
* Rename samba-client package to samba-clients.
* Make samba-clients Replaces/Conflicts smbclient.
- * Add build-dependency on autoconf, it's needed for a clean build from
- SVN.
+ * Remove autogen.sh call from configure; it should be done in the
+ upstream tarball, not in maintainer scripts.
* Maintainer script changes:
* Attempt to upgrade from Samba 3 if that's what the user tries to do.
Modified: branches/samba4/rules
===================================================================
--- branches/samba4/rules 2006-01-05 01:22:05 UTC (rev 873)
+++ branches/samba4/rules 2006-01-05 02:22:29 UTC (rev 874)
@@ -6,7 +6,6 @@
configure: configure-stamp
configure-stamp:
dh_testdir
- cd $(SOURCEPATH) && ./autogen.sh
cd $(SOURCEPATH) && ./configure --with-fhs \
--prefix=/usr \
--mandir=/usr/share/man \
More information about the Pkg-samba-maint
mailing list