[libgtk2-imageview-perl] 01/01: Fix various minor issues, as detailed in debian/changelog

Christopher Hoskin christopher.hoskin at gmail.com
Wed Mar 16 22:24:25 UTC 2016


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

grinorcole-guest pushed a commit to branch master
in repository libgtk2-imageview-perl.

commit 96595668744a65e4f40e0607627b310cc4e13e51
Author: Christopher Hoskin <christopher.hoskin at gmail.com>
Date:   Wed Mar 16 22:23:44 2016 +0000

    Fix various minor issues, as detailed in debian/changelog
---
 debian/changelog                  |  7 ++++++-
 debian/control                    | 12 +++++++-----
 debian/patches/fix-spelling.patch | 27 +++++++++++++++++++++++++++
 debian/patches/series             |  1 +
 debian/rules                      |  3 +++
 5 files changed, 44 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4b1aace..3e3c654 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,7 +7,12 @@ libgtk2-imageview-perl (0.05-3) UNRELEASED; urgency=medium
   * Update Vcs-Browser URL to cgit web frontend
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
 
- -- gregor herrmann <gregoa at debian.org>  Thu, 27 Feb 2014 22:36:11 +0100
+  [ Christopher Hoskin ]
+  * spellings fixed
+  * debian/rules: Hardening enabled
+  * debian/control: Update standards version, add autopkgtests, add module name to long description
+
+ -- Christopher Hoskin <christopher.hoskin at gmail.com>  Wed, 16 Mar 2016 21:46:24 +0000
 
 libgtk2-imageview-perl (0.05-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 76862e2..6ef66a5 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: libgtk2-imageview-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jeffrey Ratcliffe <Jeffrey.Ratcliffe at gmail.com>,
-           Ryan Niebur <ryan at debian.org>
+           Ryan Niebur <ryan at debian.org>,
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 9.20120312~),
@@ -13,10 +13,11 @@ Build-Depends: debhelper (>= 9.20120312~),
                xauth,
                xfonts-base,
                xvfb
-Standards-Version: 3.9.5
+Standards-Version: 3.9.7
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libgtk2-imageview-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libgtk2-imageview-perl.git
 Homepage: https://metacpan.org/release/Gtk2-ImageView
+Testsuite: autopkgtest-pkg-perl
 
 Package: libgtk2-imageview-perl
 Architecture: any
@@ -26,9 +27,10 @@ Depends: ${shlibs:Depends},
          libgtk2-perl,
          libgtkimageview0
 Description: Perl bindings for the GtkImageView image viewer widget
- GtkImageView is a simple image viewer widget for GTK+. Similar to the image
- viewer panes in gThumb or Eye of GNOME. It makes writing image viewing and
- editing applications easy. Among its features are:
+ Gtk2::ImageView provides Perl bindings to GtkImageView, a simple image viewer
+ widget for GTK+. Similar to the image viewer panes in gThumb or Eye of GNOME.
+ It makes writing image viewing and editing applications easy. Among its
+ features are:
  .
   Mouse and keyboard zooming.
   Scrolling and dragging.
diff --git a/debian/patches/fix-spelling.patch b/debian/patches/fix-spelling.patch
new file mode 100644
index 0000000..ca30637
--- /dev/null
+++ b/debian/patches/fix-spelling.patch
@@ -0,0 +1,27 @@
+Description: Fix spellings
+Author: Christopher Hoskin <christopher.hoskin at gmail.com>
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=113099
+Last-Update: 2016-03-16
+
+--- a/ImageToolSelector.xs
++++ b/ImageToolSelector.xs
+@@ -9,7 +9,7 @@
+ 
+ Gtk2::ImageView::Tool::Selector is a tool for selecting areas of an image. It
+ is useful for cropping an image, for example. The tool is an implementor of the
+-Gtk2::ImageView::Tool inteface which means that it can be plugged into a
++Gtk2::ImageView::Tool interface which means that it can be plugged into a
+ Gtk2::ImageView by using the Gtk2::ImageView::Tool::set_tool() method.
+ 
+ Gtk2::ImageView::Tool::Selector changes the default display of the
+--- a/Zoom.xs
++++ b/Zoom.xs
+@@ -63,7 +63,7 @@
+ 
+ 
+ =for apidoc
+-Returns the zoom factor clamped to the minumum and maximum allowed values.
++Returns the zoom factor clamped to the minimum and maximum allowed values.
+ =cut
+ ## call as $zoom = Gtk2::ImageView::Zoom->clamp_zoom($zoom)
+ ## gdouble gtk_zooms_clamp_zoom(gdouble zoom;
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..213d22d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-spelling.patch
diff --git a/debian/rules b/debian/rules
index c410048..48fa336 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,7 @@
 #!/usr/bin/make -f
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/buildflags.mk
 
 %:
 	dh $@

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



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