[Python-apps-commits] r895 - in packages/mercurial/trunk/debian (changelog rules)

gerardo-guest at users.alioth.debian.org gerardo-guest at users.alioth.debian.org
Tue Apr 1 08:36:50 UTC 2008


    Date: Tuesday, April 1, 2008 @ 08:36:49
  Author: gerardo-guest
Revision: 895

* Fix some lintian warnings

Modified:
  packages/mercurial/trunk/debian/changelog
  packages/mercurial/trunk/debian/rules

Modified: packages/mercurial/trunk/debian/changelog
===================================================================
--- packages/mercurial/trunk/debian/changelog	2008-04-01 08:12:25 UTC (rev 894)
+++ packages/mercurial/trunk/debian/changelog	2008-04-01 08:36:49 UTC (rev 895)
@@ -32,14 +32,14 @@
     
     Extensions:
      * churn: promoted to an official extension (previously in contrib)
-     * color: new extension coloring "status" and "qseries" command outputs
+     * color: new extension coloring "status" and "qseries" command outputs    
      * convert:
        * allow synthetic history to be spliced in with --splicemap
        * support GNU Arch and Monotone sources
-       * svn: allow shallow conversions of single branches with
+       * svn: allow shallow conversions of single branches with 
          convert.svn.startrev option.
-       * svn: make trunk/branches/tags layout detection more flexible by allowing
-         either of them to be skipped.
+       * svn: make trunk/branches/tags layout detection more flexible by 
+         allowing either of them to be skipped.
        * svn: preliminary support as a conversion target
      * hgk: configuration file changed from .gitk to .hgk
      * highlight: new extension enabling syntax highlighting in hgweb file view

Modified: packages/mercurial/trunk/debian/rules
===================================================================
--- packages/mercurial/trunk/debian/rules	2008-04-01 08:12:25 UTC (rev 894)
+++ packages/mercurial/trunk/debian/rules	2008-04-01 08:36:49 UTC (rev 895)
@@ -48,6 +48,7 @@
 		$(DEB_DESTDIR)/usr/share/mercurial/
 	ln -sf ../../../mercurial/templates \
 	  $(DEB_DESTDIR)/usr/share/python-support/mercurial/mercurial/templates
+	chmod 0755  $(DEB_DESTDIR)/usr/share/python-support/mercurial/mercurial/lsprof.py $(DEB_DESTDIR)/usr/share/python-support/mercurial/mercurial/simplemerge.py 
 
 build: build-doc
 




More information about the Python-apps-commits mailing list