[SCM] Debian packaging of libflickr-api-perl branch, master, updated. upstream/1.05-59-gf8d2844

Xavier Guimard x.guimard at free.fr
Mon Apr 1 05:50:09 UTC 2013


The following commit has been merged in the master branch:
commit 0e12944bd97b73ff9f78eac4c7b84bc313aa4069
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Mon Apr 1 07:45:16 2013 +0200

    Remove patch unneeded now

diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index d49b4f5..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-test-no-internet
diff --git a/debian/patches/test-no-internet b/debian/patches/test-no-internet
deleted file mode 100644
index e8440ae..0000000
--- a/debian/patches/test-no-internet
+++ /dev/null
@@ -1,28 +0,0 @@
-Description: Skip internet connections during Debian builds
-Author: Niko Tyni <ntyni at debian.org>
-Forwarded: no
-Reviewed-By: Xavier Guimard <x.guimard at free.fr>
-Last-Update: 2012-11-25
-
---- a/test.pl
-+++ a/test.pl
-@@ -13,6 +13,9 @@
- 		'key' => 'made_up_key',
- 		'secret' => 'my_secret',
- 	});
-+
-+SKIP: {
-+skip("No internet connections during Debian builds", 2) if ($ENV{DEBIAN_BUILD});
- my $rsp = $api->execute_method('fake.method', {});
- 
- 
-@@ -41,8 +44,8 @@
- }else{
- 	is(1, 1, "skipping error code check, since we couldn't reach the API");
- }
-+}
- 
--
- ##################################################
- #
- # check the signing works properly

-- 
Debian packaging of libflickr-api-perl



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