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

Dominique Dumont dod at debian.org
Wed Jan 11 14:13:52 UTC 2012


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

    big cleanup

diff --git a/debian/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index ecb32a2..db877c6 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,28 @@
 Source: libpadre-plugin-git-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+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 (>= 5.6.0-12), perl-modules,
-  libcapture-tiny-perl (>= 0.03), padre-plugin-api-0, libmodule-install-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
-Standards-Version: 3.8.2
-Homepage: http://search.cpan.org/dist/Padre-Plugin-Git/
-Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libpadre-plugin-git-perl.git
+Build-Depends-Indep: perl,
+                     perl-modules,
+                     libcapture-tiny-perl (>= 0.03),
+                     libmodule-install-perl
+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
+Homepage: http://search.cpan.org/dist/Padre-Plugin-Git/
 
 Package: libpadre-plugin-git-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, perl-modules,
-  libcapture-tiny-perl (>= 0.03), padre-plugin-api-0, git-core
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         perl-modules,
+         libcapture-tiny-perl (>= 0.03),
+         git-core
 Enhances: padre
 Description: simple Git interface for Padre
  The Git plugin provides a very simple interface to the git version
  control system.
+
diff --git a/debian/copyright b/debian/copyright
index 3fda766..395cb87 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,16 +1,16 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Kaare Rasmussen, <kaare at cpan.org>
-Upstream-Source: http://search.cpan.org/dist/Padre-Plugin-Git/
+Format: http://dep.debian.net/deps/dep5/
 Upstream-Name: Padre-Plugin-Git
+Upstream-Contact: Kaare Rasmussen, <kaare at cpan.org>
+Source: http://search.cpan.org/dist/Padre-Plugin-Git/
 
 Files: *
-Copyright: Copyright (C) 2009 Kaare Rasmussen
-License: Artistic | GPL-1+
+Copyright: 2009,2010 Kaare Rasmussen
+License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2009, Ryan Niebur <ryanryan52 at gmail.com>
-License: Artistic | GPL-1+
+           2012 Dominique Dumont <dod at debian.org>
+License: Artistic or GPL-1+
 
 License: Artistic
     This program is free software; you can redistribute it and/or modify
@@ -25,3 +25,4 @@ License: GPL-1+
     any later version.
     On Debian GNU/Linux systems, the complete text of the GNU General
     Public License can be found in `/usr/share/common-licenses/GPL'
+

-- 
Packaging for padre-plugin-git



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