[Webapps-common-discuss] [commit] r98 - packages/bugzilla/trunk/debian

Alexis Sukrieh sukria at costa.debian.org
Wed Oct 25 12:21:22 UTC 2006


Author: sukria
Date: 2006-10-25 12:21:22 +0000 (Wed, 25 Oct 2006)
New Revision: 98

Modified:
   packages/bugzilla/trunk/debian/bugzilla.cron.daily
   packages/bugzilla/trunk/debian/changelog
   packages/bugzilla/trunk/debian/control
Log:
* Starting a new version: 2.22-7
* The package is now maintained by the Debian Webapps Team.
* Make sure /etc/bugzilla/sites exists before running checkstup.pl 
  for alternate sites. (closes: #395053)



Modified: packages/bugzilla/trunk/debian/bugzilla.cron.daily
===================================================================
--- packages/bugzilla/trunk/debian/bugzilla.cron.daily	2006-10-25 12:16:04 UTC (rev 97)
+++ packages/bugzilla/trunk/debian/bugzilla.cron.daily	2006-10-25 12:21:22 UTC (rev 98)
@@ -17,8 +17,10 @@
 doit
 
 # then the extra sites: /etc/bugzilla/sites/*
-for site in `cd /etc/bugzilla/sites && ls`; do
-    X_BUGZILLA_SITE="$site" doit
-done
+if [ -d /etc/bugzilla/sites ]; then
+    for site in `cd /etc/bugzilla/sites && ls`; do
+        X_BUGZILLA_SITE="$site" doit
+    done
+fi
 
 exit 0

Modified: packages/bugzilla/trunk/debian/changelog
===================================================================
--- packages/bugzilla/trunk/debian/changelog	2006-10-25 12:16:04 UTC (rev 97)
+++ packages/bugzilla/trunk/debian/changelog	2006-10-25 12:21:22 UTC (rev 98)
@@ -1,3 +1,13 @@
+bugzilla (2.22-7) unstable; urgency=low
+
+  * The package is now maintained by the Debian Webapps Team.
+  * bugzilla.cron.daily
+    + Make sure /etc/bugzilla/sites exists before running checkstup.pl for
+    alternate sites.
+    (closes: #395053)
+
+ -- Alexis Sukrieh <sukria at debian.org>  Wed, 25 Oct 2006 14:19:07 +0200
+
 bugzilla (2.22-6) unstable; urgency=low
 
   * Depends on dbconfig-common (>= 1.8.27) to prevent postinst failures.

Modified: packages/bugzilla/trunk/debian/control
===================================================================
--- packages/bugzilla/trunk/debian/control	2006-10-25 12:16:04 UTC (rev 97)
+++ packages/bugzilla/trunk/debian/control	2006-10-25 12:21:22 UTC (rev 98)
@@ -1,8 +1,8 @@
 Source: bugzilla
 Section: web
 Priority: optional
-Maintainer: Alexis Sukrieh <sukria at debian.org>
-Uploaders: Rémi Perrot <rperrot at debian.org>
+Maintainer: Debian Webapps Team <webapps-common-packages at lists.alioth.debian.org>
+Uploaders: Alexis Sukrieh <sukria at debian.org>, Rémi Perrot <rperrot at debian.org>
 Build-Depends: po-debconf, debhelper (>= 5), dpatch
 Build-Depends-Indep: debconf (>= 0.9.95) | debconf-2.0
 Standards-Version: 3.7.2




More information about the Webapps-common-discuss mailing list