This is an automated email from the git hooks/post-receive script. kanashiro-guest pushed a commit to branch master in repository libfile-desktopentry-perl.
commit dc4f9612c97c42401f3ab2e5204dc847511ff025 Author: Lucas Kanashiro <[email protected]> Date: Tue Nov 24 16:14:48 2015 -0200 Add URI::Escape as new dependency --- debian/changelog | 1 + debian/control | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5a81de3..597a499 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ libfile-desktopentry-perl (0.20-1) UNRELEASED; urgency=medium * Import upstream version 0.20 * Bump debhlper compatibility level to 9 + * Add URI::Escape as new dependency -- Lucas Kanashiro <[email protected]> Tue, 24 Nov 2015 16:05:51 -0200 diff --git a/debian/control b/debian/control index d8e045e..e7e5891 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,8 @@ Build-Depends: debhelper (>= 9) Build-Depends-Indep: perl, libtest-pod-perl, libtest-pod-coverage-perl, - libfile-basedir-perl + libfile-basedir-perl, + liburi-perl Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libfile-desktopentry-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libfile-desktopentry-perl.git @@ -19,7 +20,8 @@ Package: libfile-desktopentry-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, - libfile-basedir-perl + libfile-basedir-perl, + liburi-perl Description: Perl module to handle freedesktop .desktop files File::DesktopEntry is used to work with .desktop files. The format of these files is specified by the freedesktop "Desktop -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libfile-desktopentry-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
