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

gerardo-guest at users.alioth.debian.org gerardo-guest at users.alioth.debian.org
Thu Apr 3 01:09:06 UTC 2008


    Date: Thursday, April 3, 2008 @ 01:09:05
  Author: gerardo-guest
Revision: 904

* Installing logo-droplets.svn in /usr/share/mercurial
* Closing #472583 and #466731

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

Modified: packages/mercurial/trunk/debian/changelog
===================================================================
--- packages/mercurial/trunk/debian/changelog	2008-04-02 21:20:28 UTC (rev 903)
+++ packages/mercurial/trunk/debian/changelog	2008-04-03 01:09:05 UTC (rev 904)
@@ -75,12 +75,13 @@
      * hgmerge shell script is not provided anymore
      * contrib/favicon.ico is not provided anymore
      * Deleted obsolete link_hgit target from debian/rules
-     * Added logo-droplets.svg and mergetools.hgrc to the examples
+     * Added mergetools.hgrc to the examples
        directory
+     * Added logo-droplets.svg to /usr/share/mercurial
      * Added new extensions to the hgext.rc file
        + hgext.color (not enabled by default)
        + hgext.highlight (enabled)
-       + hgext.inotify (enabled)
+       + hgext.inotify (enabled, Closes: #472583)
        + hgext.keyword (not enabled by default)
      * Removed extensions from the hgext.rc file
        + hgext.hbisect (now provided as a built-in command)
@@ -98,7 +99,7 @@
        + python-mysqldb (hgext/bugzilla.py)
        + python-openssl (hgweb/server.py)
      * New suggested packages:
-       + python-flup (contrib/hgwebdir.fcgi)
+       + python-flup (contrib/hgwebdir.fcgi, Closes: #466731)
     
      [ William Pitcock ]
      * patches/deb_specific__use_sensible-editor.patch:
@@ -133,7 +134,7 @@
 
  -- Vincent Danjean <vdanjean at debian.org>  Mon, 21 Jan 2008 20:57:27 +0100
 
-mercurial (0.9.5-2) unstable; urgency=low
+m ercurial (0.9.5-2) unstable; urgency=low
 
   * Apply patch to change 'hgext/' into 'hgext.' when loading an extension
     Current config files use the documented syntax (ie 'hgext.extname=')

Modified: packages/mercurial/trunk/debian/examples
===================================================================
--- packages/mercurial/trunk/debian/examples	2008-04-02 21:20:28 UTC (rev 903)
+++ packages/mercurial/trunk/debian/examples	2008-04-03 01:09:05 UTC (rev 904)
@@ -5,7 +5,6 @@
 contrib/hgsh
 contrib/hg-ssh
 contrib/hgwebdir.fcgi
-contrib/logo-droplets.svg
 contrib/rewrite-log
 contrib/mergetools.hgrc
 contrib/sample.hgrc

Modified: packages/mercurial/trunk/debian/rules
===================================================================
--- packages/mercurial/trunk/debian/rules	2008-04-02 21:20:28 UTC (rev 903)
+++ packages/mercurial/trunk/debian/rules	2008-04-03 01:09:05 UTC (rev 904)
@@ -48,7 +48,10 @@
 		$(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 
+	chmod 0755  $(DEB_DESTDIR)/usr/share/python-support/mercurial/mercurial/lsprof.py $(DEB_DESTDIR)/usr/share/python-support/mercurial/mercurial/simplemerge.py
+	#
+	# Install svg logo
+	install -m 0644 contrib/logo-droplets.svg $(DEB_DESTDIR)/usr/share/mercurial
 
 build: build-doc
 




More information about the Python-apps-commits mailing list