[Python-modules-commits] r15053 - in packages/python-networkx/trunk/debian/patches (1 file)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Thu Dec 9 01:02:05 UTC 2010


    Date: Thursday, December 9, 2010 @ 01:01:59
  Author: morph
Revision: 15053

replace svn with hg in download doc page too

Modified:
  packages/python-networkx/trunk/debian/patches/60_remove_svn_refs.diff

Modified: packages/python-networkx/trunk/debian/patches/60_remove_svn_refs.diff
===================================================================
--- packages/python-networkx/trunk/debian/patches/60_remove_svn_refs.diff	2010-12-09 00:46:11 UTC (rev 15052)
+++ packages/python-networkx/trunk/debian/patches/60_remove_svn_refs.diff	2010-12-09 01:01:59 UTC (rev 15053)
@@ -1,22 +1,46 @@
 Description: Remove obsolete reference to SVN server.
 
-Index: doc/source/templates/index.html
-===================================================================
---- networkx/doc/source/templates/index.html	(revision c4b9dd3c66ff695422ee29564858f866188b7b7e)
-+++ networkx/doc/source/templates/index.html	(revision 6547a9c462c6825dbc7c9787979d1096bc34e466)
-@@ -86,15 +86,4 @@
- </ul>
- 
--  <h2>Get NetworkX</h2>
--<blockquote>
--  <p>
--    NetworkX is available as an <a
--    href="http://peak.telecommunity.com/DevCenter/EasyInstall">easy-install</a>able
--    package on the <a href="http://pypi.python.org/pypi/networkx">Python Package
--    Index</a>.
--  </p>
--  <p>The code can be found on the NetworkX SVN server at
--    <tt><a href="http://networkx.lanl.gov/svn/networkx/trunk">http://networkx.lanl.gov/svn/networkx/trunk</a></tt>.</p>
--</blockquote>
- 
- {% endblock %}
+Index: python-networkx-1.3/doc/source/templates/index.html
+===================================================================
+--- python-networkx-1.3.orig/doc/source/templates/index.html	2010-08-29 02:22:10.000000000 +0200
++++ python-networkx-1.3/doc/source/templates/index.html	2010-12-09 02:00:15.023507750 +0100
+@@ -85,16 +85,5 @@
+ <li>Allows easy access to almost any database</li>
+ </ul>
+ 
+-  <h2>Get NetworkX</h2>
+-<blockquote>
+-  <p>
+-    NetworkX is available as an <a
+-    href="http://peak.telecommunity.com/DevCenter/EasyInstall">easy-install</a>able
+-    package on the <a href="http://pypi.python.org/pypi/networkx">Python Package
+-    Index</a>.
+-  </p>
+-  <p>The code can be found on the NetworkX SVN server at
+-    <tt><a href="http://networkx.lanl.gov/svn/networkx/trunk">http://networkx.lanl.gov/svn/networkx/trunk</a></tt>.</p>
+-</blockquote>
+ 
+ {% endblock %}
+Index: python-networkx-1.3/doc/source/download.rst
+===================================================================
+--- python-networkx-1.3.orig/doc/source/download.rst	2010-12-09 02:00:21.988007077 +0100
++++ python-networkx-1.3/doc/source/download.rst	2010-12-09 02:01:05.852006464 +0100
+@@ -8,15 +8,15 @@
+ 
+ http://networkx.lanl.gov/download/networkx/
+ 
+-Subversion source code repository
++Mercurial source code repository
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ *Anonymous*          
+ 
+-svn checkout http://networkx.lanl.gov/svn/networkx/trunk networkx
++hg clone http://networkx.lanl.gov/hg/networkx
+ 
+ *Authenticated* 
+ 
+-svn checkout https://networkx.lanl.gov/svn/networkx/trunk networkx
++hg clone https://networkx.lanl.gov/hg/networkx
+ 
+ 
+ Documentation




More information about the Python-modules-commits mailing list