[Python-apps-commits] r1534 - in packages/mercurial/trunk/debian (2 files)

vdanjean at users.alioth.debian.org vdanjean at users.alioth.debian.org
Tue Jul 8 19:04:43 UTC 2008


    Date: Tuesday, July 8, 2008 @ 19:04:42
  Author: vdanjean
Revision: 1534

fix ucfr typo

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

Modified: packages/mercurial/trunk/debian/changelog
===================================================================
--- packages/mercurial/trunk/debian/changelog	2008-07-08 19:04:36 UTC (rev 1533)
+++ packages/mercurial/trunk/debian/changelog	2008-07-08 19:04:42 UTC (rev 1534)
@@ -1,8 +1,10 @@
 mercurial (1.0.1-3) unstable; urgency=low
 
   * debian/control: update Standard-Version (no change needed)
+  * fix wrong ucf registration (/etc/hgrc.d/ vs /etc/mercurial/hgrc.d/)
+    (Closes: #487089). Thanks Max Bowsher for noticing.
 
- -- Vincent Danjean <vdanjean at debian.org>  Tue, 01 Jul 2008 19:06:41 +0200
+ -- Vincent Danjean <vdanjean at debian.org>  Tue, 01 Jul 2008 19:30:20 +0200
 
 mercurial (1.0.1-2) unstable; urgency=high
 

Modified: packages/mercurial/trunk/debian/mercurial.postinst
===================================================================
--- packages/mercurial/trunk/debian/mercurial.postinst	2008-07-08 19:04:36 UTC (rev 1533)
+++ packages/mercurial/trunk/debian/mercurial.postinst	2008-07-08 19:04:42 UTC (rev 1534)
@@ -76,7 +76,9 @@
 	  check_ext "$TMPFILE" inotify inotify
 	  ucf --sum-file /usr/share/mercurial/$conffile.md5sums --three-way \
 		"$TMPFILE" /etc/mercurial/hgrc.d/$conffile
-	  ucfr mercurial /etc/hgrc.d/$conffile
+	  # Fix wrong registration until 1.0.1-2 included
+	  ucfr --purge mercurial /etc/hgrc.d/$conffile
+	  ucfr mercurial /etc/mercurial/hgrc.d/$conffile
 	  rm -f "$TMPFILE"
 	done
 




More information about the Python-apps-commits mailing list