[libapp-cache-perl] 02/05: Imported Debian patch 0.37-2

Jonas Genannt jonas at brachium-system.net
Thu Aug 28 07:13:11 UTC 2014


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

hggh-guest pushed a commit to branch master
in repository libapp-cache-perl.

commit 227b41283d9e31e1b7d97a367dcceb8099c7d5bc
Author: Jonas Genannt <jonas.genannt at capi2name.de>
Date:   Sun Sep 22 13:32:56 2013 +0200

    Imported Debian patch 0.37-2
---
 debian/changelog                          | 70 +++++++++++++++++++++++++++++++
 debian/compat                             |  1 +
 debian/control                            | 31 ++++++++++++++
 debian/copyright                          | 28 +++++++++++++
 debian/patches/disable_network_test.patch | 26 ++++++++++++
 debian/patches/series                     |  1 +
 debian/rules                              | 14 +++++++
 debian/source/format                      |  1 +
 debian/watch                              |  2 +
 9 files changed, 174 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..a4a507c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,70 @@
+libapp-cache-perl (0.37-2) unstable; urgency=low
+
+  * d/copyright: changed to Copyright Format 1.0
+  * d/control:
+   - bumped standards/compat version
+   - Added Homepage field
+  * changed from Cpan to MetaCpan URLs
+  * d/rules changed to dh
+
+ -- Jonas Genannt <jonas.genannt at capi2name.de>  Sun, 22 Sep 2013 13:32:56 +0200
+
+libapp-cache-perl (0.37-1) unstable; urgency=low
+
+  * new upstream version (Closes: #581696)
+  * added libtest-pod-perl as build depends
+  * added ${misc:Depends} to package depends
+  * changed to source format 3.0
+  * bumped dpkg compat version
+  * bumped standards version
+    - dh_clean -k to dh_prep
+  * moved patch from #465642 into single file
+  * modified patch #465642 for new upstream version
+  * debian/rules: added build-arch build-indep
+
+ -- Jonas Genannt <jonas.genannt at capi2name.de>  Fri, 17 Jun 2011 10:08:38 +0200
+
+libapp-cache-perl (0.35-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Change $HOME to a writable location during build as tests need it.
+    Fixes FTBFS in buildd setup (Closes: #579294).
+
+ -- Salvatore Bonaccorso <carnil at debian.org>  Thu, 07 Apr 2011 07:41:56 +0200
+
+libapp-cache-perl (0.35-1) unstable; urgency=low
+
+  * New Upstream Release
+  * new standards version
+
+ -- Jonas Genannt <jonas.genannt at capi2name.de>  Wed, 24 Sept 2008 19:32:23 +0200
+
+libapp-cache-perl (0.33-1.1) unstable; urgency=low
+
+  * Non Maintainer Upload
+  * Disable the $cache->url tests as there's no guarantee of network;
+    these should probably eventually be replaced by tests using a server
+    on some high port (closes: #465642)
+
+ -- Don Armstrong <don at debian.org>  Sat, 08 Mar 2008 03:33:44 -0800
+
+libapp-cache-perl (0.33-1) unstable; urgency=low
+
+  * New Upstream Release
+  * new standards version
+  * bumped to new debhelper version 6
+
+ -- Jonas Genannt <jonas.genannt at capi2name.de>  Tue, 5 Feb 2008 22:03:34 +0200
+
+libapp-cache-perl (0.31-2) unstable; urgency=low
+
+  * removed make test from buildprocess (Closes: #359879)
+    (It will connect to google for one test and require netbase)
+
+ -- Jonas Genannt <jonas.genannt at capi2name.de>  Wed, 29 Mar 2006 17:23:58 +0000
+
+libapp-cache-perl (0.31-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #348122)
+
+ -- Jonas Genannt <jonas.genannt at capi2name.de>  Wed, 1 Feb 2006 01:32:36 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..0fc1e36
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,31 @@
+Source: libapp-cache-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 9.20120312)
+Build-Depends-Indep: libclass-accessor-chained-perl,
+                     libfile-find-rule-perl,
+                     libfile-homedir-perl,
+                     libmodule-build-perl,
+                     libpath-class-perl,
+                     libtest-pod-coverage-perl,
+                     libtest-pod-perl,
+                     libwww-perl,
+                     perl
+Maintainer: Jonas Genannt <jonas.genannt at capi2name.de>
+Standards-Version: 3.9.4
+Homepage: https://metacpan.org/release/App-Cache/
+
+Package: libapp-cache-perl
+Architecture: all
+Depends: libclass-accessor-chained-perl,
+         libfile-find-rule-perl,
+         libfile-homedir-perl,
+         libpath-class-perl,
+         libwww-perl,
+         ${misc:Depends},
+         ${perl:Depends}
+Description: Easy application-level caching library for perl
+ The App::Cache module lets an application cache data locally. There
+ are a few times an application would need to cache data: when it is
+ retrieving information from the network or when it has to complete a
+ large calculation.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..9437627
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Contact: Leon Brocard <acme at astray.com>
+Source: https://metacpan.org/release/App-Cache/
+Upstream-Name: App-Cache
+
+Files: *
+Copyright: 2005-2007 Leon Brocard <acme at astray.com>
+License: Artistic or GPL-1
+
+Files: debian/*
+Copyright: 2006-2013 Jonas Genannt <jonas.genannt at capi2name.de>
+License: GPL-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.
+ .
+ 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.
+ .
+ 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'.
diff --git a/debian/patches/disable_network_test.patch b/debian/patches/disable_network_test.patch
new file mode 100644
index 0000000..025ee32
--- /dev/null
+++ b/debian/patches/disable_network_test.patch
@@ -0,0 +1,26 @@
+Autor: Don Armstrong <don at donarmstrong.com>
+Description: disable network test (Closes: #465642)
+
+diff --git a/t/simple.t b/t/simple.t
+index 39f15c6..eae3c89 100644
+--- a/t/simple.t
++++ b/t/simple.t
+@@ -1,7 +1,7 @@
+ #!perl
+ use strict;
+ use lib qw(lib t/lib);
+-use Test::More tests => 48;
++use Test::More tests => 45;
+ use File::Spec::Functions qw(rel2abs);
+ use_ok('App::Cache');
+ use_ok('App::Cache::Test');
+@@ -12,7 +12,8 @@ $cache->file;
+ $cache->dir;
+ $cache->scratch;
+ $cache->url( 'file:/' . rel2abs( $INC{'App/Cache/Test.pm'} ) );
+-$cache->url('http://www.astray.com/');
++# We can't run this test because there's no guarantee of network.
++#$cache->url('http://www.astray.com/');
+ $cache->disabled;
+ $cache->cleanup;
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..ff90fc8
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+disable_network_test.patch
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..0c356c2
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,14 @@
+#!/usr/bin/make -f
+
+BUILDHOME = $(CURDIR)/debian/build
+
+%:
+	dh $@
+
+override_dh_auto_test:
+	mkdir -p $(BUILDHOME)
+	HOME=$(BUILDHOME) $(MAKE) test
+
+override_dh_clean:
+	rm -rf $(BUILDHOME)
+	dh_clean
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..2a3e575
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/App-Cache/   .*/App-Cache-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

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



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