[libcgi-formbuilder-perl] 16/16: Prepare for release: Update changelog and control file.
Jonas Smedegaard
dr at jones.dk
Mon Aug 22 14:46:04 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libcgi-formbuilder-perl.
commit 89de38489b554d11e4600a2461ace9b644b3b2d1
Author: Jonas Smedegaard <dr at jones.dk>
Date: Mon Aug 22 16:45:48 2016 +0200
Prepare for release: Update changelog and control file.
---
debian/changelog | 31 ++++++++++++++++++++++++++++++-
debian/control | 14 ++++++++------
2 files changed, 38 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 168b9cc..0c40eaa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,33 @@
+libcgi-formbuilder-perl (3.10-1) unstable; urgency=medium
+
+ [ upstream ]
+ * New release.
+ + Avoid CGI.pm warning if param() used in list context.
+
+ [ Jonas Smedegaard ]
+ * Declare compliance with Debian Policy 3.9.8.
+ * Modernize Vcs-Git field: Use https URL.
+ * Update git-buildpackage config: Filter any .gitignore file.
+ * Update watch file:
+ + Bump to version 4.
+ + Track MetaCPAN URL (and only that).
+ + Mention gpb --uscan in usage comment.
+ * Stop track upstream source with CDBS (use gpb --uscan instead).
+ * Update copyright info:
+ + Use License-Grant and License-Reference fields.
+ Thanks to Ben Finney.
+ * Add lintian override regarding license in License-Reference field.
+ See bug#786450.
+ * Bump debhelper compatibility level to 9.
+ * Add lintian override regarding debhelper 9.
+ * Update copyright and licensing:
+ + Relicense packaging as GPL3+.
+ + Extend packaging coverage to include recent years.
+ * Drop patch 0004: Fixed upstream.
+ * Unfuzz patch 0007.
+
+ -- Jonas Smedegaard <dr at jones.dk> Mon, 22 Aug 2016 16:45:20 +0200
+
libcgi-formbuilder-perl (3.09-3) unstable; urgency=medium
* Team upload.
@@ -8,7 +38,6 @@ libcgi-formbuilder-perl (3.09-3) unstable; urgency=medium
libcgi-formbuilder-perl (3.09-2) unstable; urgency=medium
- [ Simon McVittie ]
* Merge patches 0005-0006 into 0004, and adapt to retain support for
objects that mimic the CGI.pm API but do not have param_fetch.
Closes: bug#769240. Thanks to Simon McVittie.
diff --git a/debian/control b/debian/control
index 6f3a6ee..dbfa43b 100644
--- a/debian/control
+++ b/debian/control
@@ -2,26 +2,28 @@ Source: libcgi-formbuilder-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
- devscripts,
+ licensecheck,
perl,
debhelper,
dh-buildinfo,
+ libcgi-pm-perl | perl (<< 5.19),
libhtml-template-perl,
libtemplate-perl,
libtext-template-perl,
libcgi-session-perl,
- libcgi-ssi-perl,
- libcgi-pm-perl | perl (<< 5.19)
+ libcgi-ssi-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr at jones.dk>
-Standards-Version: 3.9.6
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcgi-formbuilder-perl.git
+Standards-Version: 3.9.8
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libcgi-formbuilder-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcgi-formbuilder-perl.git
Homepage: http://www.formbuilder.org/
Package: libcgi-formbuilder-perl
Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libcgi-pm-perl | perl (<< 5.19)
+Depends: ${cdbs:Depends},
+ ${perl:Depends},
+ ${misc:Depends}
Recommends: ${cdbs:Recommends}
Suggests: ${cdbs:Suggests}
Description: Easily generate and process stateful CGI forms
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcgi-formbuilder-perl.git
More information about the Pkg-perl-cvs-commits
mailing list