summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-05-12 19:31:50 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:16:41 -0500
commitf8a955f7ce3f60371f95b389cf716810308f2e8f (patch)
tree0e1343e8190db9c9d3258b87003ca7ca47a0b533 /packaging
parent62ccaf2d86c269acd7fb39bc83793577ab1c05f4 (diff)
downloadsamba-f8a955f7ce3f60371f95b389cf716810308f2e8f.tar.gz
samba-f8a955f7ce3f60371f95b389cf716810308f2e8f.tar.bz2
samba-f8a955f7ce3f60371f95b389cf716810308f2e8f.zip
r6760: Update debian packages
(This used to be commit 39c8acdaa5746bec9171a4624e24e4eea553bcb1)
Diffstat (limited to 'packaging')
-rw-r--r--packaging/debian/README.building2
-rw-r--r--packaging/debian/changelog6
-rwxr-xr-xpackaging/debian/rules9
3 files changed, 8 insertions, 9 deletions
diff --git a/packaging/debian/README.building b/packaging/debian/README.building
index b58c9d6fd8..488d2ceb83 100644
--- a/packaging/debian/README.building
+++ b/packaging/debian/README.building
@@ -8,7 +8,7 @@ where source/ and packaging/ can be found).
Now, go to packaging/, and run:
-dpkg-buildpackage -rfakeroot
+svn-buildpackage -rfakeroot
See the Debian docs for more information about the debian build
process.
diff --git a/packaging/debian/changelog b/packaging/debian/changelog
index f02a929ad8..c7022ae4a6 100644
--- a/packaging/debian/changelog
+++ b/packaging/debian/changelog
@@ -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
* Initial release.
diff --git a/packaging/debian/rules b/packaging/debian/rules
index 69749888c2..113347e4e5 100755
--- a/packaging/debian/rules
+++ b/packaging/debian/rules
@@ -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 @@ configure:
--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 @@ binary-arch: checkroot build
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