[Pkg-xmpp-commits] [SCM] GNU SASL Library branch, master, updated. upstream/1.8.0-88-ga6109c9
Simon Josefsson
simon at josefsson.org
Mon Jun 4 09:05:07 UTC 2012
The following commit has been merged in the master branch:
commit a6109c93998ec212dc32003e7b221c3769044287
Author: Simon Josefsson <simon at josefsson.org>
Date: Mon Jun 4 10:36:31 2012 +0200
Add.
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..2f773b5
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,20 @@
+We describe here one way to work with the package sources.
+
+Initialize cowbuilder:
+
+sudo cowbuilder --create --distribution sid --mirror ftp://ftp.se.debian.org/debian/ --debootstrapopts "--keyring=/usr/share/keyrings/debian-archive-keyring.gpg" --basepath /var/cache/pbuilder/base-debian-sid.cow
+
+Optionally update cowbuilder:
+
+sudo cowbuilder --update --basepath /var/cache/pbuilder/base-debian-sid.cow
+
+Clone the repository:
+
+git clone git+ssh://git.debian.org/git/pkg-xmpp/gsasl.git
+
+Build the package:
+
+git-buildpackage --git-builder="pdebuild --auto-debsign --pbuilder cowbuilder -- --basepath /var/cache/pbuilder/base-debian-sid.cow"
+
+If all goes well, you should have newly built packages in
+/var/cache/pbuilder/result/.
--
GNU SASL Library
More information about the Pkg-xmpp-commits
mailing list