summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Stephane Glondu <steph@glondu.net>2010-08-06 16:19:50 -0400
committerGravatar Stephane Glondu <steph@glondu.net>2010-08-10 13:22:00 -0400
commitbb08a887b65a76da05885018c831ed14432d50b6 (patch)
tree3a7966522bcd1be3b0144d5a027c8a62786aebfd
parent907320d6b0bfe4728337815b1e6a5ffd5fcebc4d (diff)
New upstream release candidate
-rw-r--r--debian/changelog6
-rw-r--r--debian/patches/0001-Fix-installation-of-emacs-files.patch22
-rw-r--r--debian/patches/series1
3 files changed, 6 insertions, 23 deletions
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 <glondu@debian.org> 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 <steph@glondu.net>
-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