[SCM] libcgi-formbuilder-perl Debian packaging branch, master, updated. debian/3.06-1-14-g633028f
Jonas Smedegaard
dr at jones.dk
Tue Jan 3 20:47:42 UTC 2012
The following commit has been merged in the master branch:
commit 633028f9dfa3fffb3fad911abbb1764b56de7e39
Author: Jonas Smedegaard <dr at jones.dk>
Date: Tue Jan 3 21:41:30 2012 +0100
Prepare for release: Update changelog, control file and copyright hints.
diff --git a/debian/changelog b/debian/changelog
index 6dc37e6..09685b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,32 @@
-libcgi-formbuilder-perl (3.06-2) UNRELEASED; urgency=low
+libcgi-formbuilder-perl (3.08-1) unstable; urgency=low
- * Remove debian/source/local-options; abort-on-upstream-changes and
+ * New upstream release.
+
+ [ gregor herrmann ]
+ * Remove debian/source/local-options: abort-on-upstream-changes and
unapply-patches are default in dpkg-source since 1.16.1.
- * debian/watch: add CPAN URL.
+ * Update watch file:
+ + Add CPAN URL.
+
+ [ Jonas Smedegaard ]
+ * Update watch file:
+ + Comment out non-working formbuilder.org URL.
+ + Add github.org URL.
+ * Update copyright file:
+ + Add alternate Github upstream Source URLs.
+ + Add alternate Googlegroups Upstream-Contact URL.
+ * Drop patch now included upstream.
+ * Bump debhelper compatibility level to 7.
+ * Simplify CDBS usage (dependencies satisfied even in oldstable, and
+ cdbs itself need version in stable for other reasons already).
+ * Drop cleanup now properly done upstream.
+ * Extend years of copyright for Debian packaging.
+ * Update package relations:
+ + Build-depend on devscripts.
+ + Relax build-depend unversioned on debhelper (needed version
+ satisfied even in oldstable).
- -- gregor herrmann <gregoa at debian.org> Mon, 02 Jan 2012 17:48:14 +0100
+ -- Jonas Smedegaard <dr at jones.dk> Tue, 03 Jan 2012 21:12:11 +0100
libcgi-formbuilder-perl (3.06-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index b048029..6d8a86b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,9 +1,10 @@
Source: libcgi-formbuilder-perl
Section: perl
Priority: optional
-Build-Depends: cdbs (>= 0.4.73~),
+Build-Depends: devscripts,
+ cdbs (>= 0.4.73~),
perl,
- debhelper (>= 6),
+ debhelper,
dh-buildinfo,
libhtml-template-perl,
libtemplate-perl,
diff --git a/debian/copyright_hints b/debian/copyright_hints
index d3dba01..fb95000 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -11,11 +11,7 @@ Files: MANIFEST
debian/control
debian/control.in
debian/gbp.conf
- debian/patches/020110909~fcd40bf.patch
- debian/patches/README
- debian/patches/series
debian/source/format
- debian/source/local-options
debian/watch
t/1a-test01.html
t/1a-test02.html
@@ -116,9 +112,14 @@ License: UNKNOWN
Files: lib/CGI/FormBuilder.pm
lib/CGI/FormBuilder/Field/button.pm
lib/CGI/FormBuilder/Field/checkbox.pm
+ lib/CGI/FormBuilder/Field/date.pm
+ lib/CGI/FormBuilder/Field/datetime.pm
+ lib/CGI/FormBuilder/Field/datetime_local.pm
+ lib/CGI/FormBuilder/Field/email.pm
lib/CGI/FormBuilder/Field/file.pm
lib/CGI/FormBuilder/Field/hidden.pm
lib/CGI/FormBuilder/Field/image.pm
+ lib/CGI/FormBuilder/Field/number.pm
lib/CGI/FormBuilder/Field/password.pm
lib/CGI/FormBuilder/Field/radio.pm
lib/CGI/FormBuilder/Field/select.pm
@@ -126,8 +127,11 @@ Files: lib/CGI/FormBuilder.pm
lib/CGI/FormBuilder/Field/submit.pm
lib/CGI/FormBuilder/Field/text.pm
lib/CGI/FormBuilder/Field/textarea.pm
+ lib/CGI/FormBuilder/Field/time.pm
+ lib/CGI/FormBuilder/Field/url.pm
lib/CGI/FormBuilder/Messages/C.pm
lib/CGI/FormBuilder/Messages/_example.pm
+ lib/CGI/FormBuilder/Messages/base.pm
lib/CGI/FormBuilder/Messages/da.pm
lib/CGI/FormBuilder/Messages/da_DK.pm
lib/CGI/FormBuilder/Messages/de.pm
@@ -213,7 +217,7 @@ License: UNKNOWN
FIXME
Files: debian/rules
-Copyright: 2003-2010, Jonas Smedegaard <dr at jones.dk>
+Copyright: 2003-2012, Jonas Smedegaard <dr at jones.dk>
License: GPL
FIXME
--
libcgi-formbuilder-perl Debian packaging
More information about the Pkg-perl-cvs-commits
mailing list