~ubuntu-branches/ubuntu/lucid/virtuoso-opensource/lucid

« back to all changes in this revision

Viewing changes to binsrc/tests/suite/clean.sh

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-02-05 01:22:09 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100205012209-h2dhz20vxpx55oam
Tags: 6.1.0-0ubuntu1
* New upstream release
* Sync with Debian packaging from Git
 - Add no_do_os_calls.diff patch, don't allow do_os_calls
 - Install to /usr/lib/virtuoso instead of /usr/bin, not a user
   binary
 - virtuoso-t installed to /usr/lib/virtuoso/
* Update build-gmake-to-make.patch
* Add package virtuoso-nepomuk to install only the files needed by nepomuk
* Remove virtuoso-nepomuk files from virtuoso-opensource-6.0-bin and libvirtodbc0
* Add virtuoso-opensource-6.0-bin.links to link to virtuoso-t from /usr/bin
* libvirtodbc0 and virtuoso-opensource-6.0-bin depends on virtuoso-nepomuk
* Remove build-dep on libwbxml2-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
2
#
3
 
#  $Id: clean.sh,v 1.10 2009/10/14 14:13:31 source Exp $
 
3
#  $Id: clean.sh,v 1.8.2.3 2009/11/17 21:01:00 source Exp $
4
4
#
5
5
#  Cleanup after running the testsuite
6
6
#
90
90
rm -f witemp.cfg
91
91
rm -f xmemdump.txt
92
92
rm -f xslt.vsp
93
 
rm -f virtuoso.cpt-after-recov
94
93
 
95
94
#
96
95
#  Removing directories
131
130
rm -rf vspx
132
131
rm -rf wcopy
133
132
rm -rf xslt
 
133
rm -rf cl?
134
134
rm -rf tpcdremote[12]
135
135
 
136
136
exit 0