~ubuntu-branches/ubuntu/jaunty/aspectc++/jaunty

« back to all changes in this revision

Viewing changes to debian/cleanup-source.sh

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2008-07-07 14:41:02 UTC
  • mfrom: (1.1.3 upstream) (6.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080707144102-lzml7t07f3sl00r5
Tags: 1.0pre4~svn.20080711-1
* new upstream snapshot.
* include all upstream documentation. Clarifying emails regarding
  licensing has been included into debian/copyright.
* reformat description following recomendations of
  http://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Description
  (Closes: #480316)

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
# executed in the root directory of the unapacked aspectc++ source tree
27
27
 
28
 
# remove unproperly licensed documentation :(
29
 
 
30
 
# no copyright information on any of these files
31
 
rm -frv Ag++/doc
32
 
 
33
 
# Remove all documentation from AspectC++. Most of this is copyright by
34
 
# Pure Systems, and response for licensing is still pending :(
35
 
rm -frv AspectC++/doc/
36
 
 
37
 
# dito for Puma :(
38
 
rm -frv Puma/doc/UsersManual
39
 
 
40
28
# weave Puma, requires installed package aspectc++
41
29
make -C Puma weave
42
30
make -C Puma tools-clean docs-clean examples-clean libclean