From: Ian Beckwith Date: Tue, 11 May 2010 23:30:46 +0000 (+0100) Subject: debian/control: bump debhelper build-dep, change maintainer email to my debian address X-Git-Tag: 0.15-2~1 X-Git-Url: http://erislabs.net/gitweb/?p=liburi-template-perl.git;a=commitdiff_plain;h=f1201ed11d6aeb00fb0cc7668045c18f79ba6b13 debian/control: bump debhelper build-dep, change maintainer email to my debian address --- diff --git a/debian/changelog b/debian/changelog index 0521e04..5dec0b8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,13 @@ liburi-template-perl (0.15-2) unstable; urgency=low + * Update maintainer email. * Remove DM-Upload-Allowed flag. + * dh-make-perl refresh: + + use dh minimal debian/rules. + + dh compat level 7. + + add debian/liburi-template-perl.docs, containing README. - -- Ian Beckwith Tue, 11 May 2010 08:18:33 +0100 + -- Ian Beckwith Wed, 12 May 2010 00:27:05 +0100 liburi-template-perl (0.15-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 1df6894..1f7adcf 100644 --- a/debian/control +++ b/debian/control @@ -1,15 +1,15 @@ Source: liburi-template-perl Section: perl Priority: optional -Build-Depends: debhelper (>= 6) -Build-Depends-Indep: perl (>= 5.8.8-7), liburi-perl, libjson-perl -Maintainer: Ian Beckwith +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: libjson-perl, liburi-perl, perl (>= 5.8.8-7) +Maintainer: Ian Beckwith Standards-Version: 3.8.0 Homepage: http://search.cpan.org/dist/URI-Template/ Package: liburi-template-perl Architecture: all -Depends: ${perl:Depends}, ${misc:Depends}, liburi-perl +Depends: ${misc:Depends}, ${perl:Depends}, liburi-perl Description: handle URI templates in perl This module provides a wrapper around URI templates as described at http://bitworking.org/projects/URI-Templates/