[Treepkg-commits] r27 - trunk/bin

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Mar 4 15:08:19 CET 2008


Author: bh
Date: 2008-03-04 15:08:17 +0100 (Tue, 04 Mar 2008)
New Revision: 27

Modified:
   trunk/bin/initpbuilder.py
Log:
fix typos


Modified: trunk/bin/initpbuilder.py
===================================================================
--- trunk/bin/initpbuilder.py	2008-02-25 16:36:34 UTC (rev 26)
+++ trunk/bin/initpbuilder.py	2008-03-04 14:08:17 UTC (rev 27)
@@ -1,5 +1,5 @@
 #! /usr/bin/python2.4
-# Copyright (C) 2007 by Intevation GmbH
+# Copyright (C) 2007, 2008 by Intevation GmbH
 # Authors:
 # Bernhard Herzog <bh at intevation.de>
 #
@@ -77,7 +77,7 @@
     print "creating pbuilderrc:", repr(pbuilderrc)
     writefile(pbuilderrc, pbuilderrc_template % replacements)
 
-    # turn the extra-pkg directory into a property deb archive
+    # turn the extra-pkg directory into a proper deb archive
     print "turning the extra-pkg dir into a debian archive"
     extra_pkgdir = replacements["extra-pkgdir"]
     call(["apt-ftparchive", "packages", "."],



More information about the Treepkg-commits mailing list