[Pkg-drupal-commits] r1956 - in /branches/drupal6/debian: changelog control links rules

luigi at users.alioth.debian.org luigi at users.alioth.debian.org
Fri Oct 24 21:45:10 UTC 2008


Author: luigi
Date: Fri Oct 24 21:45:10 2008
New Revision: 1956

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

Modified:
    branches/drupal6/debian/changelog
    branches/drupal6/debian/control
    branches/drupal6/debian/links
    branches/drupal6/debian/rules

Modified: branches/drupal6/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-drupal/branches/drupal6/debian/changelog?rev=1956&op=diff
==============================================================================
--- branches/drupal6/debian/changelog (original)
+++ branches/drupal6/debian/changelog Fri Oct 24 21:45:10 2008
@@ -12,6 +12,12 @@
 
   * debian/patches/10_cronjob.dpatch
     - Added patch descritpion to make lintian happy
+
+  * 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>  Fri, 24 Oct 2008 23:06:15 +0200
 

Modified: branches/drupal6/debian/control
URL: http://svn.debian.org/wsvn/pkg-drupal/branches/drupal6/debian/control?rev=1956&op=diff
==============================================================================
--- branches/drupal6/debian/control (original)
+++ branches/drupal6/debian/control Fri Oct 24 21:45:10 2008
@@ -4,13 +4,13 @@
 Maintainer: Luigi Gangitano <luigi at debian.org>
 Build-Depends: debhelper (>= 4), dpatch
 Homepage: http://www.drupal.org/
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Xs-Vcs-Svn: svn://alioth.debian.org/svn/pkg-drupal/branches/drupal6
 Xs-Vcs-Browser: http://svn.debian.org/wsvn/pkg-drupal/branches/drupal6
 
 Package: drupal6
 Architecture: all
-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: 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-jquery
 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/drupal6/debian/links
URL: http://svn.debian.org/wsvn/pkg-drupal/branches/drupal6/debian/links?rev=1956&op=diff
==============================================================================
--- branches/drupal6/debian/links (original)
+++ branches/drupal6/debian/links Fri Oct 24 21:45:10 2008
@@ -2,3 +2,4 @@
 etc/drupal/6/sites		usr/share/drupal6/sites
 etc/drupal/6/profiles	usr/share/drupal6/profiles
 var/lib/drupal6/files	etc/drupal/6/sites/default/files
+usr/share/javascript/jquery/jquery.js	usr/share/drupal6/misc/jquery.js

Modified: branches/drupal6/debian/rules
URL: http://svn.debian.org/wsvn/pkg-drupal/branches/drupal6/debian/rules?rev=1956&op=diff
==============================================================================
--- branches/drupal6/debian/rules (original)
+++ branches/drupal6/debian/rules Fri Oct 24 21:45:10 2008
@@ -29,6 +29,7 @@
 	find $(CURDIR)/debian/$(PACKAGE)/usr/share/drupal6 \
 	  -name '*.png' -o -name '*.jpg' | xargs chmod a-x
 	chmod +x $(CURDIR)/debian/$(PACKAGE)/usr/share/drupal6/scripts/*
+    rm $(CURDIR)/debian/$(PACKAGE)/usr/share/drupal6/misc/jquery.js
 
 	install -m640 .htaccess debian/drupal6/etc/drupal/6/htaccess
 	install -m644 debian/drupal6.lintian debian/drupal6/usr/share/lintian/overrides/drupal6




More information about the Pkg-drupal-commits mailing list