[Pkg-drupal-commits] r1967 - in /branches/drupal-5.0/debian: changelog control links rules

luigi at users.alioth.debian.org luigi at users.alioth.debian.org
Sun Nov 30 23:36:22 UTC 2008


Author: luigi
Date: Sun Nov 30 23:36:22 2008
New Revision: 1967

URL: http://svn.debian.org/wsvn/pkg-drupal/?sc=1&rev=1967
Log:
Added dependency on libjs-jquery and use jquery.js from it

Modified:
    branches/drupal-5.0/debian/changelog
    branches/drupal-5.0/debian/control
    branches/drupal-5.0/debian/links
    branches/drupal-5.0/debian/rules

Modified: branches/drupal-5.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-drupal/branches/drupal-5.0/debian/changelog?rev=1967&op=diff
==============================================================================
--- branches/drupal-5.0/debian/changelog (original)
+++ branches/drupal-5.0/debian/changelog Sun Nov 30 23:36:22 2008
@@ -15,6 +15,9 @@
 
   * debian/control
     - Bumped Standard-Version to 3.8.0, no change needed
+
+  * debian/{control,rules,links}
+    - Added dependency on libjs-jquery and use jquery.js from it
 
  -- Luigi Gangitano <luigi at debian.org>  Mon, 01 Dec 2008 00:09:54 +0100
 

Modified: branches/drupal-5.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-drupal/branches/drupal-5.0/debian/control?rev=1967&op=diff
==============================================================================
--- branches/drupal-5.0/debian/control (original)
+++ branches/drupal-5.0/debian/control Sun Nov 30 23:36:22 2008
@@ -9,7 +9,7 @@
 
 Package: drupal5
 Architecture: all
-Depends: ${debconf-depends}, apache2 | httpd, php5, php5-mysql | php5-pgsql, php5-gd, exim4 | mail-transport-agent, wwwconfig-common (>= 0.0.37), mysql-client | virtual-mysql-client | postgresql-client, dbconfig-common, curl
+Depends: ${debconf-depends}, apache2 | httpd, php5, php5-mysql | php5-pgsql, php5-gd, exim4 | mail-transport-agent, wwwconfig-common (>= 0.0.37), mysql-client | virtual-mysql-client | postgresql-client, dbconfig-common, curl, libjs-query
 Recommends: mysql-server | postgresql
 Description: a fully-featured content management framework
  Drupal is a dynamic web site platform which allows an individual or

Modified: branches/drupal-5.0/debian/links
URL: http://svn.debian.org/wsvn/pkg-drupal/branches/drupal-5.0/debian/links?rev=1967&op=diff
==============================================================================
--- branches/drupal-5.0/debian/links (original)
+++ branches/drupal-5.0/debian/links Sun Nov 30 23:36:22 2008
@@ -2,3 +2,4 @@
 etc/drupal/5/sites		usr/share/drupal5/sites
 etc/drupal/5/profiles	usr/share/drupal5/profiles
 var/lib/drupal5/files	usr/share/drupal5/files
+usr/share/javascript/jquery/jquery.js	usr/share/drupal5/misc/jquery.js

Modified: branches/drupal-5.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-drupal/branches/drupal-5.0/debian/rules?rev=1967&op=diff
==============================================================================
--- branches/drupal-5.0/debian/rules (original)
+++ branches/drupal-5.0/debian/rules Sun Nov 30 23:36:22 2008
@@ -49,6 +49,8 @@
 	find $(CURDIR)/debian/$(PACKAGE)/usr/share/drupal5/themes \
 	  -name '*.png' -o -name '*.jpg' | xargs chmod a-x
 	chmod +x $(CURDIR)/debian/$(PACKAGE)/usr/share/drupal5/scripts/*
+	rm $(CURDIR)/debian/$(PACKAGE)/usr/share/drupal5/misc/jquery.js
+
 
 	install -m640 .htaccess debian/drupal5/etc/drupal/5/htaccess
 	#install -m644 database/database.4.1.mysql debian/drupal5/usr/share/dbconfig-common/data/drupal5/install/mysql




More information about the Pkg-drupal-commits mailing list