[SCM] Packaging for padre-plugin-git branch, master, updated. upstream/0.01-20-g7a8dd0e

Dominique Dumont dod at debian.org
Wed Jan 11 14:55:40 UTC 2012


The following commit has been merged in the master branch:
commit de695772f138fa2f9da7695e6af20ceb8cc06a7e
Author: Dominique Dumont <dod at debian.org>
Date:   Wed Jan 11 15:48:54 2012 +0100

    added missing dependencies

diff --git a/debian/control b/debian/control
index db877c6..6f8b4a0 100644
--- a/debian/control
+++ b/debian/control
@@ -4,11 +4,14 @@ Uploaders: Ryan Niebur <ryanryan52 at gmail.com>,
            Dominique Dumont <dod at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl,
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: libcapture-tiny-perl (>= 0.03),
+                     libmodule-install-perl,
+                     padre (>= 0.67),
+                     perl,
                      perl-modules,
-                     libcapture-tiny-perl (>= 0.03),
-                     libmodule-install-perl
+                     xauth,
+                     xvfb
 Standards-Version: 3.9.2
 Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/libpadre-plugin-git-perl.git
 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libpadre-plugin-git-perl.git
@@ -16,13 +19,14 @@ Homepage: http://search.cpan.org/dist/Padre-Plugin-Git/
 
 Package: libpadre-plugin-git-perl
 Architecture: all
-Depends: ${perl:Depends},
-         ${misc:Depends},
-         perl-modules,
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         git-core,
          libcapture-tiny-perl (>= 0.03),
-         git-core
+         padre (>= 0.67),
+         perl-modules
 Enhances: padre
 Description: simple Git interface for Padre
- The Git plugin provides a very simple interface to the git version
- control system.
+ The Git plugin provides a very simple interface for Padre 
+ to the git version control system.
 

-- 
Packaging for padre-plugin-git



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