[Piuparts-commits] [SCM] Git repository for piuparts branch, master, updated. 56fece5d749328c9f9727932b50142304d7d52d8

Holger Levsen holger at layer-acht.org
Mon Aug 22 13:24:15 UTC 2011


The following commit has been merged in the master branch:
commit 56fece5d749328c9f9727932b50142304d7d52d8
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Aug 22 15:24:03 2011 +0200

    * Source code is now stored in git.
      http://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git
      git clone git+ssh://git.debian.org/git/piuparts/piuparts.git
      Thanks to Thomas Koch for setting those up and keeping history!
    * The configuration and scripts used on piatti.debian.org have also been
      moved to git, the URLs are the same, just s#piuparts#piatti#.
    * Add entry about git to NEWS.
    * Update Vcs-*-Headers in control to reflect move to git.
    * piuparts.reports.py: point to source code in git instead of svn.

diff --git a/debian/NEWS b/debian/NEWS
index e198362..24041c1 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,3 +1,12 @@
+piuparts (0.41) unstable; urgency=low
+
+  * Source code is now stored in git.
+ 
+    http://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git
+    git clone git+ssh://git.debian.org/git/piuparts/piuparts.git
+
+ -- Holger Levsen <holger at debian.org>  Mon, 22 Aug 2011 15:04:43 +0200
+
 piuparts (0.38) unstable; urgency=low
 
   * New default behaviours in piuparts:
diff --git a/debian/changelog b/debian/changelog
index 938b76b..a2a11ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,7 @@ piuparts (0.41) UNRELEASED; urgency=low
   * piuparts-report.py: 
     - correct a typo from the patch for #523950.
     - make_stats_graph: draw the two new states as well.
+    - point to source code in git instead of svn.
   * piuparts.py: 
     - use proxy settings either from apt configuration or http_proxy 
       environment variable, the latter overwriting the former (if present) 
@@ -47,6 +48,14 @@ piuparts (0.41) UNRELEASED; urgency=low
   * debian/rules: use dh_python2 instead of python-support to build the 
     package
   * Makefile: build for python 2.6 and 2.7 instead of 2.5 and 2.6.
+  * Source code is now stored in git.
+    http://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git
+    git clone git+ssh://git.debian.org/git/piuparts/piuparts.git
+    Thanks to Thomas Koch for setting those up and keeping history!
+  * The configuration and scripts used on piatti.debian.org have also been
+    moved to git, the URLs are the same, just s#piuparts#piatti#. 
+  * Add entry about git to NEWS.
+  * Update Vcs-*-Headers in control to reflect move to git.
 
  -- Holger Levsen <holger at debian.org>  Sat, 25 Jun 2011 23:33:49 +0200
 
diff --git a/debian/control b/debian/control
index 62c8715..02c263f 100644
--- a/debian/control
+++ b/debian/control
@@ -6,9 +6,10 @@ Priority: extra
 Standards-Version: 3.9.2
 Build-Depends: debhelper (>=7)
 Build-Depends-Indep: python (>=2.6.6-3~), asciidoc, xmlto
-Vcs-Svn: svn://svn.debian.org/svn/piuparts/trunk/
-Vcs-Browser: http://svn.debian.org/wsvn/piuparts/trunk/
 Homepage: http://piuparts.debian.org
+Vcs-Git: git://anonscm.debian.org/piuparts/piuparts.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git
+
 X-Python-Version: >= 2.6
 
 Package: piuparts
diff --git a/debian/copyright b/debian/copyright
index bde7513..9548aca 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
 This is piuparts, packaged for Debian by Lars Wirzenius <liw at iki.fi>.
 Original author is also Lars Wirzenius.
 
-Upstream source repository: svn://svn.debian.org/svn/piuparts
+Upstream source repository: http://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git
 Upstream is bunch of lunatics who don't make release tarballs publicly
 available. The Debian .orig.tar.gz is what would be released, though.
 
diff --git a/piuparts-report.py b/piuparts-report.py
index b6ff6ac..a32b419 100644
--- a/piuparts-report.py
+++ b/piuparts-report.py
@@ -95,7 +95,7 @@ HTML_HEADER = """
     </tr>     
     <tr class="normalrow">
      <td class="contentcell">
-      <a href="http://bugs.debian.org/src:piuparts" target="_blank">Bugs</a> / <a href="http://svn.debian.org/viewsvn/piuparts/trunk/TODO" target="_blank">ToDo</a>
+      <a href="http://bugs.debian.org/src:piuparts" target="_blank">Bugs</a> / <a href="http://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git;a=blob;f=TODO" target="_blank">ToDo</a>
      </td>
     </tr>     
     <tr class="titlerow">
@@ -116,8 +116,8 @@ HTML_HEADER = """
     <tr class="normalrow">
      <td class="contentcell">
       piuparts.d.o configuration:<br>
-      <a href="http://svn.debian.org/viewsvn/piuparts/piatti/org/piuparts.debian.org/etc/piuparts.conf.piatti" target="_blank">piuparts.conf.piatti</a><br>
-      <a href="http://svn.debian.org/viewsvn/piuparts/piatti/org/piuparts.debian.org/etc/scripts/" target="_blank">scripts</a>
+      <a href="http://anonscm.debian.org/gitweb/?p=piuparts/piatti.git;a=blob;f=org/piuparts.debian.org/etc/piuparts.conf.piatti" target="_blank">piuparts.conf.piatti</a><br>
+      <a href="http://anonscm.debian.org/gitweb/?p=piuparts/piatti.git;a=tree;f=org/piuparts.debian.org/etc/scripts" target="_blank">scripts</a>
      </td>
     </tr>
     <tr class="normalrow">

-- 
Git repository for piuparts



More information about the Piuparts-commits mailing list