debian/control: bump debhelper build-dep, change maintainer email to my debian address
authorIan Beckwith <ianb@erislabs.net>
Tue, 11 May 2010 23:30:46 +0000 (00:30 +0100)
committerIan Beckwith <ianb@erislabs.net>
Tue, 11 May 2010 23:30:46 +0000 (00:30 +0100)
debian/changelog
debian/control

index 0521e04..5dec0b8 100644 (file)
@@ -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 <ianb@debian.org>  Tue, 11 May 2010 08:18:33 +0100
+ -- Ian Beckwith <ianb@debian.org>  Wed, 12 May 2010 00:27:05 +0100
 
 liburi-template-perl (0.15-1) unstable; urgency=low
 
index 1df6894..1f7adcf 100644 (file)
@@ -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 <ianb@erislabs.net>
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libjson-perl, liburi-perl, perl (>= 5.8.8-7)
+Maintainer: Ian Beckwith <ianb@debian.org>
 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/