File: control

package info (click to toggle)
dumbster 1.6%2Bdebian-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 208 kB
  • ctags: 174
  • sloc: java: 714; xml: 93; makefile: 11; sh: 6
file content (30 lines) | stat: -rw-r--r-- 995 bytes parent folder | download
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
Source: dumbster
Section: java
Priority: extra
Maintainer: Stefan Denker <Stefan+Debian@dn-kr.de>
Build-Depends: cdbs, debhelper (>= 7.0.50~)
Build-Depends-Indep: 
   default-jdk
 , libgnumail-java
 , junit
 , ant
 , ant-optional
Standards-Version: 3.9.2
Homepage: http://quintanasoft.com/dumbster/

Package: libdumbster-java
Architecture: all
Depends: ${shlibs:Depends}
 , ${misc:Depends}
 , libgnumail-java
Suggests: junit
Description: very simple fake SMTP Server for testing purposes
 The Dumbster is a very simple fake SMTP server designed for unit and
 system testing applications that send email messages. It responds to all
 standard SMTP commands but does not deliver messages to the user. The
 messages are stored within the Dumbster for later extraction and
 verification.
 .
 The Dumbster slots itself very easily into your testing strategy. As long
 as your application talks to an email server using SMTP then the Dumbster
 can be used to test the application with no code changes