[Python-apps-commits] r925 - in packages/mercurial/trunk/debian (3 files)

vdanjean at users.alioth.debian.org vdanjean at users.alioth.debian.org
Mon Apr 7 07:08:32 UTC 2008


    Date: Monday, April 7, 2008 @ 07:08:30
  Author: vdanjean
Revision: 925

Minor fixes seen by Gerardo Curiel after my upload

Modified:
  packages/mercurial/trunk/debian/changelog
  packages/mercurial/trunk/debian/control
  packages/mercurial/trunk/debian/mercurial.postinst

Modified: packages/mercurial/trunk/debian/changelog
===================================================================
--- packages/mercurial/trunk/debian/changelog	2008-04-07 01:18:33 UTC (rev 924)
+++ packages/mercurial/trunk/debian/changelog	2008-04-07 07:08:30 UTC (rev 925)
@@ -1,3 +1,10 @@
+mercurial (1.0-2) UNRELEASED; urgency=low
+
+  * fix typo in mercurial postinst
+  * remove Suggests to non existant mercurial-web
+
+ -- Vincent Danjean <vdanjean at debian.org>  Mon, 07 Apr 2008 09:06:04 +0200
+
 mercurial (1.0-1) unstable; urgency=low
 
   * new upstream version

Modified: packages/mercurial/trunk/debian/control
===================================================================
--- packages/mercurial/trunk/debian/control	2008-04-07 01:18:33 UTC (rev 924)
+++ packages/mercurial/trunk/debian/control	2008-04-07 07:08:30 UTC (rev 925)
@@ -19,7 +19,6 @@
  tk8.4 | wish, 
  vim | emacs, 
  python-mysqldb, 
- mercurial-web,
  git-core | darc | monotone | bzr | subversion,
  python-pygments,
  python-elementtree

Modified: packages/mercurial/trunk/debian/mercurial.postinst
===================================================================
--- packages/mercurial/trunk/debian/mercurial.postinst	2008-04-07 01:18:33 UTC (rev 924)
+++ packages/mercurial/trunk/debian/mercurial.postinst	2008-04-07 07:08:30 UTC (rev 925)
@@ -58,7 +58,7 @@
 	for conffile in hgext.rc; do
 	  # Tell ucf that the file in /usr/share/mercurial is the latest
 	  # maintainer version (but we rewrite it to enable extension based
-	  # on guess on weather other packages are here or not), and let it
+	  # on guess on whether other packages are here or not), and let it
 	  # handle how to manage the real configuration file in
 	  # /etc/mercurial/hgrc.d.
 	  TMPFILE=`mktemp`




More information about the Python-apps-commits mailing list