[libgtk3-webkit2-perl] 03/10: debian/*: Adapt packaging to the real world of Gtk3::WebKit.

Mike Gabriel sunweaver at debian.org
Mon Jun 26 11:05:53 UTC 2017


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository libgtk3-webkit2-perl.

commit f629d04781038a6bb3d9bacd3a4f4b9cef3645d8
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Jun 23 15:28:29 2017 +0200

    debian/*: Adapt packaging to the real world of Gtk3::WebKit.
---
 debian/changelog |  6 +++---
 debian/control   | 18 ++++++++++++++----
 debian/copyright | 41 +++++++++++++++++------------------------
 debian/rules     |  3 +++
 4 files changed, 37 insertions(+), 31 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 964e31e..3bc9120 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-libgtk3-webkit-perl (0.06-1) unstable; urgency=low
+libgtk3-webkit-perl (0.06-1) UNRELEASED; urgency=low
 
-  * Initial Release.
+  * Initial Release. (Closes: #865642).
 
- -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Fri, 23 Jun 2017 14:21:27 +0200
+ -- Mike Gabriel <sunweaver at debian.org>  Fri, 23 Jun 2017 14:21:27 +0200
diff --git a/debian/control b/debian/control
index 9563aba..57aae0f 100644
--- a/debian/control
+++ b/debian/control
@@ -1,13 +1,22 @@
 Source: libgtk3-webkit-perl
 Section: perl
+Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Maintainer: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 9),
+ xvfb,
+ xauth,
 Build-Depends-Indep: libglib-object-introspection-perl,
+ libwebkitgtk-3.0-dev,
+ libglib-object-introspection-perl,
  libgtk3-perl,
  libtest-needsdisplay-perl,
- perl
+ perl,
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Debian Remote Maintainers <pkg-remote-team at lists.alioth.debian.org>,
+           Mike Gabriel <sunweaver at debian.org>,
 Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/git/pkg-perl/packages/libgtk3-webkit-perl.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libgtk3-webkit-perl.git
 Homepage: https://metacpan.org/release/Gtk3-WebKit
 
 Package: libgtk3-webkit-perl
@@ -18,4 +27,5 @@ Depends: ${misc:Depends}, ${perl:Depends},
 Description: WebKit bindings for Perl
  Gtk3::WebKit provides the Perl bindings for the Gtk3 port of WebKit.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ With this package you can easily write your own WebKit based web browser
+ implementation in Perl.
diff --git a/debian/copyright b/debian/copyright
index b84595f..1775747 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,36 +1,29 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/Gtk3-WebKit
 Upstream-Contact: Emmanuel Rodriguez <potyl at cpan.org>
-Upstream-Name: Gtk3-WebKit
-DISCLAIMER: This copyright info was automatically extracted
- from the perl module. It may not be accurate, so you better
- check the module sources in order to ensure the module for its
- inclusion in Debian or for general legal information. Please,
- if licensing information is incorrectly generated, file a bug
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
+Upstream-Name: Gtk3::WebKit
 
 Files: *
 Copyright: Emmanuel Rodriguez <potyl at cpan.org>
-License: 
+License: LGPL-2.1
 
 Files: debian/*
 Copyright: 2017, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
-License: Artistic or GPL-1+
+License: LGPL-2.1
 
-License: Artistic
- This program is free software; you can redistribute it and/or modify
- it under the terms of the Artistic License, which comes with Perl.
+License: LGPL-2.1
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Library General Public
+ License as published by the Free Software Foundation; version 2.1
+ of the License.
  .
- On Debian systems, the complete text of the Artistic License can be
- found in `/usr/share/common-licenses/Artistic'.
-
-License: GPL-1+
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 1, or (at your option)
- any later version.
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ Library General Public License for more details.
+ .
+ You should have received a copy of the GNU Library General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  .
- On Debian systems, the complete text of version 1 of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL-1'.
+ See /usr/share/common-licenses/LGPL-2.1 for the full license text.
diff --git a/debian/rules b/debian/rules
index 2d33f6a..c410048 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,6 @@
 
 %:
 	dh $@
+
+override_dh_auto_test:
+	xvfb-run -a dh_auto_test

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libgtk3-webkit2-perl.git



More information about the Pkg-perl-cvs-commits mailing list