[Webapps-common-discuss] [commit] r107 - in packages/bugzilla/sid/trunk/debian: . patches

Alexis Sukrieh sukria at alioth.debian.org
Wed Nov 15 07:57:31 CET 2006


Author: sukria
Date: 2006-11-15 07:57:30 +0100 (Wed, 15 Nov 2006)
New Revision: 107

Modified:
   packages/bugzilla/sid/trunk/debian/changelog
   packages/bugzilla/sid/trunk/debian/control
   packages/bugzilla/sid/trunk/debian/patches/04_Config.pm.dpatch
Log:
* Depends on mysql-client as we provide mysql support with dbconfig-common.
  (closes: #398621)
* Urgency set to high to fix the etch RC bug.
* Updated the Bugzilla version (debian minor) in Bugzilla/Config.pm.



Modified: packages/bugzilla/sid/trunk/debian/changelog
===================================================================
--- packages/bugzilla/sid/trunk/debian/changelog	2006-11-04 15:19:09 UTC (rev 106)
+++ packages/bugzilla/sid/trunk/debian/changelog	2006-11-15 06:57:30 UTC (rev 107)
@@ -1,3 +1,12 @@
+bugzilla (2.22.1-2) unstable; urgency=high
+
+  * Depends on mysql-client as we provide mysql support with dbconfig-common.
+    (closes: #398621)
+  * Urgency set to high to fix the etch RC bug.
+  * Updated the Bugzilla version (debian minor) in Bugzilla/Config.pm.
+
+ -- Alexis Sukrieh <sukria at debian.org>  Wed, 15 Nov 2006 07:54:08 +0100
+
 bugzilla (2.22.1-1) unstable; urgency=high
 
   * New upstream release (2.22.1) fixes several security issues (hence the

Modified: packages/bugzilla/sid/trunk/debian/control
===================================================================
--- packages/bugzilla/sid/trunk/debian/control	2006-11-04 15:19:09 UTC (rev 106)
+++ packages/bugzilla/sid/trunk/debian/control	2006-11-15 06:57:30 UTC (rev 107)
@@ -14,7 +14,7 @@
          libtimedate-perl, libmailtools-perl (>= 1.67), libmime-perl,
          apache | apache2 | apache-perl | apache-ssl | httpd, 
          sendmail | postfix | exim4 | mail-transport-agent, 
-         ucf (>= 0.08), patch, dbconfig-common (>= 1.8.27)
+         ucf (>= 0.08), patch, dbconfig-common (>= 1.8.27), mysql-client
 Suggests: bugzilla-doc, libnet-ldap-perl, libgd-text-perl, 
           libgd-graph-perl, libgd-gd2-perl | libgd-noxpm-perl, 
           python, ruby

Modified: packages/bugzilla/sid/trunk/debian/patches/04_Config.pm.dpatch
===================================================================
--- packages/bugzilla/sid/trunk/debian/patches/04_Config.pm.dpatch	2006-11-04 15:19:09 UTC (rev 106)
+++ packages/bugzilla/sid/trunk/debian/patches/04_Config.pm.dpatch	2006-11-15 06:57:30 UTC (rev 107)
@@ -5,9 +5,9 @@
 ## DP: Update Config.pm to point to the right locations and support vhosts
 
 @DPATCH@
-diff -urNad bugzilla-2.22~/Bugzilla/Config.pm bugzilla-2.22/Bugzilla/Config.pm
---- bugzilla-2.22~/Bugzilla/Config.pm	2006-10-03 21:32:21.000000000 +0200
-+++ bugzilla-2.22/Bugzilla/Config.pm	2006-10-03 21:32:46.000000000 +0200
+diff -urNad trunk~/Bugzilla/Config.pm trunk/Bugzilla/Config.pm
+--- trunk~/Bugzilla/Config.pm	2006-11-04 15:56:30.000000000 +0100
++++ trunk/Bugzilla/Config.pm	2006-11-15 07:56:22.000000000 +0100
 @@ -51,9 +51,24 @@
  # graphs (since the path will be wrong in the HTML). This will be fixed at
  # some point.
@@ -76,7 +76,7 @@
  
  # Bugzilla version
 -$Bugzilla::Config::VERSION = "2.22.1";
-+$Bugzilla::Config::VERSION = "2.22.1-debian1";
++$Bugzilla::Config::VERSION = "2.22.1-debian2";
  
  use Safe;
  
@@ -166,10 +166,10 @@
  }
  
  # Some files in the data directory must be world readable if and only if
-diff -urNad bugzilla-2.22~/Bugzilla/Template.pm bugzilla-2.22/Bugzilla/Template.pm
---- bugzilla-2.22~/Bugzilla/Template.pm	2006-10-03 21:32:21.000000000 +0200
-+++ bugzilla-2.22/Bugzilla/Template.pm	2006-10-03 21:33:16.000000000 +0200
-@@ -565,6 +565,9 @@
+diff -urNad trunk~/Bugzilla/Template.pm trunk/Bugzilla/Template.pm
+--- trunk~/Bugzilla/Template.pm	2006-11-04 15:56:30.000000000 +0100
++++ trunk/Bugzilla/Template.pm	2006-11-15 07:55:51.000000000 +0100
+@@ -567,6 +567,9 @@
                  require Bugzilla::BugMail;
                  Bugzilla::BugMail::Send($id, $mailrecipients);
              },




More information about the Webapps-common-discuss mailing list