Samba4/Debian: Difference between revisions

From SambaWiki
No edit summary
(debian packaging has migrated to git)
Line 6: Line 6:
Check out the official Debian packaging:
Check out the official Debian packaging:


bzr branch http://bzr.debian.org/pkg-samba/samba4/unstable samba4-unstable
git clone git://git.debian.org/pkg-samba/samba4 samba4-unstable


Samba is not a native Debian package, so you will need to create
Samba is not a native Debian package, so you will need to create
Line 19: Line 19:
mkdir ../tarballs && mv *.orig.tar.gz ../tarballs
mkdir ../tarballs && mv *.orig.tar.gz ../tarballs


You can now use bzr builddeb or dpkg-buildpackage to build the Debian package:
You can now use git-buildpackage or dpkg-buildpackage to build the Debian package:


$ git-buildpackage
$ bzr builddeb


or:
or:

Revision as of 12:38, 11 December 2012

The Debian packaging for Samba 4 is maintained in the Bazaar repository of the Debian Samba packaging team.

To build:

Check out the official Debian packaging:

git clone git://git.debian.org/pkg-samba/samba4 samba4-unstable

Samba is not a native Debian package, so you will need to create an .orig.tar.gz tarball. Run:

./debian/rules get-orig-source

This will create the .orig.tar.gz file in your working directory.

Move this directory to ../tarballs:

mkdir ../tarballs && mv *.orig.tar.gz ../tarballs

You can now use git-buildpackage or dpkg-buildpackage to build the Debian package:

$ git-buildpackage

or:

$ dpkg-buildpackage -rfakeroot