[SCM] Debian packaging for latexdiff branch, master, updated. debian/0.5-4-2-g20fc563

gregor herrmann gregoa at debian.org
Thu Jul 5 20:09:14 UTC 2012


The following commit has been merged in the master branch:
commit d355a5d23dcfbb566a47e269c8f1a07a335b6004
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:12:15 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index e3acc4b..2b20579 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,23 @@
 Source: latexdiff
-Section: tex
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: David Bremner <bremner at debian.org>
-Build-Depends: debhelper (>= 8), texlive-latex-base, texlive-generic-recommended
+Section: tex
+Priority: optional
+Build-Depends: debhelper (>= 8),
+               texlive-latex-base,
+               texlive-generic-recommended
 Standards-Version: 3.9.3
-Homepage: http://bullard.esc.cam.ac.uk/~tilmann/soft.html
-Vcs-Git: git://git.debian.org/git/pkg-perl/packages/latexdiff.git
 Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/latexdiff.git
+Vcs-Git: git://git.debian.org/git/pkg-perl/packages/latexdiff.git
+Homepage: http://bullard.esc.cam.ac.uk/~tilmann/soft.html
 
 Package: latexdiff
 Architecture: all
-Depends: perl, ${misc:Depends}, ${perl:Depends}
+Depends: ${perl:Depends},
+         ${misc:Depends}
+Recommends: texlive-latex-base,
+            texlive-latex-extra
 Suggests: subversion | cvs | rcs
-Recommends: texlive-latex-base, texlive-latex-extra
 Description: utility to mark up significant differences between LaTeX files
  latexdiff compares two LaTeX files and marks up significant differences
  between them (i.e. a diff for LaTeX files). It generates a new LaTeX file
@@ -27,3 +31,4 @@ Description: utility to mark up significant differences between LaTeX files
  'latexrevise', which accepts or rejects all changes. Manual editing of the
  difference file can be used to override this default behaviour and accept or
  reject selected changes only.
+

-- 
Debian packaging for latexdiff



More information about the Pkg-perl-cvs-commits mailing list