diff options
| author | courant | 2003-06-27 13:35:03 +0000 |
|---|---|---|
| committer | courant | 2003-06-27 13:35:03 +0000 |
| commit | afe6690652949d92bfbcf34194836364884b7111 (patch) | |
| tree | 5a5dc1f4c8c681f6cb2156dd6083a4671364e700 /distrib | |
| parent | 293b31aab50f0b7f947960ce15bf9ae6b6d576de (diff) | |
*** empty log message ***
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4209 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'distrib')
| -rw-r--r-- | distrib/Makefile | 1 | ||||
| -rw-r--r-- | distrib/debian/changelog | 3 | ||||
| -rwxr-xr-x | distrib/debian/rules | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/distrib/Makefile b/distrib/Makefile index 4ee9f0f37f..374239ce87 100644 --- a/distrib/Makefile +++ b/distrib/Makefile @@ -319,6 +319,7 @@ prep-deb: ${COQDEBORIG}.tar.gz ${COQPACKAGE}.tar.gz cd deb_build ; tar xzf ../${COQPACKAGE}.tar.gz cp -a debian deb_build/${COQPACKAGE} rm -rf deb_build/${COQPACKAGE}/debian/CVS + date > prep-deb deb: prep-deb cd deb_build/${COQPACKAGE} ; dpkg-buildpackage -rfakeroot -uc -us 2>&1 | tee ../../deb.log diff --git a/distrib/debian/changelog b/distrib/debian/changelog index 6e0a1efc38..727d5264c4 100644 --- a/distrib/debian/changelog +++ b/distrib/debian/changelog @@ -1,8 +1,9 @@ coq (7.4-1) unstable; urgency=low * New upstream version. + * Should now build native on ppc (ocaml bug being fixed) - -- Judicael Courant <Judicael.Courant@lri.fr> Fri, 31 Jan 2003 16:51:03 +0100 + -- Judicael Courant <Judicael.Courant@lri.fr> Wed, 25 Jun 2003 09:49:06 +0200 coq (7.3.1-1) unstable; urgency=low diff --git a/distrib/debian/rules b/distrib/debian/rules index d2b7b3b4e4..d4e1d33768 100755 --- a/distrib/debian/rules +++ b/distrib/debian/rules @@ -15,14 +15,12 @@ ADDPREF=COQINSTALLPREFIX=${COQPREF} TMAKE=timeout 5300 ${MAKE} MAKEQ=${MAKE} -q -CONFIGUREOPTS=--prefix /usr --mandir /usr/share/man --emacslib /usr/share/emacs/site-lisp/coq +CONFIGUREOPTS=--prefix /usr --mandir /usr/share/man --emacslib /usr/share/emacs/site-lisp/coq --reals all configure: configure-stamp configure-stamp: dh_testdir ./configure -opt ${CONFIGUREOPTS} || ./configure ${CONFIGUREOPTS} - # on powerpc, we refuse to use the ".opt" compilers - if [ `arch` = ppc ] ; then ./configure ${CONFIGUREOPTS} ; fi touch configure-stamp build: configure-stamp build-stamp |
