[Pkg-mol-commits] r35 - mol/trunk/debian

Gaudenz Steinlin gaudenz at costa.debian.org
Mon Sep 25 22:19:26 UTC 2006


Author: gaudenz
Date: 2006-09-25 22:19:26 +0000 (Mon, 25 Sep 2006)
New Revision: 35

Added:
   mol/trunk/debian/README
Log:
document how to build Debian packages


Added: mol/trunk/debian/README
===================================================================
--- mol/trunk/debian/README	                        (rev 0)
+++ mol/trunk/debian/README	2006-09-25 22:19:26 UTC (rev 35)
@@ -0,0 +1,27 @@
+
+Building MOL Debian Packages from source
+----------------------------------------
+
+The debian directory of this package is maintained in SVN. The upstream 
+tarballs can be downloaded by HTTP from the pkg-mol website on Alioth.
+These tarballs are produced by a script (also in SVN) which strips all 
+non-free parts from the original upstream tarballs.
+
+SVN repository: svn://svn.debian.org/svn/pkg-mol/mol
+Debian upstream tarballs: http://pkg-mol.alioth.debian.org/tarballs/
+Original upstream tarballs: http://pkg-mol.alioth.debian.org/original-tarballs/
+
+MOL packaging is done with the help of svn-buildpackage. It uses the mergeWithUpstream
+build-time merging feature. 
+
+Quick guide on building mol from source (see svn-buildpackage HOWTO for details):
+
+# aptitude install svn-buildpackage
+# svn co svn://svn.debian.org/svn/pkg-mol/mol/trunk mol
+# mkdir tarballs
+# cd tarballs
+# wget http://pkg-mol.alioth.debian.org/tarballs/mol_$(version).orig.tar.gz
+# cd ../mol
+# svn-buildpackage -rfakeroot
+
+binary packages are now in ../build-area/.




More information about the Pkg-mol-commits mailing list