[Pkg-citadel-commit] r237 - webcit/trunk/debian

meskes at alioth.debian.org meskes at alioth.debian.org
Sun Mar 1 11:58:11 UTC 2009


Author: meskes
Date: 2009-03-01 11:58:11 +0000 (Sun, 01 Mar 2009)
New Revision: 237

Added:
   webcit/trunk/debian/dirs
Modified:
   webcit/trunk/debian/changelog
   webcit/trunk/debian/citadel-webcit.links
   webcit/trunk/debian/rules
Log:
Install static.local, move it to /var/lib/citadel-webcit and link it to
/usr/share/citadel-webcit where the software expects it to be.



Modified: webcit/trunk/debian/changelog
===================================================================
--- webcit/trunk/debian/changelog	2009-03-01 11:38:24 UTC (rev 236)
+++ webcit/trunk/debian/changelog	2009-03-01 11:58:11 UTC (rev 237)
@@ -1,13 +1,15 @@
 webcit (7.42-dfsg-1) unstable; urgency=high
 
   * New upstream version, closes: #517579
+  * We have to keep urgency high because 7.38b-dfsg-2 didn't migrate to
+    testing.
   * Changed watch file to account for an additional letter in the version
     number if present.
   * Reworked debconf setup.
-  * We have to keep urgency high because 7.38b-dfsg-2 didn't migrate to
-    testing.
+  * Create static.local directory under /var/lib/citadel-webcit for local
+    installation of themes etc.
 
- -- Michael Meskes <meskes at debian.org>  Fri, 20 Feb 2009 16:47:56 +0100
+ -- Michael Meskes <meskes at debian.org>  Sun, 01 Mar 2009 12:51:44 +0100
 
 webcit (7.38b-dfsg-2) unstable; urgency=high
 

Modified: webcit/trunk/debian/citadel-webcit.links
===================================================================
--- webcit/trunk/debian/citadel-webcit.links	2009-03-01 11:38:24 UTC (rev 236)
+++ webcit/trunk/debian/citadel-webcit.links	2009-03-01 11:58:11 UTC (rev 237)
@@ -1,3 +1,4 @@
 /usr/share/icons/gnome/24x24/mimetypes /usr/share/citadel-webcit/static/icons
 /usr/share/javascript/prototype/prototype.js /usr/share/citadel-webcit/static/prototype.js
 /usr/share/javascript/scriptaculous/scriptaculous.js /usr/share/citadel-webcit/static/scriptaculous.js
+/var/lib/citadel-webcit/static.local /usr/share/citadel-webcit/static.local

Added: webcit/trunk/debian/dirs
===================================================================
--- webcit/trunk/debian/dirs	                        (rev 0)
+++ webcit/trunk/debian/dirs	2009-03-01 11:58:11 UTC (rev 237)
@@ -0,0 +1 @@
+/var/lib/citadel-webcit

Modified: webcit/trunk/debian/rules
===================================================================
--- webcit/trunk/debian/rules	2009-03-01 11:38:24 UTC (rev 236)
+++ webcit/trunk/debian/rules	2009-03-01 11:58:11 UTC (rev 237)
@@ -93,6 +93,7 @@
 	dh_installdirs
 	$(MAKE) install-bin install-locale install-wwwdata DESTDIR=$(DESTDIR)
 	chmod -R a-x $(DESTDIR)/usr/share/citadel-webcit/static/*
+	mv $(DESTDIR)/usr/share/citadel-webcit/static.local $(DESTDIR)/var/lib/citadel-webcit
 	find $(DESTDIR)/usr/share/locale/ -name webcit.mo -exec chmod a-x {} \;
 	rm $(DESTDIR)/usr/share/citadel-webcit/static/prototype.js
 	rm $(DESTDIR)/usr/share/citadel-webcit/static/scriptaculous.js




More information about the Pkg-citadel-commit mailing list