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

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


Author: sukria-guest
Date: 2005-09-12 22:16:33 +0000 (Mon, 12 Sep 2005)
New Revision: 120

Added:
   bugzilla/trunk/debian/patches/10_bugzilla.dtd.dpatch
Modified:
   bugzilla/trunk/debian/changelog
   bugzilla/trunk/debian/patches/00list
Log:
closing 327063

Modified: bugzilla/trunk/debian/changelog
===================================================================
--- bugzilla/trunk/debian/changelog	2005-09-12 22:10:24 UTC (rev 119)
+++ bugzilla/trunk/debian/changelog	2005-09-12 22:16:33 UTC (rev 120)
@@ -13,8 +13,11 @@
   * Updated the cron.daily script so that extra sites are processed
     (/etc/bugzilla/sites/*). Thanks to Yann Dirson.
     (closes: #320004)
+  * Updated the Makefile and added a new patch for enabling a correct path to
+    the DTD file. Thanks to Yann Dirson.
+    (closes: #327063)
 
- -- Alexis Sukrieh <sukria at sukria.net>  Tue, 13 Sep 2005 00:09:04 +0200
+ -- Alexis Sukrieh <sukria at sukria.net>  Tue, 13 Sep 2005 00:15:40 +0200
 
 bugzilla (2.18.3-1) unstable; urgency=low
 

Modified: bugzilla/trunk/debian/patches/00list
===================================================================
--- bugzilla/trunk/debian/patches/00list	2005-09-12 22:10:24 UTC (rev 119)
+++ bugzilla/trunk/debian/patches/00list	2005-09-12 22:16:33 UTC (rev 120)
@@ -8,3 +8,4 @@
 07_virtualhosting
 08_homelink.dpatch
 09_showdependencygraph.cgi
+10_bugzilla.dtd

Added: bugzilla/trunk/debian/patches/10_bugzilla.dtd.dpatch
===================================================================
--- bugzilla/trunk/debian/patches/10_bugzilla.dtd.dpatch	2005-09-12 22:10:24 UTC (rev 119)
+++ bugzilla/trunk/debian/patches/10_bugzilla.dtd.dpatch	2005-09-12 22:16:33 UTC (rev 120)
@@ -0,0 +1,31 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 10_bugzilla.dtd.dpatch by Yann Dirson <dirson at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Install bugzilla.dtd and make sure the url to find it is correct
+
+ at DPATCH@
+diff -urNad work/Makefile /tmp/dpep.uVg2uT/work/Makefile
+--- work/Makefile	2005-09-07 11:06:17.971163000 +0200
++++ /tmp/dpep.uVg2uT/work/Makefile	2005-09-07 11:06:39.332412694 +0200
+@@ -20,7 +20,7 @@
+ lib_files	= *.pm CGI.pl defparams.pl globals.pl move.pl runtests.pl 
+ lib_perlscripts	= checksetup.pl collectstats.pl defparams.pl importxml.pl testserver.pl whineatnews.pl
+ lib_dir		= Bugzilla
+-static_files	= *.js *.txt *.gif *.png *.jpg quicksearchhack.html quicksearch.html
++static_files	= *.dtd *.js *.txt *.gif *.png *.jpg quicksearchhack.html quicksearch.html
+ config_files	= debian/default-files/localconfig debian/default-files/index.html 
+ 
+ install: install_static_dirs install_static_files install_lib_files \
+diff -urNad work/template/en/default/bug/show.xml.tmpl /tmp/dpep.uVg2uT/work/template/en/default/bug/show.xml.tmpl
+--- work/template/en/default/bug/show.xml.tmpl	2005-05-19 11:06:40.000000000 +0200
++++ /tmp/dpep.uVg2uT/work/template/en/default/bug/show.xml.tmpl	2005-09-07 11:07:17.439816084 +0200
+@@ -20,7 +20,7 @@
+   #
+   #%]
+ <?xml version="1.0" standalone="yes"?>
+-<!DOCTYPE bugzilla SYSTEM "[% Param('urlbase') %]bugzilla.dtd">
++<!DOCTYPE bugzilla SYSTEM "[% webpath %]bugzilla.dtd">
+ 
+ <bugzilla version="[% VERSION %]"
+           urlbase="[% Param('urlbase') %]"


Property changes on: bugzilla/trunk/debian/patches/10_bugzilla.dtd.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-bugzilla-commits mailing list