~ubuntu-branches/ubuntu/maverick/aspectc++/maverick

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2008-04-10 17:40:52 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080410174052-xdnsm7oi8hauyyf1
Tags: 1.0pre4~svn.20080409+dfsg-3
Fix another missing include, this time in Ag++/StdSystem.cc

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: aspectc++
2
2
Section: devel
3
3
Priority: optional
4
 
Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
5
 
XSBC-Original-Maintainer: Reinhard Tartler <siretart@tauware.de>
6
 
Uploaders: Antonio S. de A. Terceiro <asaterceiro@inf.ufrgs.br>
 
4
Maintainer: Reinhard Tartler <siretart@tauware.de>
7
5
Build-Depends: debhelper (>= 4.0.0), libxml2-dev, docbook-to-man
8
 
Standards-Version: 3.6.2
 
6
Build-Depends-Indep: doxygen, graphviz, gsfonts
 
7
Standards-Version: 3.7.3
 
8
Homepage: http://www.aspectc.org
 
9
Vcs-Browser: http://codebrowse.launchpad.net/~siretart/aspect++/debian
 
10
Vcs-Bzr: http://bazaar.launchpad.net/~siretart/aspectc++/debian
9
11
 
10
12
Package: aspectc++
11
13
Architecture: any
15
17
 - an aspect language extension to C++.
16
18
 - an aspect weaver that does source-to-source translation.
17
19
 .
18
 
 AspectC++ provides for C++ more or less the same features that its best known
 
20
 AspectC++ provides for C++ similar features like its best known
19
21
 cousin, AspectJ, provides for Java.
20
 
 .
21
 
 Homepage: http://www.aspectc.org
 
22
 
 
23
Package: libpuma-dev
 
24
Architecture: any
 
25
Section: libdevel
 
26
Suggests: libpuma-doc
 
27
Description: C/C++/AspectC++ Scanner and Parsers
 
28
 libPuma is a library written in C++ for Scanning and Parsing C++
 
29
 Code. It also does some semantic analysis.
 
30
 .
 
31
 It was written to faciliate the development for tools, which manipulate
 
32
 and/or transfor C/C++ Code.
 
33
 .
 
34
 This package ships a static copy of libPuma only.
 
35
 
 
36
Package: libpuma-doc
 
37
Architecture: all
 
38
Section: doc
 
39
Description: C/C++/AspectC++ Scanner and Parsers
 
40
 libPuma is a library written in C++ for Scanning and Parsing C++
 
41
 Code. It also does some semantic analysis.
 
42
 .
 
43
 It was written to faciliate the development for tools, which manipulate
 
44
 and/or transfor C/C++ Code.
 
45
 .
 
46
 This package ships doxygen generated documentation for Puma.
 
47