[Pkg-voip-commits] r4608 - /README

kilian at alioth.debian.org kilian at alioth.debian.org
Sun Sep 23 21:50:26 UTC 2007


Author: kilian
Date: Sun Sep 23 21:50:26 2007
New Revision: 4608

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=4608
Log:
add infos about using DEBCHANGE_RELEASE_HEURISTIC and devscripts.

Modified:
    README

Modified: README
URL: http://svn.debian.org/wsvn/pkg-voip/README?rev=4608&op=diff
==============================================================================
--- README (original)
+++ README Sun Sep 23 21:50:26 2007
@@ -100,6 +100,23 @@
 Don't commit tarballs/ or build-area/ directories to SVN! They would be wasting
 loads of bandwith and there is no point.
 
+What you may find useful is setting these two:
+$ cat >> ~/.devscripts <<EOF
+DEBCHANGE_RELEASE_HEURISTIC=changelog
+DEBUILD_ROOTCMD=fakeroot
+DEBUILD_DPKG_BUILDPACKAGE_OPTS="-us -uc"
+DEBUILD_LINTIAN=yes
+DEBUILD_LINDA=yes
+EOF
+
+cat >> ~/.svn-buildpackage.conf <<EOF
+svn-builder=debuild
+svn-noautodch 
+EOF
+
+...to make using "dch" just do the RightThing(TM).
+
+
 4. Tarballs and Build-area directories
 --------------------------------------
 




More information about the Pkg-voip-commits mailing list