summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2002-02-02 20:48:33 +0000
committerJeremy Allison <jra@samba.org>2002-02-02 20:48:33 +0000
commit856f13bed41e873dd4407860b0407bda0ee7ca4a (patch)
treeb5fdd2720667c7f880b909c064f580dacab9a634 /packaging
parent2533f976a6d4f5973a640e5465d216f18f212cfb (diff)
downloadsamba-856f13bed41e873dd4407860b0407bda0ee7ca4a.tar.gz
samba-856f13bed41e873dd4407860b0407bda0ee7ca4a.tar.xz
samba-856f13bed41e873dd4407860b0407bda0ee7ca4a.zip
Sync with 2.2.3.
Jeremy.
Diffstat (limited to 'packaging')
-rw-r--r--packaging/Debian/README42
-rw-r--r--packaging/Debian/stable/README3
2 files changed, 31 insertions, 14 deletions
diff --git a/packaging/Debian/README b/packaging/Debian/README
index 8f87eeedfde..042499b46fa 100644
--- a/packaging/Debian/README
+++ b/packaging/Debian/README
@@ -2,21 +2,41 @@ Building Samba Packages for Debian GNU/Linux
--------------------------------------------
If you want to build Samba packages for Debian and you just want to use
-upstream sources, i.e. no patches from the official Samba Debian packages,
-follow these instructions:
+upstream sources, i.e. you don't want to wait for us to put official
+packages out, or you want packages for a Debian version for which we
+don't provide deb's, or you don't want to use official packages, or
+you want to add --this-cool-switch to configure, or whatever, follow
+these instructions:
+0) Make sure you have the following packages installed:
+ debhelper
+ libpam0g-dev
+ libreadline4-dev
+ libcupsys2-dev
+ + the minimum Debian development stuff (dpkg-dev, libc6-dev, etc.)
+ Note: libcupsys2-dev is not available for Potato. It's safe
+ to not install it if you don't need CUPS support.
1) cd samba[-<version>]
-2) ln -s packaging/Debian/<dist> debian
+2) cp -a packaging/Debian/debian/ debian
+ It's important that you copy instead of symlink because the build
+ tools in Potato have a problem that prevents the build to work with
+ a symlink.
3) dch -i
- - Edit the changelog and make sure the version is right. For example,
- for Samba 2.2.2, the version number should be 2.2.2-0.1 (use
- a number less than 1 like 0.1, 0.2, etc. so there is no conflict
- with future upgrades to the official Debian packages.)
-4) debian/rules binary
+ - Edit the changelog and make sure the version is right. For example,
+ for Samba 2.2.3, the version number should be 2.2.3-0.1 (use
+ a number less than 1 like 0.1, 0.2, etc. so there is no conflict
+ with future upgrades to the official Debian packages.)
+4) Run 'debian/rules binary'.
+ - It is better that you prefix the above command with 'fakeroot'.
+ If you have problems you might try building as root.
5) That's it. Your new packages should be in ../. Install with dpkg.
-Please e-mail Eloy Paris <peloy@debian.org> with comments and/or
-suggestions.
+Please e-mail samba@packages.debian.org with comments, question or
+usggestions. Please talk to us and not to the Samba Team. They have
+better things to do and know nothing about the Debian packaging system.
-Eloy A. Paris <peloy@debian.org> Fri Oct 12 15:06:46 EDT 2001
+Eloy A. Paris <peloy@debian.org>
+Steve Langasek <vorlon@debian.org>
+
+Sat Feb 2 00:44:42 CET 2002
diff --git a/packaging/Debian/stable/README b/packaging/Debian/stable/README
deleted file mode 100644
index 235daf31e15..00000000000
--- a/packaging/Debian/stable/README
+++ /dev/null
@@ -1,3 +0,0 @@
-Coming soon...
-
-Eloy A. Paris <peloy@debian.org> Fri Oct 12 15:06:46 EDT 2001