~ubuntu-branches/ubuntu/jaunty/drupal6/jaunty-updates

« back to all changes in this revision

Viewing changes to debian/drupal6.prerm

  • Committer: Bazaar Package Importer
  • Author(s): Luigi Gangitano, Luigi Gangitano
  • Date: 2008-10-24 23:06:15 UTC
  • Revision ID: james.westby@ubuntu.com-20081024230615-qjvm6apu7wl48kb0
Tags: 6.6-1
[ Luigi Gangitano ]  
* Urgency high due to security fixes

* New upstream release
  - Fixes two security vulnerabilities
    (Ref: SA-2008-067, CVE-TBA) (Closes: #503222)

* debian/drual6.postrm
  - Fixed missing -e option to make lintian happy

* 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

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/bash
 
2
# prerm script for ${package_name}
 
3
#
 
4
 
 
5
set -e
 
6
 
 
7
. /usr/share/debconf/confmodule
 
8
. /usr/share/dbconfig-common/dpkg/prerm
 
9
dbc_go drupal6 $@
 
10
 
 
11
#DEBHELPER#
 
12
 
 
13
exit 0
 
14