~ubuntu-branches/ubuntu/vivid/cl-portable-aserve/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/cl-htmlgen.preinst

  • Committer: Bazaar Package Importer
  • Author(s): Peter Van Eynde
  • Date: 2009-09-09 06:04:44 UTC
  • mfrom: (0.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090909060444-er4xzy8zw9m7iwlr
Tags: 1.2.42+cvs.2008.08.15-dfsg-1
* New upstream. Minor changes.
* Added debian/README.building file
* Now use debhelper v7
* changed to lisp Section
* Re-added dependencies on cl-ppcre and cl-puri. (Closes: #478881)
* Added eval-when for shadowing-import for openmcl. Closes: #341266
* Removed libs directory from sources
* Make a link to version 2.1 of the LGPL
* Added -e to the preinst scripts
* Added dummy watch file
* Removed pre-dh-lisp files
* fixed doc-base Section

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/bash
2
2
 
 
3
set -e
 
4
 
3
5
pkg=htmlgen
4
6
dir=/usr/share/common-lisp/source/$pkg
5
7