Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2005-12-30 21:45:54 +0100
committerArthur de Jong <arthur@arthurdejong.org>2005-12-30 21:45:54 +0100
commit30af4325d2565142ebdf868e9ee82c20ad6c118e (patch)
tree5aadd80d0863f522c008ef7185f1034be7fbbe54 /debian/control
parenta24b1ff725d6513a56067b853ac57e1909cef80b (diff)
import updated Debian package configuration data, partially from old webcheck package
git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@207 86f53f14-5ff3-0310-afe5-9b438ce3f40c
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control26
1 files changed, 26 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..927631d
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,26 @@
+Source: webcheck
+Section: web
+Priority: extra
+Maintainer: Arthur de Jong <adejong@debian.org>
+Standards-Version: 3.6.2
+Build-Depends-Indep: debhelper (>= 4), python
+
+Package: webcheck
+Architecture: all
+Depends: ${python:Depends}
+Suggests: lynx | www-browser
+Provides: linbot
+Conflicts: linbot
+Replaces: linbot
+Description: website link and structure checker
+ webcheck is a website checking tool for webmasters. It crawls a given
+ website and generates a number of reports in the form of html pages.
+ It is easy to use and generates simple, clear and readable reports.
+ .
+ Features of webcheck include:
+ * support for http, https, ftp and file schemes
+ * view the structure of a site
+ * track down broken links
+ * find potentially outdated and new pages
+ * list links pointing to external sites
+ * can run without user intervention