[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.5.2-2-g8749135



The following commit has been merged in the master branch:
commit 8749135ce9803c1e980d4ddae96708c55c47992f
Author: Jeremiah C. Foster <jeremiah@jeremiahfoster.com>
Date:   Thu Aug 11 15:07:32 2011 +0200

    Added first draft of developer documentation.
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/debian/changelog b/debian/changelog
index face7a9..0c9d444 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,10 @@ lintian (2.5.3) UNRELEASED; urgency=low
     + [NT] Added some corrections for "remove" etc.  Thanks to
       Jakub Wilk for spotting those.
 
+  * doc/README.developers:
+    + [NT] New file.  Thanks to Jeremiah C. Foster for the initial
+      contribution.
+
  -- Niels Thykier <niels@thykier.net>  Wed, 10 Aug 2011 21:09:24 +0200
 
 lintian (2.5.2) unstable; urgency=low
diff --git a/doc/README.developers b/doc/README.developers
new file mode 100644
index 0000000..1cb3007
--- /dev/null
+++ b/doc/README.developers
@@ -0,0 +1,15 @@
+README file for developers of Lintian
+=====================================
+
+Lintian dissects Debian packages and tries to find bugs and policy
+violations. It contains automated checks for many aspects of Debian
+policy as well as some checks for common errors.
+
+This document describes how you can contribute to Lintian's
+development as well as adapt it to your needs.
+
+Lintian has a large code base which has as its starting point the
+directory "frontend". This directory holds the "lintian" executable.
+This is what gets called when a user calls lintian. The frontend
+then calls the lintian checks which run over the Debian package
+that Lintian is checking.

-- 
Debian package checker


Reply to: