erc-commit
[Top][All Lists]
Advanced

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

[Erc-commit] [commit][emacs22] Makefile: Run linda as well as lintian


From: mwolson
Subject: [Erc-commit] [commit][emacs22] Makefile: Run linda as well as lintian
Date: Sun, 14 Oct 2007 00:48:58 -0400

commit bf6f3b56efe8de91c99f4fc531c8d9ee83c4ad91
Author: Michael Olson <address@hidden>
Date:   Sun Apr 1 18:47:24 2007 +0000

    Makefile: Run linda as well as lintian
    
    
    git-archimport-id: address@hidden/erc--rel--5.2--patch-18

diff --git a/ChangeLog b/ChangeLog
index 8e0fd37..8228b98 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,6 +29,7 @@
        (DISTRIBUTOR): New variable used to differentiate between building
        packages for Ubuntu and Debian.
        (debrelease, debrevision): Use it.
+       (debbuild): Run linda in addition to lintian.
 
        * NEWS: Mention extras tarball.  Note which files have been
        renamed.  Note that erc-list is enabled by default, except in
diff --git a/Makefile b/Makefile
index a504329..98ff913 100644
--- a/Makefile
+++ b/Makefile
@@ -104,6 +104,9 @@ debbuild:
          echo "Running lintian ..." && \
          lintian -i ../erc_$(VERSION)*.deb || : && \
          echo "Done running lintian." && \
+         echo "Running linda ..." && \
+         linda -i ../erc_$(VERSION)*.deb || : && \
+         echo "Done running linda." && \
          debsign)
 
 debrelease: debprepare




reply via email to

[Prev in Thread] Current Thread [Next in Thread]