1
0
Fork 0

Adding debian version 1.0.0-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-05 07:43:24 +01:00
parent 70c11d34fc
commit f8c1d7df47
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
6 changed files with 94 additions and 0 deletions

23
debian/control vendored Normal file
View file

@ -0,0 +1,23 @@
Source: python-feedgen
Section: python
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-lxml <!nocheck>,
python3-setuptools,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/lkiesow/python-feedgen
Package: python3-feedgen
Section: python
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: generate ATOM and RSS feeds (Python)
This Python module can be used to generate web feeds in both ATOM and RSS
format.