[Pkg-ocaml-maint-commits] [SCM] atdgen packaging branch, master, updated. debian/1.0.1-1-8-g5a55334
Stephane Glondu
steph at glondu.net
Mon Jul 11 19:09:53 UTC 2011
The following commit has been merged in the master branch:
commit a4938a5f5bfaedd9b9c8336a657bfb5f4e3c6a73
Author: Stephane Glondu <steph at glondu.net>
Date: Thu Jul 7 13:54:58 2011 +0200
New upstream release
diff --git a/debian/changelog b/debian/changelog
index 7d34ffb..687a4f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+atdgen (1.2.0-1) UNRELEASED; urgency=low
+
+ * New upstream release
+
+ -- Stéphane Glondu <glondu at debian.org> Thu, 07 Jul 2011 13:54:55 +0200
+
atdgen (1.0.1-1) unstable; urgency=low
* Initial release. (Closes: #605671)
diff --git a/debian/patches/debian-changes-1.0.1-1 b/debian/patches/debian-changes-1.0.1-1
index 8af59af..3e8c073 100644
--- a/debian/patches/debian-changes-1.0.1-1
+++ b/debian/patches/debian-changes-1.0.1-1
@@ -24,19 +24,34 @@ Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>
---- atdgen-1.0.1.orig/Makefile
-+++ atdgen-1.0.1/Makefile
-@@ -212,8 +212,11 @@ clean:
- test.bin test-2.bin test.json test-2.json \
- test.ml test.mli testj.ml testj.mli \
- test2.ml test2.mli test2j.ml test2j.mli \
-- ag_doc_lexer.ml
+--- a/Makefile
++++ b/Makefile
+@@ -263,9 +263,13 @@ clean:
+ test3j.mli test3j.ml \
+ test4.mli test4.ml test4j.mli test4j.ml \
+ ag_doc_lexer.ml
- rm -rf odoc testdoc
-+ ag_doc_lexer.ml ag_version.ml META
-+
++ rm -f ag_version.ml META VERSION
+ cd manual && $(MAKE) clean
+
+.PHONY: distclean
+distclean: clean
+ -$(RM) -r odoc testdoc
-
++
.PHONY: release
+ release:
+--- a/manual/Makefile
++++ b/manual/Makefile
+@@ -40,6 +40,9 @@ atdgen-manual.pdf: $(TEXFILES)
+
+ clean:
+ rm -f *.aux *.toc *.log *.out *.haux *.htoc *.fls \
+- atdgen-body.tex atdgen-manual.tex atdgen-manual.pdf \
+- atdgen-manual.txt atdgen-manual.html \
++ atdgen-body.tex atdgen-manual.tex \
+ *.mlx.ml
++
++.PHONY: distclean
++distclean:
++ rm -f atdgen-manual.pdf atdgen-manual.txt atdgen-manual.html
--
atdgen packaging
More information about the Pkg-ocaml-maint-commits
mailing list