[Pkg-ocaml-maint-commits] [coccinelle] 03/03: Standards-Version 3.9.5 — no changes needed

2013-12-22 Thread Eugeniy Meshcheryakov
This is an automated email from the git hooks/post-receive script.

eugen pushed a commit to branch master
in repository coccinelle.

commit 2b2e73fbcce1065946757e859c17dfe9d1e512ed
Author: Eugeniy Meshcheryakov eu...@debian.org
Date:   Sun Dec 22 22:54:58 2013 +0100

Standards-Version 3.9.5 — no changes needed
---
 debian/changelog | 3 ++-
 debian/control   | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 97c8f9b..7ae7059 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ coccinelle (1.0.0~rc19.deb-2) unstable; urgency=medium
 
   * Fix the clean target
   * Enable the testsuite
+  * Standards-Version 3.9.5 — no changes needed
 
- -- Євгеній Мещеряков eu...@debian.org  Sun, 22 Dec 2013 22:52:57 +0100
+ -- Євгеній Мещеряков eu...@debian.org  Sun, 22 Dec 2013 22:54:39 +0100
 
 coccinelle (1.0.0~rc19.deb-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 7347e14..3568e10 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Build-Depends:
  texlive-latex-base,
  texlive-latex-extra,
  texlive-latex-recommended
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 Homepage: http://coccinelle.lip6.fr
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/coccinelle.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/coccinelle.git

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-ocaml-maint/packages/coccinelle.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

[Pkg-ocaml-maint-commits] [coccinelle] 01/03: Fix the clean target

2013-12-22 Thread Eugeniy Meshcheryakov
This is an automated email from the git hooks/post-receive script.

eugen pushed a commit to branch master
in repository coccinelle.

commit 342a7b8ad49823a1291b45ce0fe69b5974ab61af
Author: Eugeniy Meshcheryakov eu...@debian.org
Date:   Sun Dec 22 22:37:34 2013 +0100

Fix the clean target
---
 debian/changelog | 6 ++
 debian/rules | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 257c86c..7a2e323 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+coccinelle (1.0.0~rc19.deb-2) unstable; urgency=medium
+
+  * Fix the clean target
+
+ -- Євгеній Мещеряков eu...@debian.org  Sun, 22 Dec 2013 22:37:23 +0100
+
 coccinelle (1.0.0~rc19.deb-1) unstable; urgency=medium
 
   * New upstream RC 
diff --git a/debian/rules b/debian/rules
index 673f2e3..7cf2e3d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -63,8 +63,8 @@ override_dh_auto_install-indep:
# Nothing
 
 override_dh_auto_clean:
-   $(MAKE) CLEANSUBDIRS=\$$\(MAKESUBDIRS\) distclean
-   rm -rf texmf-var texmf-config
+   $(MAKE) distclean
+   rm -rf myocamlbuild.ml python/.depend texmf-var texmf-config
 
 override_dh_compress:
dh_compress -X.pdf -X.cocci -X.c

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-ocaml-maint/packages/coccinelle.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

[Pkg-ocaml-maint-commits] [coccinelle] branch master updated (52ed624 - 2b2e73f)

2013-12-22 Thread Eugeniy Meshcheryakov
This is an automated email from the git hooks/post-receive script.

eugen pushed a change to branch master
in repository coccinelle.

  from  52ed624   New upstream RC
   new  342a7b8   Fix the clean target
   new  7578f24   Enable the testsuite
   new  2b2e73f   Standards-Version 3.9.5 — no changes needed

The 3 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 8 
 debian/control   | 2 +-
 debian/rules | 6 +++---
 3 files changed, 12 insertions(+), 4 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-ocaml-maint/packages/coccinelle.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

[Pkg-ocaml-maint-commits] [coccinelle] 02/03: Enable the testsuite

2013-12-22 Thread Eugeniy Meshcheryakov
This is an automated email from the git hooks/post-receive script.

eugen pushed a commit to branch master
in repository coccinelle.

commit 7578f2476f9821f77ccaa6459a54bdc649ee1f19
Author: Eugeniy Meshcheryakov eu...@debian.org
Date:   Sun Dec 22 22:53:17 2013 +0100

Enable the testsuite
---
 debian/changelog | 3 ++-
 debian/rules | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7a2e323..97c8f9b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 coccinelle (1.0.0~rc19.deb-2) unstable; urgency=medium
 
   * Fix the clean target
+  * Enable the testsuite
 
- -- Євгеній Мещеряков eu...@debian.org  Sun, 22 Dec 2013 22:37:23 +0100
+ -- Євгеній Мещеряков eu...@debian.org  Sun, 22 Dec 2013 22:52:57 +0100
 
 coccinelle (1.0.0~rc19.deb-1) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 7cf2e3d..065eb00 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,7 +38,7 @@ override_dh_auto_build-indep:
TEXMFVAR=$(CURDIR)/texmf-var TEXMFCONFIG=$(CURDIR)/texmf-config 
$(MAKE) $(COCCI_FLAGS) -C docs/manual all-pdf
 
 override_dh_auto_test:
-   # Nothing
+   $(MAKE) check
 
 override_dh_auto_install-arch:
$(MAKE) DESTDIR=$(CURDIR)/debian/coccinelle $(COCCI_FLAGS) install 
install-bash

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-ocaml-maint/packages/coccinelle.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

[Pkg-ocaml-maint-commits] [coccinelle] annotated tag debian/1.0.0_rc19.deb-2 created (now 77fa9bf)

2013-12-22 Thread Eugeniy Meshcheryakov
This is an automated email from the git hooks/post-receive script.

eugen pushed a change to annotated tag debian/1.0.0_rc19.deb-2
in repository coccinelle.

at  77fa9bf   (tag)
   tagging  2b2e73fbcce1065946757e859c17dfe9d1e512ed (commit)
  replaces  debian/1.0.0_rc19.deb-1
 tagged by  Eugeniy Meshcheryakov
on  Sun Dec 22 23:05:56 2013 +0100

- Log -
coccinelle Debian release 1.0.0~rc19.deb-2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)

iEYEABECAAYFAlK3YkQACgkQKaC6+zmozOJ1QQCeMJrrzWbSBuUNdLiySwHbuJEi
+7cAnRi8vSL1lVxhojC7hX3qRaSZlTNC
=vBgD
-END PGP SIGNATURE-

Eugeniy Meshcheryakov (3):
  Fix the clean target
  Enable the testsuite
  Standards-Version 3.9.5 — no changes needed

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-ocaml-maint/packages/coccinelle.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