[libnet-dns-cloudflare-ddns-perl] 01/01: Fixing d/control (thanks gregoa)
Peter Roberts
pwr22-guest at moszumanska.debian.org
Sat Mar 8 13:05:03 UTC 2014
This is an automated email from the git hooks/post-receive script.
pwr22-guest pushed a commit to branch master
in repository libnet-dns-cloudflare-ddns-perl.
commit de8e9bb88229b2f754ea893bd52f075dc69c27f5
Author: Peter Roberts <me+dev at peter-r.co.uk>
Date: Sat Mar 8 13:04:46 2014 +0000
Fixing d/control (thanks gregoa)
---
debian/changelog | 9 ---------
debian/control | 28 ++++++++++++++--------------
2 files changed, 14 insertions(+), 23 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 1b80104..eb64b41 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,14 +1,5 @@
libnet-dns-cloudflare-ddns-perl (0.06-1) UNRELEASED; urgency=low
- TODO:
- - d/control:
- + "perl 5.10" is not needed, even oldstable has 5.10.1
- -> remove the version constraint from build-dep and the whole thing from
- Depends
- + libreadonly-perl and libmoo-perl don't need versions in B-D-I and
- Depends, nothing older in the archive
- (all of the above can be found+fixed with `cme fix dpkg-control')
-
* New upstream release
-- Peter Roberts <me+dev at peter-r.co.uk> Fri, 07 Mar 2014 04:23:44 +0000
diff --git a/debian/control b/debian/control
index 811b44a..ca5c111 100644
--- a/debian/control
+++ b/debian/control
@@ -1,16 +1,16 @@
Source: libnet-dns-cloudflare-ddns-perl
-Section: perl
-Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Peter Roberts <me+dev at peter-r.co.uk>
+Section: perl
+Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libjson-any-perl (>= 1.28),
- libmoo-perl (>= 0.009013),
- libreadonly-perl,
- libwww-perl (>= 6.03),
- libtest-pod-perl,
- libtest-pod-coverage-perl,
- perl (>= 5.10)
+ libmoo-perl,
+ libreadonly-perl,
+ libwww-perl (>= 6.03),
+ libtest-pod-perl,
+ libtest-pod-coverage-perl,
+ perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-dns-cloudflare-ddns-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-dns-cloudflare-ddns-perl.git
@@ -18,12 +18,12 @@ Homepage: https://metacpan.org/release/Net-DNS-CloudFlare-DDNS
Package: libnet-dns-cloudflare-ddns-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libjson-any-perl (>= 1.28),
- libmoo-perl (>= 0.009013),
- libreadonly-perl (>= 1.03),
- libwww-perl (>= 6.03),
- perl (>= 5.10)
+Depends: ${misc:Depends},
+ ${perl:Depends},
+ libjson-any-perl (>= 1.28),
+ libmoo-perl,
+ libreadonly-perl,
+ libwww-perl (>= 6.03)
Description: object orientated Dynamic DNS interface
Net::DNS::CloudFlare::DDNS provides an object orientated interface that can
be used to dynamically update DNS records on CloudFlare.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-dns-cloudflare-ddns-perl.git
More information about the Pkg-perl-cvs-commits
mailing list