[Pkg-voip-commits] r7170 - /README

kilian at alioth.debian.org kilian at alioth.debian.org
Sat May 9 18:40:03 UTC 2009


Author: kilian
Date: Sat May  9 18:40:03 2009
New Revision: 7170

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7170
Log:
Update pkg-voip README

Modified:
    README

Modified: README
URL: http://svn.debian.org/wsvn/pkg-voip/README?rev=7170&op=diff
==============================================================================
--- README (original)
+++ README Sat May  9 18:40:03 2009
@@ -71,6 +71,18 @@
   5. binnary target
   6. get-orig-source and print-version target
   7. .PHONY definitions
+
+To speed up the quite laggy ssh connection establishment process feel free to
+update your ~/.ssh/config with the following:
+Host svn.debian.org
+  user yourusername
+  ControlPath /tmp/ssh_svn.d.o_control
+
+Once added run "ssh -fMN svn.debian.org" to establish the link and make it
+background. From there on no more password will be required as the ssh
+connection is held open by the ssh process. (You may find it helpful to add
+this to your logon scripts)
+
 
 3. Using svn-buildpackage
 --------------------------
@@ -124,6 +136,7 @@
 $ cat >> ~/.devscripts <<EOF
 DEBCHANGE_RELEASE_HEURISTIC=changelog
 DEBCHANGE_MULTIMAINT_MERGE=yes
+DEBCHANGE_MAINTTRAILER=no
 DEBUILD_ROOTCMD=fakeroot
 DEBUILD_DPKG_BUILDPACKAGE_OPTS="-us -uc"
 DEBUILD_LINTIAN=yes




More information about the Pkg-voip-commits mailing list