[Pkg-ocaml-maint-commits] [ocamlweb] 02/02: simplify recommends
Ralf Treinen
treinen at moszumanska.debian.org
Thu May 28 19:31:52 UTC 2015
This is an automated email from the git hooks/post-receive script.
treinen pushed a commit to branch master
in repository ocamlweb.
commit 42a9809c22a7c53143c0c706398b555a19350fa2
Author: Ralf Treinen <treinen at free.fr>
Date: Thu May 28 21:26:19 2015 +0200
simplify recommends
---
debian/changelog | 14 ++++++++------
debian/control | 5 ++---
2 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4eb4417..072f34d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,16 +1,18 @@
-ocamlweb (1.39-1) UNRELEASED; urgency=low
+ocamlweb (1.39-1) unstable; urgency=low
* New upstream release.
- * d/ocamlweb.docs: regexp for html documentation file
- * d/ocamlweb.doc-base: update name of html file.
- * Standards-Version 3.9.6 (no change)
- * d/control: fix URIs in Vcs fields.
+ * d/control:
+ - Standards-Version 3.9.6 (no change)
+ - fix URIs in Vcs fields.
+ - simplify recommended texlive-* packages
* d/copyright:
- fix pattern debian/*
- fix order of Files stanzas
+ * d/ocamlweb.docs: regexp for html documentation file
+ * d/ocamlweb.doc-base: update name of html file.
* add dep8 style package test
- -- Ralf Treinen <treinen at debian.org> Thu, 28 May 2015 20:52:29 +0200
+ -- Ralf Treinen <treinen at debian.org> Thu, 28 May 2015 21:26:44 +0200
ocamlweb (1.38-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 3ac5c42..627c73e 100644
--- a/debian/control
+++ b/debian/control
@@ -19,9 +19,8 @@ Testsuite: autopkgtest
Package: ocamlweb
Architecture: all
Depends: ${ocaml:Depends}, ${misc:Depends}
-# Recommends: texlive-latex-extra for fullpage.sty, texlive-binaries for
-# dvips, texlive-latex-base for latex.
-Recommends: texlive-latex-extra, texlive-binaries, texlive-latex-base
+# texlive-latex-extra for fullpage.sty, texlive-latex-base for latex.
+Recommends: texlive-latex-extra, texlive-latex-base
Suggests: hevea
Enhances: ocaml
Description: Literate programming tool for Objective Caml
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/ocamlweb.git
More information about the Pkg-ocaml-maint-commits
mailing list