From f6f28a4f2613f1249113a584c62dcb5020dbd240 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Thu, 24 Apr 2014 15:08:51 +0200 Subject: [PATCH] debian/patches: remove all patches, all have been applied upstream --- ...sciidoc-mention-a-way-to-use-tweeper-from.patch | 40 ---------------------- ...tweeper.1.asciidoc-reword-some-list-items.patch | 31 ----------------- ...-support-generating-enclosure-for-audio-o.patch | 27 --------------- debian/patches/series | 3 -- 4 files changed, 101 deletions(-) delete mode 100644 debian/patches/0001-tweeper.1.asciidoc-mention-a-way-to-use-tweeper-from.patch delete mode 100644 debian/patches/0002-tweeper.1.asciidoc-reword-some-list-items.patch delete mode 100644 debian/patches/0003-tweeper.php-support-generating-enclosure-for-audio-o.patch delete mode 100644 debian/patches/series diff --git a/debian/patches/0001-tweeper.1.asciidoc-mention-a-way-to-use-tweeper-from.patch b/debian/patches/0001-tweeper.1.asciidoc-mention-a-way-to-use-tweeper-from.patch deleted file mode 100644 index f0a7dc2..0000000 --- a/debian/patches/0001-tweeper.1.asciidoc-mention-a-way-to-use-tweeper-from.patch +++ /dev/null @@ -1,40 +0,0 @@ -From f6c2ba4a29fe55163a0b6e3e44341bf4d007587d Mon Sep 17 00:00:00 2001 -From: Antonio Ospite -Date: Mon, 18 Nov 2013 23:16:54 +0100 -Subject: [PATCH] tweeper.1.asciidoc: mention a way to use tweeper from a web - server -X-Face: z*RaLf`X<@C75u6Ig9}{oW$H;1_\2t5)({*|jhM/Vb;]yA5\I~93>J<_`<4)A{':UrE - ---- - tweeper.1.asciidoc | 13 +++++++++++++ - 1 file changed, 13 insertions(+) - -diff --git a/tweeper.1.asciidoc b/tweeper.1.asciidoc -index 34de150..14051cc 100644 ---- a/tweeper.1.asciidoc -+++ b/tweeper.1.asciidoc -@@ -57,6 +57,19 @@ Using tweeper as a filter for the Liferea feed reader: - - liferea-add-feed "|tweeper http://twitter.com/NSAcareers" - -+Using tweeper via web (the symlink must be created only the very first time): -+ -+ sudo ln -s /usr/share/php/tweeper/tweeper.php /var/www -+ xdg-open http://localhost/tweeper.php?src_url=http://twitter.com/NSAcareers -+ -+ -+NOTES -+----- -+ -+In order to use tweeper with a symlink with the apache 'userdir' module, the -+'SymLinksIfOwnerMatch' option must be replaced by 'FollowSymlink' in -+/etc/apache2/mods-enabled/userdir.conf -+ - - EXIT STATUS - ----------- --- -1.8.4.3 - diff --git a/debian/patches/0002-tweeper.1.asciidoc-reword-some-list-items.patch b/debian/patches/0002-tweeper.1.asciidoc-reword-some-list-items.patch deleted file mode 100644 index 90ca2b5..0000000 --- a/debian/patches/0002-tweeper.1.asciidoc-reword-some-list-items.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 50ffc18d9a1bedd4196bc3cff616cd9ce7d26b5b Mon Sep 17 00:00:00 2001 -From: Antonio Ospite -Date: Wed, 20 Nov 2013 01:12:59 +0100 -Subject: [PATCH] tweeper.1.asciidoc: reword some list items -X-Face: z*RaLf`X<@C75u6Ig9}{oW$H;1_\2t5)({*|jhM/Vb;]yA5\I~93>J<_`<4)A{':UrE - -Remove the unneeded "as", it is in the list preamble already. ---- - tweeper.1.asciidoc | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/tweeper.1.asciidoc b/tweeper.1.asciidoc -index 14051cc..a57bedf 100644 ---- a/tweeper.1.asciidoc -+++ b/tweeper.1.asciidoc -@@ -32,8 +32,8 @@ The sites that tweeper is able to scrape and convert to RSS are: - tweeper can be used as: - - 1. a command line tool; --2. as a filter for feed readers; --3. as a web based tool when PHP support is available in the web server. -+2. a filter for feed readers; -+3. a web based tool when PHP support is available in the web server. - - - OPTIONS --- -1.8.4.3 - diff --git a/debian/patches/0003-tweeper.php-support-generating-enclosure-for-audio-o.patch b/debian/patches/0003-tweeper.php-support-generating-enclosure-for-audio-o.patch deleted file mode 100644 index 94df0e1..0000000 --- a/debian/patches/0003-tweeper.php-support-generating-enclosure-for-audio-o.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 759964ebb58bceb2ee871670b1d8df24bcb03f34 Mon Sep 17 00:00:00 2001 -From: Antonio Ospite -Date: Fri, 27 Dec 2013 09:32:25 +0100 -Subject: [PATCH] tweeper.php: support generating enclosure for "audio/ogg" -X-Face: z*RaLf`X<@C75u6Ig9}{oW$H;1_\2t5)({*|jhM/Vb;]yA5\I~93>J<_`<4)A{':UrE - ---- - tweeper.php | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/tweeper.php b/tweeper.php -index 1d50f60..152069b 100644 ---- a/tweeper.php -+++ b/tweeper.php -@@ -91,6 +91,7 @@ class Tweeper { - "audio/aac", - "audio/mp4", - "audio/mpeg", -+ "audio/ogg", - "audio/vorbis", - "audio/wav", - "audio/webm", --- -1.9.0.rc3 - diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 8826c49..0000000 --- a/debian/patches/series +++ /dev/null @@ -1,3 +0,0 @@ -0001-tweeper.1.asciidoc-mention-a-way-to-use-tweeper-from.patch -0002-tweeper.1.asciidoc-reword-some-list-items.patch -0003-tweeper.php-support-generating-enclosure-for-audio-o.patch -- 2.1.4