[Pkg-bugzilla-commits] r118 - in bugzilla/trunk/debian: . patches

Alexis Sukrieh sukria-guest at costa.debian.org
Mon Sep 12 22:04:06 UTC 2005


Author: sukria-guest
Date: 2005-09-12 22:04:06 +0000 (Mon, 12 Sep 2005)
New Revision: 118

Added:
   bugzilla/trunk/debian/patches/09_showdependencygraph.cgi.dpatch
Modified:
   bugzilla/trunk/debian/changelog
   bugzilla/trunk/debian/patches/00list
Log:
closing 305360

Modified: bugzilla/trunk/debian/changelog
===================================================================
--- bugzilla/trunk/debian/changelog	2005-09-12 21:39:25 UTC (rev 117)
+++ bugzilla/trunk/debian/changelog	2005-09-12 22:04:06 UTC (rev 118)
@@ -7,8 +7,11 @@
   * Added a RewriteRule in the virtual hosts examples for correctly handling
     the %urlbase% tokens in the templates. Thanks to Yann Dirson.
     (closes: #252076)
+  * showdependencygraph should not require a 64x64 inches, patch added in
+    debian/patches. Thanks to Yann Dirson.
+    (closes: #305360)
 
- -- Alexis Sukrieh <sukria at sukria.net>  Mon, 12 Sep 2005 23:38:21 +0200
+ -- Alexis Sukrieh <sukria at sukria.net>  Tue, 13 Sep 2005 00:02:53 +0200
 
 bugzilla (2.18.3-1) unstable; urgency=low
 

Modified: bugzilla/trunk/debian/patches/00list
===================================================================
--- bugzilla/trunk/debian/patches/00list	2005-09-12 21:39:25 UTC (rev 117)
+++ bugzilla/trunk/debian/patches/00list	2005-09-12 22:04:06 UTC (rev 118)
@@ -7,3 +7,4 @@
 06_contrib
 07_virtualhosting
 08_homelink.dpatch
+09_showdependencygraph.cgi

Added: bugzilla/trunk/debian/patches/09_showdependencygraph.cgi.dpatch
===================================================================
--- bugzilla/trunk/debian/patches/09_showdependencygraph.cgi.dpatch	2005-09-12 21:39:25 UTC (rev 117)
+++ bugzilla/trunk/debian/patches/09_showdependencygraph.cgi.dpatch	2005-09-12 22:04:06 UTC (rev 118)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 09_showdependencygraph.cgi.dpatch by Yann Dirson <dirson at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: showdependencygraph should not require a 64x64 inches
+
+ at DPATCH@
+diff -urNad trunk/showdependencygraph.cgi /tmp/dpep.3WllTz/trunk/showdependencygraph.cgi
+--- trunk/showdependencygraph.cgi	2005-09-12 23:23:11.000000000 +0200
++++ /tmp/dpep.3WllTz/trunk/showdependencygraph.cgi	2005-09-13 00:01:35.000000000 +0200
+@@ -111,7 +111,7 @@
+ 
+ print $fh "digraph G {";
+ print $fh qq{
+-graph [URL="${urlbase}query.cgi", rankdir=$rankdir, size="64,64"]
++graph [URL="${urlbase}query.cgi", rankdir=$rankdir]
+ node [URL="${urlbase}show_bug.cgi?id=\\N", style=filled, color=lightgrey]
+ };
+ 


Property changes on: bugzilla/trunk/debian/patches/09_showdependencygraph.cgi.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-bugzilla-commits mailing list