[Python-apps-commits] r11607 - in packages/gitinspector/tags (3 files)

chrisk-guest at users.alioth.debian.org chrisk-guest at users.alioth.debian.org
Wed Dec 3 00:51:59 UTC 2014


    Date: Wednesday, December 3, 2014 @ 00:51:57
  Author: chrisk-guest
Revision: 11607

[svn-buildpackage] Tagging gitinspector 0.3.2+dfsg-1

Added:
  packages/gitinspector/tags/0.3.2+dfsg-1/
  packages/gitinspector/tags/0.3.2+dfsg-1/debian/patches/Add-missing-HTML-footer-to-htmlembedded-output.patch
    (from rev 11606, packages/gitinspector/trunk/debian/patches/Add-missing-HTML-footer-to-htmlembedded-output.patch)
Deleted:
  packages/gitinspector/tags/0.3.2+dfsg-1/debian/patches/Add-missing-HTML-footer-to-htmlembedded-output.patch

Deleted: packages/gitinspector/tags/0.3.2+dfsg-1/debian/patches/Add-missing-HTML-footer-to-htmlembedded-output.patch
===================================================================
--- packages/gitinspector/trunk/debian/patches/Add-missing-HTML-footer-to-htmlembedded-output.patch	2014-12-01 16:19:10 UTC (rev 11605)
+++ packages/gitinspector/tags/0.3.2+dfsg-1/debian/patches/Add-missing-HTML-footer-to-htmlembedded-output.patch	2014-12-03 00:51:57 UTC (rev 11607)
@@ -1,29 +0,0 @@
-From: Christian Kastner <ckk at kvr.at>
-Date: Sat, 22 Nov 2014 20:46:55 +0100
-Subject: Add missing HTML footer to htmlembedded output
-
-Add the HTML footer missing in htmlembedded output mode by mirroring the code
-for the header.
-
-Bug: https://code.google.com/p/gitinspector/issues/detail?id=48
-Last-Update: 2014-11-22
----
- gitinspector/format.py | 5 +++--
- 1 file changed, 3 insertions(+), 2 deletions(-)
-
-Index: gitinspector-0.3.2/gitinspector/format.py
-===================================================================
---- gitinspector-0.3.2.orig/gitinspector/format.py
-+++ gitinspector-0.3.2/gitinspector/format.py
-@@ -97,8 +97,9 @@ def output_header():
- 		print("\t<version>" + version.__version__ + "</version>")
- 
- def output_footer():
--	if __selected_format__ == "html":
--		html_footer = __output_html_template__("html/html.footer")
-+	if __selected_format__ == "html" or __selected_format__ == "htmlembedded":
-+		base = basedir.get_basedir()
-+		html_footer = __output_html_template__(base + "/html/html.footer")
- 		print(html_footer)
- 	elif __selected_format__ == "xml":
- 		print("</gitinspector>")

Copied: packages/gitinspector/tags/0.3.2+dfsg-1/debian/patches/Add-missing-HTML-footer-to-htmlembedded-output.patch (from rev 11606, packages/gitinspector/trunk/debian/patches/Add-missing-HTML-footer-to-htmlembedded-output.patch)
===================================================================
--- packages/gitinspector/tags/0.3.2+dfsg-1/debian/patches/Add-missing-HTML-footer-to-htmlembedded-output.patch	                        (rev 0)
+++ packages/gitinspector/tags/0.3.2+dfsg-1/debian/patches/Add-missing-HTML-footer-to-htmlembedded-output.patch	2014-12-03 00:51:57 UTC (rev 11607)
@@ -0,0 +1,30 @@
+From: Christian Kastner <ckk at kvr.at>
+Date: Sat, 22 Nov 2014 20:46:55 +0100
+Subject: Add missing HTML footer to htmlembedded output
+
+Add the HTML footer missing in htmlembedded output mode by mirroring the code
+for the header.
+
+Bug: https://code.google.com/p/gitinspector/issues/detail?id=48
+Applied-Upstream: https://code.google.com/p/gitinspector/source/detail?r=3010359eb2fd
+Last-Update: 2014-11-22
+---
+ gitinspector/format.py | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+Index: gitinspector-0.3.2/gitinspector/format.py
+===================================================================
+--- gitinspector-0.3.2.orig/gitinspector/format.py
++++ gitinspector-0.3.2/gitinspector/format.py
+@@ -97,8 +97,9 @@ def output_header():
+ 		print("\t<version>" + version.__version__ + "</version>")
+ 
+ def output_footer():
+-	if __selected_format__ == "html":
+-		html_footer = __output_html_template__("html/html.footer")
++	if __selected_format__ == "html" or __selected_format__ == "htmlembedded":
++		base = basedir.get_basedir()
++		html_footer = __output_html_template__(base + "/html/html.footer")
+ 		print(html_footer)
+ 	elif __selected_format__ == "xml":
+ 		print("</gitinspector>")




More information about the Python-apps-commits mailing list