[libimage-sane-perl] 01/01: Update libimage-sane-perl packaging ready for 0.09-1 release
Jeffrey Ratcliffe
jjr at debian.org
Fri May 26 19:24:44 UTC 2017
This is an automated email from the git hooks/post-receive script.
jjr pushed a commit to branch master
in repository libimage-sane-perl.
commit 9f043b118d4f4cf32de36f59c98d417689355971
Author: Jeffrey Ratcliffe <jffry at posteo.net>
Date: Fri May 26 20:26:56 2017 +0200
Update libimage-sane-perl packaging ready for 0.09-1 release
---
debian/changelog | 5 +++--
debian/control | 17 +++++------------
debian/copyright | 14 +++-----------
debian/patches/manifest | 27 +++++++++++++++++++++++++++
debian/patches/series | 1 +
debian/rules | 2 +-
6 files changed, 40 insertions(+), 26 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9be14a6..bfbcf12 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
-libimage-sane-perl (0.09-1) UNRELEASED; urgency=low
+libimage-sane-perl (0.09-1) unstable; urgency=low
* Initial Release.
+ Closes: #863413 (ITP: libimage-sane-perl)
- -- Jeffrey Ratcliffe <jeff at saturn.fritz.box> Fri, 26 May 2017 16:17:44 +0200
+ -- Jeffrey Ratcliffe <jjr at debian.org> Fri, 26 May 2017 16:17:44 +0200
diff --git a/debian/control b/debian/control
index 6c43e8d..129d6b2 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,10 @@ Source: libimage-sane-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jeffrey Ratcliffe <jeff at saturn.fritz.box>
-Build-Depends: debhelper (>= 9),
- libexception-class-perl,
- libextutils-depends-perl,
- libextutils-pkgconfig-perl,
- libreadonly-perl,
- perl
+Uploaders: Jeffrey Ratcliffe <jjr at debian.org>
+Build-Depends: debhelper (>= 9), quilt, libsane-dev, libexception-class-perl,
+ libextutils-depends-perl, libextutils-pkgconfig-perl, libreadonly-perl,
+ libtry-tiny-perl, perl, sane-utils, imagemagick
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libimage-sane-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libimage-sane-perl.git
@@ -17,14 +14,10 @@ Testsuite: autopkgtest-pkg-perl
Package: libimage-sane-perl
Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, libsane,
libexception-class-perl
Description: Perl extension for the SANE (Scanner Access Now Easy) Project
These Perl bindings for the SANE (Scanner Access Now Easy) Project allow you
to access SANE-compatible scanners in a Perlish and object-oriented way,
freeing you from the casting and memory management in C, yet remaining very
close in spirit to original API.
- .
- Find out more about SANE at http://www.sane-project.org.
- .
- This description was automagically extracted from the module by dh-make-perl.
diff --git a/debian/copyright b/debian/copyright
index 8fde266..b86c070 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,22 +1,14 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://metacpan.org/release/Image-Sane
Upstream-Contact: Jeffrey Ratcliffe
-Upstream-Name: Image-Sane
-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: Image::Sane
Files: *
Copyright: Jeffrey Ratcliffe
-License:
+License: Artistic or GPL-1+
Files: debian/*
-Copyright: 2017, Jeffrey Ratcliffe <jeff at saturn.fritz.box>
+Copyright: 2008-2017, Jeffrey Ratcliffe <jjr at debian.org>
License: Artistic or GPL-1+
License: Artistic
diff --git a/debian/patches/manifest b/debian/patches/manifest
new file mode 100644
index 0000000..cc75235
--- /dev/null
+++ b/debian/patches/manifest
@@ -0,0 +1,27 @@
+# Disable MANIFEST test, as this is only interesting for the author, and is
+# confused by the debian-perl team git repo.
+# Author: Jeffrey Ratcliffe <jjr at debian.org>
+--- a/t/90_MANIFEST.t
++++ b/t/90_MANIFEST.t
+@@ -2,20 +2,4 @@
+ use warnings;
+ use Test::More;
+
+-my $git;
+-if (
+- -d '.git'
+- and
+- eval { $git = `git ls-tree --name-status -r HEAD | egrep -v '^\.(git|be)'` }
+- )
+-{
+- plan( tests => 1 );
+-}
+-else {
+- my $msg = 'Need the git repository to compare the MANIFEST.';
+- plan( skip_all => $msg );
+-}
+-
+-my $manifest = `cat MANIFEST`;
+-
+-ok( $git eq $manifest, 'MANIFEST up to date' );
++plan( skip_all => 'This is only interesting for the author' );
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..6b2eb75
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+manifest
diff --git a/debian/rules b/debian/rules
index 2d33f6a..f6b359a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
#!/usr/bin/make -f
%:
- dh $@
+ dh $@ --with quilt
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libimage-sane-perl.git
More information about the Pkg-perl-cvs-commits
mailing list