[Pkg-bugzilla-commits] r81 - trunk/bugzilla-2.18/debian

Alexis Sukrieh sukria-guest@costa.debian.org
Mon, 25 Apr 2005 13:26:13 +0000


Author: sukria-guest
Date: 2005-04-25 13:26:12 +0000 (Mon, 25 Apr 2005)
New Revision: 81

Modified:
   trunk/bugzilla-2.18/debian/bugzilla.postinst
   trunk/bugzilla-2.18/debian/bugzilla.preinst
   trunk/bugzilla-2.18/debian/changelog
Log:

Yeah, the realease ! :)



Modified: trunk/bugzilla-2.18/debian/bugzilla.postinst
===================================================================
--- trunk/bugzilla-2.18/debian/bugzilla.postinst	2005-04-25 12:17:12 UTC (rev 80)
+++ trunk/bugzilla-2.18/debian/bugzilla.postinst	2005-04-25 13:26:12 UTC (rev 81)
@@ -105,7 +105,7 @@
 	# ask our fellow user if he likes to use it
 	replace_file ${params_218_new} ${params_218_dest}
 
-	
+	# Let's close cleanly debconf	
 	db_stop
 fi 
 

Modified: trunk/bugzilla-2.18/debian/bugzilla.preinst
===================================================================
--- trunk/bugzilla-2.18/debian/bugzilla.preinst	2005-04-25 12:17:12 UTC (rev 80)
+++ trunk/bugzilla-2.18/debian/bugzilla.preinst	2005-04-25 13:26:12 UTC (rev 81)
@@ -67,6 +67,7 @@
 		debug "Upgrading $version"
 		upgrade_params_file $params_218
 	fi
+
 fi
 
 

Modified: trunk/bugzilla-2.18/debian/changelog
===================================================================
--- trunk/bugzilla-2.18/debian/changelog	2005-04-25 12:17:12 UTC (rev 80)
+++ trunk/bugzilla-2.18/debian/changelog	2005-04-25 13:26:12 UTC (rev 81)
@@ -1,12 +1,19 @@
-bugzilla (2.18-4pre1) unstable; urgency=low
+bugzilla (2.18-4) unstable; urgency=low
 
-  * Rewrote postisnt from scrath to handle the params file better. Upgrades
-    from previous version than 2.18 are now handled with ucf.
   * Added patch/unpatch targets to the debian/rules
   * Added patches in debian/patches to get closer to the original tarball.
   * Improved the clean target in order to remove precompiled templates.
+  * Handling of the "params" file with ucf 
+    + Changed the location of the "params" file to /etc/bugzilla/params
+    + New postinst, written in shellscript that handles cleanly file moves
+      with ucf.
+    + New preinst which will move any "params" file found from previous
+      packages to /etc/bugzilla/params
+    + Moved all the perl code of postinst to debian/helper/db-postinst.pl
+    + Updated postrm to purge ucf entries and to remove /usr/share/bugzilla.
+    (closes: #305327)
 
- -- Alexis Sukrieh <sukria@sukria.net>  Fri, 22 Apr 2005 15:12:43 +0200
+ -- Alexis Sukrieh <sukria@sukria.net>  Mon, 25 Apr 2005 15:25:43 +0200
 
 bugzilla (2.18-3) unstable; urgency=low