diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-09-19 08:38:15 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-09-19 08:38:15 +0200 |
commit | b4d4867b851bb2f22bf18aa5f109bd2533d5736f (patch) | |
tree | 04b62d50d5e361902c945d29c95713f1a7655401 /debian/control |
Initial import of mwc version 1.7.2-1
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..059e6d5 --- /dev/null +++ b/debian/control @@ -0,0 +1,29 @@ +Source: mwc +Section: utils +Priority: optional +Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net> +Build-Depends: + debhelper (>= 9), + dh-python, + python3 | python3-all | python3-dev | python3-all-dev +Standards-Version: 3.9.5 +Homepage: https://github.com/Debianguru/MailWebsiteChanges +Vcs-Git: git://anonscm.debian.org/collab-maint/mwc.git +Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/mwc.git + +Package: mwc +Architecture: all +Depends: + ${misc:Depends}, + ${python3:Depends}, + python3 | python3-all | python3-dev | python3-all-dev, + python3-lxml, + python-cssselect +Description: Powerful website-tracking tool + MailWebsiteChanges is a Python script to keep track of website + changes; sends email notifications on updates and/or also + provides an RSS feed. + . + To specify which parts of a website should be monitored, XPath + selectors, CSS selectors, and regular expressions can be used + (just choose the tools you like!). |