aboutsummaryrefslogtreecommitdiffhomepage
path: root/distrib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/Makefile')
-rw-r--r--distrib/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/distrib/Makefile b/distrib/Makefile
index 2f6d7ee27..442d7f93d 100644
--- a/distrib/Makefile
+++ b/distrib/Makefile
@@ -25,6 +25,7 @@ WWWDIR=/net/pauillac/infosystems/www/coq
COQPACKAGE=coq-${VERSION}
COQRPMPACKAGE=coq-${VERSION}-${RELEASENUM}
+COQDEBPACKAGE=coq_${VERSION}-${RELEASENUM}_i386.deb
######################
@@ -304,3 +305,4 @@ deb: ${COQPACKAGE}.tar.gz
cd deb_build ; tar xzf ../${COQPACKAGE}.tar.gz
cp -a debian deb_build/${COQPACKAGE}
cd deb_build/${COQPACKAGE} ; dpkg-buildpackage -rfakeroot -uc -us
+ lintian deb_build/${COQDEBPACKAGE}