This is an automated email from the git hooks/post-receive script.

treinen pushed a commit to branch experimental/master
in repository tuareg-mode.

commit d5c0d1c3e523a4c46657ab2b20ea58561d86d997
Author: Ralf Treinen <trei...@free.fr>
Date:   Sun Mar 22 10:05:31 2015 +0100

    bump standards version; drop .PHONYs from debian/rules
---
 debian/changelog | 15 ++++++++++-----
 debian/control   |  2 +-
 debian/rules     |  5 -----
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 72c5da6..588060a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,17 @@
 tuareg-mode (1:2.0.9-1) experimental; urgency=medium
 
-  * new upstream release.
-  * debian/watch: switch to new upstream site at github.
+  * New upstream release. This release fixes a bad interaction with
+    show-paren-mode (closes: #780805)
+  * debian/rules:
+    - drop override of dh_installchangelogs
+    - install *.el files newly added by upstream
+    - drop spurious .PHONY declarations for dh override targets
+    - drop variable export TUAREGXELDIR 
   * debian/tuareg-mode.docs: README is now README.md
-  * debian/rules: drop override of dh_installchagelogs
-  * debian/rules: install additional *.el files
+  * debian/watch: switch to new upstream site at github.
+  * Standards-version 3.9.6 (no change)
 
- -- Ralf Treinen <trei...@debian.org>  Sat, 21 Mar 2015 22:22:23 +0100
+ -- Ralf Treinen <trei...@debian.org>  Sun, 22 Mar 2015 09:55:39 +0100
 
 tuareg-mode (1:2.0.7-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 7998049..0fd0a22 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders:
  Samuel Mimram <smim...@debian.org>,
  Stéphane Glondu <glo...@debian.org>
 Build-Depends: debhelper (>= 7.0.50~)
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/tuareg-mode.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/tuareg-mode.git
 Homepage: http://tuareg.forge.ocamlcore.org/
diff --git a/debian/rules b/debian/rules
index 4184415..26870a5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,24 +4,19 @@
 #export DH_VERBOSE=1
 
 export TUAREGELDIR=debian/tuareg-mode/usr/share/emacs/site-lisp/tuareg-mode
-export TUAREGXELDIR=debian/tuareg-mode/usr/share/xemacs/site-lisp/tuareg-mode
 
 %:
        dh $@
 
-.PHONY: override_dh_auto_install
 override_dh_auto_install:
        mkdir -p $(TUAREGELDIR)
        cp tuareg.el tuareg_indent.el tuareg-light.el $(TUAREGELDIR)
        cp ocamldebug.el $(TUAREGELDIR)/ocamldebug-tuareg.el
 
-.PHONY: override_dh_installemacsen
 override_dh_installemacsen:
        dh_installemacsen --priority=51
 
-.PHONY: override_dh_auto_build
 override_dh_auto_build:
 
-.PHONY: override_dh_auto_test
 override_dh_auto_test:
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-ocaml-maint/packages/tuareg-mode.git

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to