-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmanifest.xml
34 lines (34 loc) · 1.15 KB
/
manifest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<package>
<description brief="Automated packaging for autoproj">
This Ruby library performs automated packaging for repositories, which have been defined with the help of autoproj
</description>
<author>Thomas Roehr/[email protected]</author>
<author>Pierre Willenbrock/[email protected]</author>
<author>Sylvain Joyeux/[email protected]</author>
<maintainer>Thomas Roehr/[email protected]</maintainer>
<copyright>
DFKI/[email protected]
</copyright>
<license>New BSD</license>
<depend package="autoproj" optional="1"/>
<depend package="utilrb" />
<depend package="yard" />
<depend package="dh-autoreconf" />
<depend package="cdbs" />
<depend package="cmake" />
<depend package="apt-utils" />
<depend package="cowbuilder" />
<depend package="debian-archive-keyring" />
<depend package="qemu" />
<depend package="gem2deb" />
<depend package="curl" />
<depend package="thor" />
<test_depend package="flexmock" />
<test_depend package="minitest" />
<stage>1</stage>
<activity>active</activity>
<keywords>
<keyword>utilities</keyword>
<keyword>packaging</keyword>
</keywords>
</package>