From bb08a887b65a76da05885018c831ed14432d50b6 Mon Sep 17 00:00:00 2001 From: Stephane Glondu Date: Fri, 6 Aug 2010 16:19:50 -0400 Subject: New upstream release candidate --- debian/changelog | 6 ++++++ .../0001-Fix-installation-of-emacs-files.patch | 22 ---------------------- debian/patches/series | 1 - 3 files changed, 6 insertions(+), 23 deletions(-) delete mode 100644 debian/patches/0001-Fix-installation-of-emacs-files.patch delete mode 100644 debian/patches/series diff --git a/debian/changelog b/debian/changelog index d2c2814f..d5f73658 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +coq (8.3~rc1+dfsg-1) UNRELEASED; urgency=low + + * New upstream release candidate + + -- Stéphane Glondu Fri, 06 Aug 2010 16:19:30 -0400 + coq (8.3~beta0+13323-1) experimental; urgency=low * New upstream snapshot diff --git a/debian/patches/0001-Fix-installation-of-emacs-files.patch b/debian/patches/0001-Fix-installation-of-emacs-files.patch deleted file mode 100644 index 055c983b..00000000 --- a/debian/patches/0001-Fix-installation-of-emacs-files.patch +++ /dev/null @@ -1,22 +0,0 @@ -From: Stephane Glondu -Date: Sat, 24 Jul 2010 20:14:50 +0200 -Subject: [PATCH] Fix installation of emacs files - ---- - Makefile.build | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/Makefile.build b/Makefile.build -index a7ae1e2..e86baec 100644 ---- a/Makefile.build -+++ b/Makefile.build -@@ -623,7 +623,7 @@ install-coq-manpages: - - install-emacs: - $(MKDIR) $(FULLEMACSLIB) -- $(INSTALLLIB) tools/coq.el tools/coq-inferior.el $(FULLEMACSLIB) -+ $(INSTALLLIB) tools/coq-db.el tools/coq-font-lock.el tools/coq-syntax.el tools/coq.el tools/coq-inferior.el $(FULLEMACSLIB) - - # command to update TeX' kpathsea database - #UPDATETEX = $(MKTEXLSR) /usr/share/texmf /var/spool/texmf $(BASETEXDIR) > /dev/null --- diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 07593e59..00000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -0001-Fix-installation-of-emacs-files.patch -- cgit v1.2.3