]> git.0d.be Git - django-panik-newsletter.git/blob - debian/control
add support for subscribing to mailman3
[django-panik-newsletter.git] / debian / control
1 Source: django-panik-newsletter
2 Section: python
3 Priority: optional
4 Maintainer: Frederic Peters <fred@radiopanik.org>
5 Build-Depends: debhelper-compat (= 12),
6                python3-all,
7                python3-django,
8                python3-mechanize,
9                python3-setuptools,
10                dh-python
11 Standards-Version: 3.9.1
12
13 Package: python3-django-panik-newsletter
14 Architecture: all
15 Depends: ${python3:Depends}, python3-html2text
16 Description: Panik newsletter (Python 3)
17  django-panik-newsletter holds models/views/etc. for newsletters.
18  .
19  This is the Python 3 version of the package.