[Pkg-voip-commits] r6163 - /README

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Fri Sep 5 22:28:51 UTC 2008


Author: tzafrir-guest
Date: Fri Sep  5 22:28:51 2008
New Revision: 6163

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6163
Log:
* Document building from debcheckout
* Remove references to buildserver.net, which is not currently functional.

Modified:
    README

Modified: README
URL: http://svn.debian.org/wsvn/pkg-voip/README?rev=6163&op=diff
==============================================================================
--- README (original)
+++ README Fri Sep  5 22:28:51 2008
@@ -248,13 +248,6 @@
 upload to incoming. Whoever is not a DD himself should let the sponsor do that
 final step if that sponsor has SVN commit rights to the pkg-voip archive.
 
-The autobuilder packs can be found at http://pkg-voip.buildserver.net/. 
-The logs can be found at http://status.buildserver.net/. 
-
-As the archive runs britney, it may well be that a built and installed package
-is not appearing to the archive until its reverse depends are (re)built too. In
-case of questions, feel free to mail kilian at debian.org.
-
 
 8. Automatic Backport hooks
 ---------------------------
@@ -267,6 +260,30 @@
 see asterisk-addons/trunk/debian/backports/sarge which may be more illustrating
 what to do.
 
+
+9. Building from debcheckout
+----------------------------
+This section is for someone who does not normally build pkg-voip 
+packages and wants to build the latest version of a certain package 
+without all the extra setup mentioned above.
+
+Required packages (beyond the build requirements of the package)
+* svn-buildpackage (and subversion itself, of course)
+* devscripts
+
+Here is an example build of the package libpri:
+
+  debcheckout libpri
+  cd libpri
+  ./debian/rules get-orig-source
+  # optionally: run: debian/backports/<distro-name>
+  # e.g: debian/backports/lenny
+  svn-buildpackage -uc -us
+
+If all worked well, svn-buildpackage will print out the locations of the
+binary packages it has generated. They will be built in the directory
+../build-area/ .
+
 -(snip)-
 
 In case any of the above is unclear to you or seems outdated, please drop us




More information about the Pkg-voip-commits mailing list