From jasonwryan-guest at moszumanska.debian.org Fri Feb 2 06:17:13 2018 From: jasonwryan-guest at moszumanska.debian.org (jason ryan) Date: Fri, 02 Feb 2018 06:17:13 +0000 Subject: [Surfraw-commits] [surfraw] tag surfraw-2.3.0 created (now fad3905) Message-ID: <20180202061713.514.9073@moszumanska.debian.org> This is an automated email from the git hooks/post-receive script. jasonwryan-guest pushed a change to tag surfraw-2.3.0 in repository surfraw. at fad3905 (commit) No new revisions were added by this update. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/surfraw/surfraw.git From jasonwryan-guest at moszumanska.debian.org Fri Feb 2 06:22:14 2018 From: jasonwryan-guest at moszumanska.debian.org (jason ryan) Date: Fri, 02 Feb 2018 06:22:14 +0000 Subject: [Surfraw-commits] [surfraw] tag surfraw-2.3.0 deleted (was fad3905) Message-ID: <20180202062214.11996.18861@moszumanska.debian.org> This is an automated email from the git hooks/post-receive script. jasonwryan-guest pushed a change to tag surfraw-2.3.0 in repository surfraw. *** WARNING: tag surfraw-2.3.0 was deleted! *** was fad3905 2.3.0 release The revisions that were on this tag are still contained in other references; therefore, this change does not discard any commits from the repository. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/surfraw/surfraw.git From jasonwryan-guest at moszumanska.debian.org Fri Feb 2 06:29:03 2018 From: jasonwryan-guest at moszumanska.debian.org (jason ryan) Date: Fri, 02 Feb 2018 06:29:03 +0000 Subject: [Surfraw-commits] [surfraw] branch master updated (fad3905 -> bf00ca6) Message-ID: <20180202062903.3433.56676@moszumanska.debian.org> This is an automated email from the git hooks/post-receive script. jasonwryan-guest pushed a change to branch master in repository surfraw. discards fad3905 2.3.0 release new bf00ca6 2.3.0 release This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (fad3905) \ N -- N -- N refs/heads/master (bf00ca6) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: test/Makefile.am | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/surfraw/surfraw.git From jasonwryan-guest at moszumanska.debian.org Fri Feb 2 06:29:03 2018 From: jasonwryan-guest at moszumanska.debian.org (jason ryan) Date: Fri, 02 Feb 2018 06:29:03 +0000 Subject: [Surfraw-commits] [surfraw] 01/01: 2.3.0 release In-Reply-To: <20180202062903.3433.56676@moszumanska.debian.org> References: <20180202062903.3433.56676@moszumanska.debian.org> Message-ID: This is an automated email from the git hooks/post-receive script. jasonwryan-guest pushed a commit to branch master in repository surfraw. commit bf00ca63c50b4ebef6040437a9c242b5f63a5901 Author: Jason Ryan Date: Sat Jan 27 16:40:54 2018 +1300 2.3.0 release --- COPYING | 2 +- ChangeLog | 7 +++++++ Makefile.am | 4 ++-- NEWS | 23 +++++++++++++++++++++++ README | 8 ++++---- configure.in | 2 +- debian/changelog | 10 ++++++++++ debian/copyright | 8 ++++---- debian/watch | 2 +- elvi.1sr.IN | 2 +- surfraw.1.IN | 2 +- surfraw.IN | 2 +- surfraw.lsm.in | 4 ++-- test/Makefile.am | 53 +++++++++++++++++++++++++---------------------------- 14 files changed, 83 insertions(+), 46 deletions(-) diff --git a/COPYING b/COPYING index 2db7b7a..0fdb80e 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ - Copyright (c) 2003-2013 The Surfraw-Devel Team + Copyright (c) 2003-2018 The Surfraw-Devel Team Copyright (c) 2000-2001 Julian Assange Copyright (c) 2001 Australian Institute for Collaborative Research diff --git a/ChangeLog b/ChangeLog index ae2c7f3..1b98ecf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2018-01-13 Jason Ryan + * Bump version to 2.3.0 + * Enabled bash completion at buildtime (ngO) + * Select Perl version at buildtime (Mark Meyer) + * Remove lynx-cur (closes #882286) + * Packages the https elvi + 2017-06-07 Jason Ryan * new elvi: wiktionary diff --git a/Makefile.am b/Makefile.am index b929c17..9192bff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,7 @@ debian_extra = debian/NEWS debian/README.Debian debian/changelog debian/compat d debian/surfraw-extra.files debian/surfraw-extra.install debian/watch EXTRA_DIST = surfraw.lsm.in surfraw.IN surfraw-update-path.IN\ - surfraw.spec.in aclocal.m4 HACKING \ + surfraw.spec.in aclocal.m4 HACKING STYLE \ surfraw.1.IN elvi.1sr.IN surfraw.bookmarks links.IN \ surfraw-bash-completion.IN surfraw.conf.IN \ $(devel_extra) $(debian_extra) @@ -110,7 +110,7 @@ if INSTALLSR endif if BASHCOMPLETIONS mkdir -p $(DESTDIR)@sysconfdir@/bash_completion.d - @cp $(top_srcdir)/surfraw-bash-completion $(DESTDIR)@sysconfdir@/bash_completion.d/surfraw + @cp surfraw-bash-completion $(DESTDIR)@sysconfdir@/bash_completion.d/surfraw endif uninstall-local: links diff --git a/NEWS b/NEWS index 6eac192..ccf5c73 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,29 @@ Surfin' in the raw! N E W S +Sat Jan 13 18:55:20 GMT 2018 - surfraw 2.3.0 + + * We are moving! This is the last release on Debian's platform. + For all future development, please check out + https://gitlab.com/surfraw/Surfraw + + * All elvi now use HTTPS + + Elvi for sites that don't work with HTTPS have left the building: + - cablesearch + - dmoz + - openports + - opensearch + - pasearch + - rhyme + - rpmsearch + - scicom + - scirus + - wetandwild + - yacy + - yubnub + * Enabled bash completion at buildtime (ngO) + * Select Perl version at buildtime (Mark Meyer) + * Remove lynx-cur (closes #882286) Tue Dec 10 15:49:46 GMT 2013 - surfraw 2.2.9 diff --git a/README b/README index 7d4ad7b..9a62b45 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ Surfraw - Shell Users' Revolutionary Front Rage Against the Web -Home Page: http://surfraw.alioth.debian.org +Home Page: https://gitlab.com/surfraw/Surfraw ______ _ _ ______ _______ ______ _______ _ _ _ / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) @@ -11,8 +11,8 @@ Home Page: http://surfraw.alioth.debian.org (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ Surfraw - Shell Users' Revolutionary Front Rage Against the Web - New: http://surfraw.alioth.debian.org - Old: http://surfraw.sourceforge.net/ + New: https://gitlab.com/surfraw/Surfraw + Old: http://surfraw.alioth.debian.org Oh Baybe I need some @@ -341,7 +341,7 @@ Global options: -version Display Surfraw version (2.2.7) -- End of options Copyright: - Copyright (c) 2003-2013 The Surfraw-Devel Team + Copyright (c) 2003-2018 The Surfraw-Devel Team Copyright (c) 2000-2001 Julian Assange Copyright (c) 2001 Australian Institute for Collaborative Research diff --git a/configure.in b/configure.in index c2dbe1f..9dd99ce 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script. dnl This is the only place where the package version appears dnl (apart from changelogs & NEWS) -AC_INIT(surfraw, 2.2.9) +AC_INIT(surfraw, 2.3.0) AC_PREREQ(2.54) AC_CONFIG_SRCDIR([surfraw.IN]) diff --git a/debian/changelog b/debian/changelog index c45b068..4a6acd1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +surfraw (2.3.0-1) unstable; urgency=low + + * New upstream version + * Enabled bash completion at buildtime (ngO) + * Select Perl version at buildtime (Mark Meyer) + * Remove lynx-cur (Closes: #882286) + * Packages the https elvi + + -- Jason Ryan Sat, 13 Jan 2018 18:52:10 +0000 + surfraw (2.2.9-1) unstable; urgency=low * New upstream version diff --git a/debian/copyright b/debian/copyright index fbe1db2..942a750 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: surfraw Upstream-Contact: Surfraw-Devel -Source: http://surfraw.alioth.debian.org/dist/ +Source: https://gitlab.com/surfraw/Surfraw Comment: This package has initially been debianized by Christian Surchi since Sat, 5 Aug 2000 18:59:30 +0200. @@ -9,11 +9,11 @@ Comment: surfraw has originally been developed by Julian Assange , and was originally downloaded from ftp://ftp.netbsd.org/pub/NetBSD/misc/proff/ . - Since July 2003 its development has continued through the surfraw Alioth - project, you're welcome to contribute. + Since July 2003 its development has continued through the surfraw project, + you're welcome to contribute. Files: * -Copyright: Copyright (c) 2003-2013 The Surfraw-Devel team +Copyright: Copyright (c) 2003-2018 The Surfraw-Devel team Copyright (c) 2000-2001 Julian Assange Copyright (c) 2001 Australian Institute for Collaborative Research Copyright (c) 2000 Melbourne Institute for Advanced Study diff --git a/debian/watch b/debian/watch index ccee7e0..9d2258e 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -http://surfraw.alioth.debian.org/ dist/surfraw-(.*)\.tar\.gz +https://gitlab.com/surfraw/Surfraw dist/surfraw-(.*)\.tar\.gz diff --git a/elvi.1sr.IN b/elvi.1sr.IN index 589d02d..b2b4bf4 100644 --- a/elvi.1sr.IN +++ b/elvi.1sr.IN @@ -162,7 +162,7 @@ man page for surfraw(1) by Christian Surchi. .SH COPYRIGHT - Copyright (c) 2003\(hy2013 The Surfraw\-Devel Team + Copyright (c) 2003\(hy2018 The Surfraw\-Devel Team Copyright (c) 2000\(hy2001 Julian Assange Copyright (c) 2001 Australian Institute for Collaborative Research diff --git a/surfraw.1.IN b/surfraw.1.IN index f05b890..7609ced 100644 --- a/surfraw.1.IN +++ b/surfraw.1.IN @@ -387,7 +387,7 @@ man page by Christian Surchi. .SH COPYRIGHT - Copyright (c) 2003-2013 The Surfraw\-Devel Team + Copyright (c) 2003-2018 The Surfraw\-Devel Team Copyright (c) 2000-2001 Julian Assange Copyright (c) 2001 Australian Institute for Collaborative Research diff --git a/surfraw.IN b/surfraw.IN index 756a474..01130c0 100755 --- a/surfraw.IN +++ b/surfraw.IN @@ -1,7 +1,7 @@ #!/bin/sh # Surfraw -- Shell Users' Revolutionary Front Against the World wide web # -# Copyright (c) 2003-2013 The Surfraw-Devel Team +# Copyright (c) 2003-2018 The Surfraw-Devel Team # # Copyright (c) 2000-2001 Julian Assange, placed into the public domain # Copyright (c) 2000 Melbourne Institute for Advanced Study, placed into the public domain diff --git a/surfraw.lsm.in b/surfraw.lsm.in index 4994499..c57cd13 100644 --- a/surfraw.lsm.in +++ b/surfraw.lsm.in @@ -9,8 +9,8 @@ Keywords: surfraw, www, web, search Author: proff at iq.org (Julian Assange) surfraw-devel at lists.alioth.debian.org (Current surfraw developers) Maintained-by: surfraw-devel at lists.alioth.debian.org -Primary-site: http://surfraw.alioth.debian.org -Original-site: surfraw.sourceforge.net +Primary-site: https://gitlab.com/surfraw/Surfraw +Original-site: http://surfraw.alioth.debian.org Platforms: shell, perl and sed script Copying-policy: Public Domain End diff --git a/test/Makefile.am b/test/Makefile.am index 2dd709b..d83db76 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,31 +1,28 @@ -EXTRA_DIST = runtests elviwithouttests README COOKIES W.test S.test \ - acronym.test ads.test alioth.test amazon.test archpkg.test \ - archwiki.test arxiv.test ask.test aur.test austlii.test \ - bbcnews.test bing.test bookfinder.test bugmenot.test \ - bugzilla.test cia.test cisco.test cite.test \ - cliki.test cnn.test comlaw.test ctan.test currency.test \ - cve.test debbugs.test debcodesearch.test debcontents.test \ - deblists.test deblogs.test debpackages.test debpkghome.test \ - debpts.test debsec.test debvcsbrowse.test debwiki.test \ - deja.test deli.test discogs.test duckduckgo.test \ - ebay.test etym.test excite.test f5.test finkpkg.test \ - foldoc.test freebsd.test freedb.test freshmeat.test \ - fsfdir.test gcache.test genbugs.test genportage.test \ - github.test gmane.test google.test gutenberg.test imdb.test \ - ixquick.test jamendo.test javasun.test jquery.test lastfm.test \ - leodict.test l1sp.test lsm.test macports.test mathworld.test \ - mdn.test mininova.test musicbrainz.test mysqldoc.test \ - netbsd.test ntrs.test openbsd.test openports.test \ - opensearch.test oraclesearch.test pasearch.test pgdoc.test \ - phpdoc.test pin.test piratebay.test pgpkeys.test priberam.test \ - pubmed.test rae.test rfc.test rhyme.test rpmsearch.test \ - scholar.test scicom.test scirus.test scpan.test slashdot.test \ - slinuxdoc.test sourceforge.test springer.test stack.test \ - stockquote.test thesaurus.test translate.test urban.test \ - w3css.test w3html.test w3link.test w3rdf.test wayback.test \ - webster.test wetandwild.test wikipedia.test wolfram.test \ - woffle.test worldwidescience.test yacy.test yahoo.test \ - yandex.test youtube.test yubnub.test +EXTRA_DIST = runtests elviwithouttests README COOKIES W.test S.test \ + acronym.test ads.test alioth.test amazon.test archpkg.test \ + archwiki.test arxiv.test ask.test aur.test austlii.test \ + bbcnews.test bing.test bookfinder.test bugmenot.test \ + bugzilla.test cia.test cisco.test cite.test cliki.test cnn.test \ + comlaw.test commandlinefu.test ctan.test currency.test cve.test \ + debbugs.test debcodesearch.test debcontents.test deblists.test \ + deblogs.test debpackages.test debpkghome.test debpts.test \ + debsec.test debvcsbrowse.test debwiki.test deja.test discogs.test \ + duckduckgo.test ebay.test etym.test excite.test f5.test \ + finkpkg.test foldoc.test freebsd.test freedb.test freshmeat.tes \ + fsfdir.test gcache.test genbugs.test genportage.test github.test \ + gmane.test google.test gutenberg.test imdb.test ixquick.test \ + jamendo.test javasun.test jquery.test lastfm.test leodict.test \ + l1sp.test lsm.test macports.test mathworld.test mdn.test \ + mininova.test musicbrainz.test mysqldoc.test netbsd.test \ + nlab.test ntrs.test openbsd.test oraclesearch.test pgdoc.test \ + phpdoc.test pin.test piratebay.test pgpkeys.test priberam.test \ + pubmed.test rae.test rfc.test scholar.test scpan.test searx.test \ + slashdot.test slinuxdoc.test sourceforge.test springer.test \ + stack.test stockquote.test thesaurus.test translate.test \ + urban.test w3css.test w3html.test w3link.test w3rdf.test \ + wayback.test webster.test wikipedia.test wikitionary.test \ + wolfram.test woffle.test worldwidescience.test yahoo.test \ + yandex.test youtube.test test: ./runtests -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/surfraw/surfraw.git From jasonwryan-guest at moszumanska.debian.org Fri Feb 2 06:29:49 2018 From: jasonwryan-guest at moszumanska.debian.org (jason ryan) Date: Fri, 02 Feb 2018 06:29:49 +0000 Subject: [Surfraw-commits] [surfraw] tag surfraw-2.3.0 created (now bf00ca6) Message-ID: <20180202062949.5661.89593@moszumanska.debian.org> This is an automated email from the git hooks/post-receive script. jasonwryan-guest pushed a change to tag surfraw-2.3.0 in repository surfraw. at bf00ca6 (commit) No new revisions were added by this update. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/surfraw/surfraw.git From jasonwryan-guest at moszumanska.debian.org Fri Feb 2 06:31:37 2018 From: jasonwryan-guest at moszumanska.debian.org (jason ryan) Date: Fri, 02 Feb 2018 06:31:37 +0000 Subject: [Surfraw-commits] [surfraw] tag surfraw-2.3.0 deleted (was bf00ca6) Message-ID: <20180202063137.12568.96767@moszumanska.debian.org> This is an automated email from the git hooks/post-receive script. jasonwryan-guest pushed a change to tag surfraw-2.3.0 in repository surfraw. *** WARNING: tag surfraw-2.3.0 was deleted! *** was bf00ca6 2.3.0 release The revisions that were on this tag are still contained in other references; therefore, this change does not discard any commits from the repository. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/surfraw/surfraw.git From jasonwryan-guest at moszumanska.debian.org Fri Feb 2 06:33:34 2018 From: jasonwryan-guest at moszumanska.debian.org (jason ryan) Date: Fri, 02 Feb 2018 06:33:34 +0000 Subject: [Surfraw-commits] [surfraw] branch master updated (bf00ca6 -> 5ddbfa8) Message-ID: <20180202063334.26490.87283@moszumanska.debian.org> This is an automated email from the git hooks/post-receive script. jasonwryan-guest pushed a change to branch master in repository surfraw. discards bf00ca6 2.3.0 release new 5ddbfa8 2.3.0 release This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (bf00ca6) \ N -- N -- N refs/heads/master (5ddbfa8) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/surfraw/surfraw.git From jasonwryan-guest at moszumanska.debian.org Fri Feb 2 06:33:34 2018 From: jasonwryan-guest at moszumanska.debian.org (jason ryan) Date: Fri, 02 Feb 2018 06:33:34 +0000 Subject: [Surfraw-commits] [surfraw] 01/01: 2.3.0 release In-Reply-To: <20180202063334.26490.87283@moszumanska.debian.org> References: <20180202063334.26490.87283@moszumanska.debian.org> Message-ID: This is an automated email from the git hooks/post-receive script. jasonwryan-guest pushed a commit to branch master in repository surfraw. commit 5ddbfa8f8b060ca40f5762d8926e1f370e63f479 Author: Jason Ryan Date: Sat Jan 27 16:40:54 2018 +1300 2.3.0 release --- COPYING | 2 +- ChangeLog | 7 +++++++ Makefile.am | 4 ++-- NEWS | 23 +++++++++++++++++++++++ README | 8 ++++---- configure.in | 2 +- debian/changelog | 10 ++++++++++ debian/copyright | 8 ++++---- debian/watch | 2 +- elvi.1sr.IN | 2 +- surfraw.1.IN | 2 +- surfraw.IN | 2 +- surfraw.lsm.in | 4 ++-- test/Makefile.am | 53 +++++++++++++++++++++++++---------------------------- 14 files changed, 83 insertions(+), 46 deletions(-) diff --git a/COPYING b/COPYING index 2db7b7a..0fdb80e 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ - Copyright (c) 2003-2013 The Surfraw-Devel Team + Copyright (c) 2003-2018 The Surfraw-Devel Team Copyright (c) 2000-2001 Julian Assange Copyright (c) 2001 Australian Institute for Collaborative Research diff --git a/ChangeLog b/ChangeLog index ae2c7f3..1b98ecf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2018-01-13 Jason Ryan + * Bump version to 2.3.0 + * Enabled bash completion at buildtime (ngO) + * Select Perl version at buildtime (Mark Meyer) + * Remove lynx-cur (closes #882286) + * Packages the https elvi + 2017-06-07 Jason Ryan * new elvi: wiktionary diff --git a/Makefile.am b/Makefile.am index b929c17..9192bff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,7 @@ debian_extra = debian/NEWS debian/README.Debian debian/changelog debian/compat d debian/surfraw-extra.files debian/surfraw-extra.install debian/watch EXTRA_DIST = surfraw.lsm.in surfraw.IN surfraw-update-path.IN\ - surfraw.spec.in aclocal.m4 HACKING \ + surfraw.spec.in aclocal.m4 HACKING STYLE \ surfraw.1.IN elvi.1sr.IN surfraw.bookmarks links.IN \ surfraw-bash-completion.IN surfraw.conf.IN \ $(devel_extra) $(debian_extra) @@ -110,7 +110,7 @@ if INSTALLSR endif if BASHCOMPLETIONS mkdir -p $(DESTDIR)@sysconfdir@/bash_completion.d - @cp $(top_srcdir)/surfraw-bash-completion $(DESTDIR)@sysconfdir@/bash_completion.d/surfraw + @cp surfraw-bash-completion $(DESTDIR)@sysconfdir@/bash_completion.d/surfraw endif uninstall-local: links diff --git a/NEWS b/NEWS index 6eac192..ccf5c73 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,29 @@ Surfin' in the raw! N E W S +Sat Jan 13 18:55:20 GMT 2018 - surfraw 2.3.0 + + * We are moving! This is the last release on Debian's platform. + For all future development, please check out + https://gitlab.com/surfraw/Surfraw + + * All elvi now use HTTPS + + Elvi for sites that don't work with HTTPS have left the building: + - cablesearch + - dmoz + - openports + - opensearch + - pasearch + - rhyme + - rpmsearch + - scicom + - scirus + - wetandwild + - yacy + - yubnub + * Enabled bash completion at buildtime (ngO) + * Select Perl version at buildtime (Mark Meyer) + * Remove lynx-cur (closes #882286) Tue Dec 10 15:49:46 GMT 2013 - surfraw 2.2.9 diff --git a/README b/README index 7d4ad7b..9a62b45 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ Surfraw - Shell Users' Revolutionary Front Rage Against the Web -Home Page: http://surfraw.alioth.debian.org +Home Page: https://gitlab.com/surfraw/Surfraw ______ _ _ ______ _______ ______ _______ _ _ _ / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) @@ -11,8 +11,8 @@ Home Page: http://surfraw.alioth.debian.org (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ Surfraw - Shell Users' Revolutionary Front Rage Against the Web - New: http://surfraw.alioth.debian.org - Old: http://surfraw.sourceforge.net/ + New: https://gitlab.com/surfraw/Surfraw + Old: http://surfraw.alioth.debian.org Oh Baybe I need some @@ -341,7 +341,7 @@ Global options: -version Display Surfraw version (2.2.7) -- End of options Copyright: - Copyright (c) 2003-2013 The Surfraw-Devel Team + Copyright (c) 2003-2018 The Surfraw-Devel Team Copyright (c) 2000-2001 Julian Assange Copyright (c) 2001 Australian Institute for Collaborative Research diff --git a/configure.in b/configure.in index c2dbe1f..9dd99ce 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script. dnl This is the only place where the package version appears dnl (apart from changelogs & NEWS) -AC_INIT(surfraw, 2.2.9) +AC_INIT(surfraw, 2.3.0) AC_PREREQ(2.54) AC_CONFIG_SRCDIR([surfraw.IN]) diff --git a/debian/changelog b/debian/changelog index c45b068..4a6acd1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +surfraw (2.3.0-1) unstable; urgency=low + + * New upstream version + * Enabled bash completion at buildtime (ngO) + * Select Perl version at buildtime (Mark Meyer) + * Remove lynx-cur (Closes: #882286) + * Packages the https elvi + + -- Jason Ryan Sat, 13 Jan 2018 18:52:10 +0000 + surfraw (2.2.9-1) unstable; urgency=low * New upstream version diff --git a/debian/copyright b/debian/copyright index fbe1db2..942a750 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: surfraw Upstream-Contact: Surfraw-Devel -Source: http://surfraw.alioth.debian.org/dist/ +Source: https://gitlab.com/surfraw/Surfraw Comment: This package has initially been debianized by Christian Surchi since Sat, 5 Aug 2000 18:59:30 +0200. @@ -9,11 +9,11 @@ Comment: surfraw has originally been developed by Julian Assange , and was originally downloaded from ftp://ftp.netbsd.org/pub/NetBSD/misc/proff/ . - Since July 2003 its development has continued through the surfraw Alioth - project, you're welcome to contribute. + Since July 2003 its development has continued through the surfraw project, + you're welcome to contribute. Files: * -Copyright: Copyright (c) 2003-2013 The Surfraw-Devel team +Copyright: Copyright (c) 2003-2018 The Surfraw-Devel team Copyright (c) 2000-2001 Julian Assange Copyright (c) 2001 Australian Institute for Collaborative Research Copyright (c) 2000 Melbourne Institute for Advanced Study diff --git a/debian/watch b/debian/watch index ccee7e0..9d2258e 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -http://surfraw.alioth.debian.org/ dist/surfraw-(.*)\.tar\.gz +https://gitlab.com/surfraw/Surfraw dist/surfraw-(.*)\.tar\.gz diff --git a/elvi.1sr.IN b/elvi.1sr.IN index 589d02d..b2b4bf4 100644 --- a/elvi.1sr.IN +++ b/elvi.1sr.IN @@ -162,7 +162,7 @@ man page for surfraw(1) by Christian Surchi. .SH COPYRIGHT - Copyright (c) 2003\(hy2013 The Surfraw\-Devel Team + Copyright (c) 2003\(hy2018 The Surfraw\-Devel Team Copyright (c) 2000\(hy2001 Julian Assange Copyright (c) 2001 Australian Institute for Collaborative Research diff --git a/surfraw.1.IN b/surfraw.1.IN index f05b890..7609ced 100644 --- a/surfraw.1.IN +++ b/surfraw.1.IN @@ -387,7 +387,7 @@ man page by Christian Surchi. .SH COPYRIGHT - Copyright (c) 2003-2013 The Surfraw\-Devel Team + Copyright (c) 2003-2018 The Surfraw\-Devel Team Copyright (c) 2000-2001 Julian Assange Copyright (c) 2001 Australian Institute for Collaborative Research diff --git a/surfraw.IN b/surfraw.IN index 756a474..01130c0 100755 --- a/surfraw.IN +++ b/surfraw.IN @@ -1,7 +1,7 @@ #!/bin/sh # Surfraw -- Shell Users' Revolutionary Front Against the World wide web # -# Copyright (c) 2003-2013 The Surfraw-Devel Team +# Copyright (c) 2003-2018 The Surfraw-Devel Team # # Copyright (c) 2000-2001 Julian Assange, placed into the public domain # Copyright (c) 2000 Melbourne Institute for Advanced Study, placed into the public domain diff --git a/surfraw.lsm.in b/surfraw.lsm.in index 4994499..c57cd13 100644 --- a/surfraw.lsm.in +++ b/surfraw.lsm.in @@ -9,8 +9,8 @@ Keywords: surfraw, www, web, search Author: proff at iq.org (Julian Assange) surfraw-devel at lists.alioth.debian.org (Current surfraw developers) Maintained-by: surfraw-devel at lists.alioth.debian.org -Primary-site: http://surfraw.alioth.debian.org -Original-site: surfraw.sourceforge.net +Primary-site: https://gitlab.com/surfraw/Surfraw +Original-site: http://surfraw.alioth.debian.org Platforms: shell, perl and sed script Copying-policy: Public Domain End diff --git a/test/Makefile.am b/test/Makefile.am index 2dd709b..781d6ac 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,31 +1,28 @@ -EXTRA_DIST = runtests elviwithouttests README COOKIES W.test S.test \ - acronym.test ads.test alioth.test amazon.test archpkg.test \ - archwiki.test arxiv.test ask.test aur.test austlii.test \ - bbcnews.test bing.test bookfinder.test bugmenot.test \ - bugzilla.test cia.test cisco.test cite.test \ - cliki.test cnn.test comlaw.test ctan.test currency.test \ - cve.test debbugs.test debcodesearch.test debcontents.test \ - deblists.test deblogs.test debpackages.test debpkghome.test \ - debpts.test debsec.test debvcsbrowse.test debwiki.test \ - deja.test deli.test discogs.test duckduckgo.test \ - ebay.test etym.test excite.test f5.test finkpkg.test \ - foldoc.test freebsd.test freedb.test freshmeat.test \ - fsfdir.test gcache.test genbugs.test genportage.test \ - github.test gmane.test google.test gutenberg.test imdb.test \ - ixquick.test jamendo.test javasun.test jquery.test lastfm.test \ - leodict.test l1sp.test lsm.test macports.test mathworld.test \ - mdn.test mininova.test musicbrainz.test mysqldoc.test \ - netbsd.test ntrs.test openbsd.test openports.test \ - opensearch.test oraclesearch.test pasearch.test pgdoc.test \ - phpdoc.test pin.test piratebay.test pgpkeys.test priberam.test \ - pubmed.test rae.test rfc.test rhyme.test rpmsearch.test \ - scholar.test scicom.test scirus.test scpan.test slashdot.test \ - slinuxdoc.test sourceforge.test springer.test stack.test \ - stockquote.test thesaurus.test translate.test urban.test \ - w3css.test w3html.test w3link.test w3rdf.test wayback.test \ - webster.test wetandwild.test wikipedia.test wolfram.test \ - woffle.test worldwidescience.test yacy.test yahoo.test \ - yandex.test youtube.test yubnub.test +EXTRA_DIST = runtests elviwithouttests README COOKIES W.test S.test \ + acronym.test ads.test alioth.test amazon.test archpkg.test \ + archwiki.test arxiv.test ask.test aur.test austlii.test \ + bbcnews.test bing.test bookfinder.test bugmenot.test \ + bugzilla.test cia.test cisco.test cite.test cliki.test cnn.test \ + comlaw.test commandlinefu.test ctan.test currency.test cve.test \ + debbugs.test debcodesearch.test debcontents.test deblists.test \ + deblogs.test debpackages.test debpkghome.test debpts.test \ + debsec.test debvcsbrowse.test debwiki.test deja.test discogs.test \ + duckduckgo.test ebay.test etym.test excite.test f5.test \ + finkpkg.test foldoc.test freebsd.test freedb.test freshmeat.test \ + fsfdir.test gcache.test genbugs.test genportage.test github.test \ + gmane.test google.test gutenberg.test imdb.test ixquick.test \ + jamendo.test javasun.test jquery.test lastfm.test leodict.test \ + l1sp.test lsm.test macports.test mathworld.test mdn.test \ + mininova.test musicbrainz.test mysqldoc.test netbsd.test \ + nlab.test ntrs.test openbsd.test oraclesearch.test pgdoc.test \ + phpdoc.test pin.test piratebay.test pgpkeys.test priberam.test \ + pubmed.test rae.test rfc.test scholar.test scpan.test searx.test \ + slashdot.test slinuxdoc.test sourceforge.test springer.test \ + stack.test stockquote.test thesaurus.test translate.test \ + urban.test w3css.test w3html.test w3link.test w3rdf.test \ + wayback.test webster.test wikipedia.test wikitionary.test \ + wolfram.test woffle.test worldwidescience.test yahoo.test \ + yandex.test youtube.test test: ./runtests -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/surfraw/surfraw.git From jasonwryan-guest at moszumanska.debian.org Fri Feb 2 06:34:11 2018 From: jasonwryan-guest at moszumanska.debian.org (jason ryan) Date: Fri, 02 Feb 2018 06:34:11 +0000 Subject: [Surfraw-commits] [surfraw] tag surfraw-2.3.0 created (now 5ddbfa8) Message-ID: <20180202063411.11457.9935@moszumanska.debian.org> This is an automated email from the git hooks/post-receive script. jasonwryan-guest pushed a change to tag surfraw-2.3.0 in repository surfraw. at 5ddbfa8 (commit) No new revisions were added by this update. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/surfraw/surfraw.git From jasonwryan-guest at moszumanska.debian.org Fri Feb 2 06:36:00 2018 From: jasonwryan-guest at moszumanska.debian.org (jason ryan) Date: Fri, 02 Feb 2018 06:36:00 +0000 Subject: [Surfraw-commits] [surfraw] tag surfraw-2.3.0 deleted (was 5ddbfa8) Message-ID: <20180202063600.27184.54633@moszumanska.debian.org> This is an automated email from the git hooks/post-receive script. jasonwryan-guest pushed a change to tag surfraw-2.3.0 in repository surfraw. *** WARNING: tag surfraw-2.3.0 was deleted! *** was 5ddbfa8 2.3.0 release The revisions that were on this tag are still contained in other references; therefore, this change does not discard any commits from the repository. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/surfraw/surfraw.git From jasonwryan-guest at moszumanska.debian.org Fri Feb 2 06:37:29 2018 From: jasonwryan-guest at moszumanska.debian.org (jason ryan) Date: Fri, 02 Feb 2018 06:37:29 +0000 Subject: [Surfraw-commits] [surfraw] branch master updated (5ddbfa8 -> c329852) Message-ID: <20180202063729.28256.6699@moszumanska.debian.org> This is an automated email from the git hooks/post-receive script. jasonwryan-guest pushed a change to branch master in repository surfraw. discards 5ddbfa8 2.3.0 release new c329852 2.3.0 release This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (5ddbfa8) \ N -- N -- N refs/heads/master (c329852) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/surfraw/surfraw.git From jasonwryan-guest at moszumanska.debian.org Fri Feb 2 06:37:29 2018 From: jasonwryan-guest at moszumanska.debian.org (jason ryan) Date: Fri, 02 Feb 2018 06:37:29 +0000 Subject: [Surfraw-commits] [surfraw] 01/01: 2.3.0 release In-Reply-To: <20180202063729.28256.6699@moszumanska.debian.org> References: <20180202063729.28256.6699@moszumanska.debian.org> Message-ID: This is an automated email from the git hooks/post-receive script. jasonwryan-guest pushed a commit to branch master in repository surfraw. commit c329852296fe4e86e96722374edc1d69c2ab221d Author: Jason Ryan Date: Sat Jan 27 16:40:54 2018 +1300 2.3.0 release --- COPYING | 2 +- ChangeLog | 7 +++++++ Makefile.am | 4 ++-- NEWS | 23 +++++++++++++++++++++++ README | 8 ++++---- configure.in | 2 +- debian/changelog | 10 ++++++++++ debian/copyright | 8 ++++---- debian/watch | 2 +- elvi.1sr.IN | 2 +- surfraw.1.IN | 2 +- surfraw.IN | 2 +- surfraw.lsm.in | 4 ++-- test/Makefile.am | 53 +++++++++++++++++++++++++---------------------------- 14 files changed, 83 insertions(+), 46 deletions(-) diff --git a/COPYING b/COPYING index 2db7b7a..0fdb80e 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ - Copyright (c) 2003-2013 The Surfraw-Devel Team + Copyright (c) 2003-2018 The Surfraw-Devel Team Copyright (c) 2000-2001 Julian Assange Copyright (c) 2001 Australian Institute for Collaborative Research diff --git a/ChangeLog b/ChangeLog index ae2c7f3..1b98ecf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2018-01-13 Jason Ryan + * Bump version to 2.3.0 + * Enabled bash completion at buildtime (ngO) + * Select Perl version at buildtime (Mark Meyer) + * Remove lynx-cur (closes #882286) + * Packages the https elvi + 2017-06-07 Jason Ryan * new elvi: wiktionary diff --git a/Makefile.am b/Makefile.am index b929c17..9192bff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,7 @@ debian_extra = debian/NEWS debian/README.Debian debian/changelog debian/compat d debian/surfraw-extra.files debian/surfraw-extra.install debian/watch EXTRA_DIST = surfraw.lsm.in surfraw.IN surfraw-update-path.IN\ - surfraw.spec.in aclocal.m4 HACKING \ + surfraw.spec.in aclocal.m4 HACKING STYLE \ surfraw.1.IN elvi.1sr.IN surfraw.bookmarks links.IN \ surfraw-bash-completion.IN surfraw.conf.IN \ $(devel_extra) $(debian_extra) @@ -110,7 +110,7 @@ if INSTALLSR endif if BASHCOMPLETIONS mkdir -p $(DESTDIR)@sysconfdir@/bash_completion.d - @cp $(top_srcdir)/surfraw-bash-completion $(DESTDIR)@sysconfdir@/bash_completion.d/surfraw + @cp surfraw-bash-completion $(DESTDIR)@sysconfdir@/bash_completion.d/surfraw endif uninstall-local: links diff --git a/NEWS b/NEWS index 6eac192..ccf5c73 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,29 @@ Surfin' in the raw! N E W S +Sat Jan 13 18:55:20 GMT 2018 - surfraw 2.3.0 + + * We are moving! This is the last release on Debian's platform. + For all future development, please check out + https://gitlab.com/surfraw/Surfraw + + * All elvi now use HTTPS + + Elvi for sites that don't work with HTTPS have left the building: + - cablesearch + - dmoz + - openports + - opensearch + - pasearch + - rhyme + - rpmsearch + - scicom + - scirus + - wetandwild + - yacy + - yubnub + * Enabled bash completion at buildtime (ngO) + * Select Perl version at buildtime (Mark Meyer) + * Remove lynx-cur (closes #882286) Tue Dec 10 15:49:46 GMT 2013 - surfraw 2.2.9 diff --git a/README b/README index 7d4ad7b..9a62b45 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ Surfraw - Shell Users' Revolutionary Front Rage Against the Web -Home Page: http://surfraw.alioth.debian.org +Home Page: https://gitlab.com/surfraw/Surfraw ______ _ _ ______ _______ ______ _______ _ _ _ / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) @@ -11,8 +11,8 @@ Home Page: http://surfraw.alioth.debian.org (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ Surfraw - Shell Users' Revolutionary Front Rage Against the Web - New: http://surfraw.alioth.debian.org - Old: http://surfraw.sourceforge.net/ + New: https://gitlab.com/surfraw/Surfraw + Old: http://surfraw.alioth.debian.org Oh Baybe I need some @@ -341,7 +341,7 @@ Global options: -version Display Surfraw version (2.2.7) -- End of options Copyright: - Copyright (c) 2003-2013 The Surfraw-Devel Team + Copyright (c) 2003-2018 The Surfraw-Devel Team Copyright (c) 2000-2001 Julian Assange Copyright (c) 2001 Australian Institute for Collaborative Research diff --git a/configure.in b/configure.in index c2dbe1f..9dd99ce 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script. dnl This is the only place where the package version appears dnl (apart from changelogs & NEWS) -AC_INIT(surfraw, 2.2.9) +AC_INIT(surfraw, 2.3.0) AC_PREREQ(2.54) AC_CONFIG_SRCDIR([surfraw.IN]) diff --git a/debian/changelog b/debian/changelog index c45b068..4a6acd1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +surfraw (2.3.0-1) unstable; urgency=low + + * New upstream version + * Enabled bash completion at buildtime (ngO) + * Select Perl version at buildtime (Mark Meyer) + * Remove lynx-cur (Closes: #882286) + * Packages the https elvi + + -- Jason Ryan Sat, 13 Jan 2018 18:52:10 +0000 + surfraw (2.2.9-1) unstable; urgency=low * New upstream version diff --git a/debian/copyright b/debian/copyright index fbe1db2..942a750 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: surfraw Upstream-Contact: Surfraw-Devel -Source: http://surfraw.alioth.debian.org/dist/ +Source: https://gitlab.com/surfraw/Surfraw Comment: This package has initially been debianized by Christian Surchi since Sat, 5 Aug 2000 18:59:30 +0200. @@ -9,11 +9,11 @@ Comment: surfraw has originally been developed by Julian Assange , and was originally downloaded from ftp://ftp.netbsd.org/pub/NetBSD/misc/proff/ . - Since July 2003 its development has continued through the surfraw Alioth - project, you're welcome to contribute. + Since July 2003 its development has continued through the surfraw project, + you're welcome to contribute. Files: * -Copyright: Copyright (c) 2003-2013 The Surfraw-Devel team +Copyright: Copyright (c) 2003-2018 The Surfraw-Devel team Copyright (c) 2000-2001 Julian Assange Copyright (c) 2001 Australian Institute for Collaborative Research Copyright (c) 2000 Melbourne Institute for Advanced Study diff --git a/debian/watch b/debian/watch index ccee7e0..9d2258e 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -http://surfraw.alioth.debian.org/ dist/surfraw-(.*)\.tar\.gz +https://gitlab.com/surfraw/Surfraw dist/surfraw-(.*)\.tar\.gz diff --git a/elvi.1sr.IN b/elvi.1sr.IN index 589d02d..b2b4bf4 100644 --- a/elvi.1sr.IN +++ b/elvi.1sr.IN @@ -162,7 +162,7 @@ man page for surfraw(1) by Christian Surchi. .SH COPYRIGHT - Copyright (c) 2003\(hy2013 The Surfraw\-Devel Team + Copyright (c) 2003\(hy2018 The Surfraw\-Devel Team Copyright (c) 2000\(hy2001 Julian Assange Copyright (c) 2001 Australian Institute for Collaborative Research diff --git a/surfraw.1.IN b/surfraw.1.IN index f05b890..7609ced 100644 --- a/surfraw.1.IN +++ b/surfraw.1.IN @@ -387,7 +387,7 @@ man page by Christian Surchi. .SH COPYRIGHT - Copyright (c) 2003-2013 The Surfraw\-Devel Team + Copyright (c) 2003-2018 The Surfraw\-Devel Team Copyright (c) 2000-2001 Julian Assange Copyright (c) 2001 Australian Institute for Collaborative Research diff --git a/surfraw.IN b/surfraw.IN index 756a474..01130c0 100755 --- a/surfraw.IN +++ b/surfraw.IN @@ -1,7 +1,7 @@ #!/bin/sh # Surfraw -- Shell Users' Revolutionary Front Against the World wide web # -# Copyright (c) 2003-2013 The Surfraw-Devel Team +# Copyright (c) 2003-2018 The Surfraw-Devel Team # # Copyright (c) 2000-2001 Julian Assange, placed into the public domain # Copyright (c) 2000 Melbourne Institute for Advanced Study, placed into the public domain diff --git a/surfraw.lsm.in b/surfraw.lsm.in index 4994499..c57cd13 100644 --- a/surfraw.lsm.in +++ b/surfraw.lsm.in @@ -9,8 +9,8 @@ Keywords: surfraw, www, web, search Author: proff at iq.org (Julian Assange) surfraw-devel at lists.alioth.debian.org (Current surfraw developers) Maintained-by: surfraw-devel at lists.alioth.debian.org -Primary-site: http://surfraw.alioth.debian.org -Original-site: surfraw.sourceforge.net +Primary-site: https://gitlab.com/surfraw/Surfraw +Original-site: http://surfraw.alioth.debian.org Platforms: shell, perl and sed script Copying-policy: Public Domain End diff --git a/test/Makefile.am b/test/Makefile.am index 2dd709b..21b72d6 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,31 +1,28 @@ -EXTRA_DIST = runtests elviwithouttests README COOKIES W.test S.test \ - acronym.test ads.test alioth.test amazon.test archpkg.test \ - archwiki.test arxiv.test ask.test aur.test austlii.test \ - bbcnews.test bing.test bookfinder.test bugmenot.test \ - bugzilla.test cia.test cisco.test cite.test \ - cliki.test cnn.test comlaw.test ctan.test currency.test \ - cve.test debbugs.test debcodesearch.test debcontents.test \ - deblists.test deblogs.test debpackages.test debpkghome.test \ - debpts.test debsec.test debvcsbrowse.test debwiki.test \ - deja.test deli.test discogs.test duckduckgo.test \ - ebay.test etym.test excite.test f5.test finkpkg.test \ - foldoc.test freebsd.test freedb.test freshmeat.test \ - fsfdir.test gcache.test genbugs.test genportage.test \ - github.test gmane.test google.test gutenberg.test imdb.test \ - ixquick.test jamendo.test javasun.test jquery.test lastfm.test \ - leodict.test l1sp.test lsm.test macports.test mathworld.test \ - mdn.test mininova.test musicbrainz.test mysqldoc.test \ - netbsd.test ntrs.test openbsd.test openports.test \ - opensearch.test oraclesearch.test pasearch.test pgdoc.test \ - phpdoc.test pin.test piratebay.test pgpkeys.test priberam.test \ - pubmed.test rae.test rfc.test rhyme.test rpmsearch.test \ - scholar.test scicom.test scirus.test scpan.test slashdot.test \ - slinuxdoc.test sourceforge.test springer.test stack.test \ - stockquote.test thesaurus.test translate.test urban.test \ - w3css.test w3html.test w3link.test w3rdf.test wayback.test \ - webster.test wetandwild.test wikipedia.test wolfram.test \ - woffle.test worldwidescience.test yacy.test yahoo.test \ - yandex.test youtube.test yubnub.test +EXTRA_DIST = runtests elviwithouttests README COOKIES W.test S.test \ + acronym.test ads.test alioth.test amazon.test archpkg.test \ + archwiki.test arxiv.test ask.test aur.test austlii.test \ + bbcnews.test bing.test bookfinder.test bugmenot.test \ + bugzilla.test cia.test cisco.test cite.test cliki.test cnn.test \ + comlaw.test commandlinefu.test ctan.test currency.test cve.test \ + debbugs.test debcodesearch.test debcontents.test deblists.test \ + deblogs.test debpackages.test debpkghome.test debpts.test \ + debsec.test debvcsbrowse.test debwiki.test deja.test discogs.test \ + duckduckgo.test ebay.test etym.test excite.test f5.test \ + finkpkg.test foldoc.test freebsd.test freedb.test freshmeat.test \ + fsfdir.test gcache.test genbugs.test genportage.test github.test \ + gmane.test google.test gutenberg.test imdb.test ixquick.test \ + jamendo.test javasun.test jquery.test lastfm.test leodict.test \ + l1sp.test lsm.test macports.test mathworld.test mdn.test \ + mininova.test musicbrainz.test mysqldoc.test netbsd.test \ + nlab.test ntrs.test openbsd.test oraclesearch.test pgdoc.test \ + phpdoc.test pin.test piratebay.test pgpkeys.test priberam.test \ + pubmed.test rae.test rfc.test scholar.test scpan.test searx.test \ + slashdot.test slinuxdoc.test sourceforge.test springer.test \ + stack.test stockquote.test thesaurus.test translate.test \ + urban.test w3css.test w3html.test w3link.test w3rdf.test \ + wayback.test webster.test wikipedia.test wiktionary.test \ + wolfram.test woffle.test worldwidescience.test yahoo.test \ + yandex.test youtube.test test: ./runtests -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/surfraw/surfraw.git From jasonwryan-guest at moszumanska.debian.org Fri Feb 2 06:38:11 2018 From: jasonwryan-guest at moszumanska.debian.org (jason ryan) Date: Fri, 02 Feb 2018 06:38:11 +0000 Subject: [Surfraw-commits] [surfraw] tag surfraw-2.3.0 created (now c329852) Message-ID: <20180202063811.22187.16667@moszumanska.debian.org> This is an automated email from the git hooks/post-receive script. jasonwryan-guest pushed a change to tag surfraw-2.3.0 in repository surfraw. at c329852 (commit) No new revisions were added by this update. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/surfraw/surfraw.git From jasonwryan-guest at moszumanska.debian.org Fri Feb 2 07:27:20 2018 From: jasonwryan-guest at moszumanska.debian.org (jason ryan) Date: Fri, 02 Feb 2018 07:27:20 +0000 Subject: [Surfraw-commits] [surfraw] tag surfraw-2.3.0 deleted (was c329852) Message-ID: <20180202072719.22626.9884@moszumanska.debian.org> This is an automated email from the git hooks/post-receive script. jasonwryan-guest pushed a change to tag surfraw-2.3.0 in repository surfraw. *** WARNING: tag surfraw-2.3.0 was deleted! *** was c329852 2.3.0 release The revisions that were on this tag are still contained in other references; therefore, this change does not discard any commits from the repository. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/surfraw/surfraw.git From jasonwryan-guest at moszumanska.debian.org Fri Feb 2 07:32:51 2018 From: jasonwryan-guest at moszumanska.debian.org (jason ryan) Date: Fri, 02 Feb 2018 07:32:51 +0000 Subject: [Surfraw-commits] [surfraw] branch master updated (c329852 -> 4a3c73f) Message-ID: <20180202073250.26090.73185@moszumanska.debian.org> This is an automated email from the git hooks/post-receive script. jasonwryan-guest pushed a change to branch master in repository surfraw. from c329852 2.3.0 release new 4a3c73f Revert "ng0's patch to include bash completions" The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: Makefile.am | 16 +++------------- configure.in | 7 ------- 2 files changed, 3 insertions(+), 20 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/surfraw/surfraw.git From jasonwryan-guest at moszumanska.debian.org Fri Feb 2 07:32:51 2018 From: jasonwryan-guest at moszumanska.debian.org (jason ryan) Date: Fri, 02 Feb 2018 07:32:51 +0000 Subject: [Surfraw-commits] [surfraw] 01/01: Revert "ng0's patch to include bash completions" In-Reply-To: <20180202073250.26090.73185@moszumanska.debian.org> References: <20180202073250.26090.73185@moszumanska.debian.org> Message-ID: This is an automated email from the git hooks/post-receive script. jasonwryan-guest pushed a commit to branch master in repository surfraw. commit 4a3c73fb42d9acaa43523c91851aba6c5d39f1cd Author: Jason Ryan Date: Fri Feb 2 20:31:51 2018 +1300 Revert "ng0's patch to include bash completions" This reverts commit ad8e7d2547b2263992afff2f14eef45bac0afe9c. --- Makefile.am | 16 +++------------- configure.in | 7 ------- 2 files changed, 3 insertions(+), 20 deletions(-) diff --git a/Makefile.am b/Makefile.am index 9192bff..0141193 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,11 +5,7 @@ if OPENSEARCH dist_bin_SCRIPTS = opensearch-discover opensearch-genquery endif devel_extra = banner prebuild -if BASHCOMPLETIONS -noinst_DATA = surfraw.bookmarks -else -noinst_DATA = surfraw.bookmarks surfraw-bash-completion -endif +noinst_DATA = surfraw-bash-completion surfraw.bookmarks man_MANS = surfraw-update-path.1 surfraw.1 elvi.1sr if OPENSEARCH man_MANS += opensearch-discover.1 opensearch-genquery.1 @@ -95,7 +91,7 @@ opensearch-genquery.1: opensearch-genquery -rm -f $@ pod2man $? > $@ -install-data-hook: links surfraw-bash-completion +install-data-hook: links chmod -x surfraw.conf elvi.1sr surfraw.1 mkdir -p $(DESTDIR)@sysconfdir@/xdg/surfraw cp surfraw.conf $(DESTDIR)@sysconfdir@/xdg/surfraw/conf @@ -108,10 +104,6 @@ if INSTALLSR ln -sf surfraw $(DESTDIR)/@bindir@/sr ln -sf surfraw.1.gz $(DESTDIR)/@mandir@/man1/sr.1.gz endif -if BASHCOMPLETIONS - mkdir -p $(DESTDIR)@sysconfdir@/bash_completion.d - @cp surfraw-bash-completion $(DESTDIR)@sysconfdir@/bash_completion.d/surfraw -endif uninstall-local: links -rm -f $(DESTDIR)@sysconfdir@/xdg/surfraw/conf @@ -126,9 +118,7 @@ if INSTALLSR rm -f $(DESTDIR)/@bindir@/sr rm -f $(DESTDIR)/@mandir@/man1/sr.1.gz endif -if BASHCOMPLETIONS - -rm -f $(DESTDIR)@sysconfdir@/bash_completion.d/surfraw -endif + submit-lsm: surfraw.lsm mail -s add LSM at qqx.org < $? diff --git a/configure.in b/configure.in index 9dd99ce..7dbe05d 100644 --- a/configure.in +++ b/configure.in @@ -18,13 +18,6 @@ AC_ARG_ENABLE([opensearch], AC_MSG_RESULT([$enable_opensearch]) AM_CONDITIONAL(OPENSEARCH, test "$enable_opensearch" = "yes") -AC_MSG_CHECKING([wether to install Bash completions]) -AC_ARG_ENABLE([bash-completions], - [AS_HELP_STRING([--disable-bash-completions], [disable Bash completions support])],, - [enable_bashcompletions=yes]) -AC_MSG_RESULT([$enable_bashcompletions]) -AM_CONDITIONAL(BASHCOMPLETIONS, test "$enable_bashcompletions" = "yes") - AC_MSG_CHECKING([whether to install sr alias]) AC_ARG_ENABLE([sr], [AS_HELP_STRING([--disable-sr], [disable sr alias])],, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/surfraw/surfraw.git From jasonwryan-guest at moszumanska.debian.org Fri Feb 2 07:36:04 2018 From: jasonwryan-guest at moszumanska.debian.org (jason ryan) Date: Fri, 02 Feb 2018 07:36:04 +0000 Subject: [Surfraw-commits] [surfraw] branch master updated (4a3c73f -> 8b7e1d1) Message-ID: <20180202073604.4341.52189@moszumanska.debian.org> This is an automated email from the git hooks/post-receive script. jasonwryan-guest pushed a change to branch master in repository surfraw. discards 4a3c73f Revert "ng0's patch to include bash completions" discards c329852 2.3.0 release new 8b7e1d1 2.3.0 release This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (4a3c73f) \ N -- N -- N refs/heads/master (8b7e1d1) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: ChangeLog | 1 - NEWS | 1 - debian/changelog | 1 - 3 files changed, 3 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/surfraw/surfraw.git From jasonwryan-guest at moszumanska.debian.org Fri Feb 2 07:36:04 2018 From: jasonwryan-guest at moszumanska.debian.org (jason ryan) Date: Fri, 02 Feb 2018 07:36:04 +0000 Subject: [Surfraw-commits] [surfraw] 01/01: 2.3.0 release In-Reply-To: <20180202073604.4341.52189@moszumanska.debian.org> References: <20180202073604.4341.52189@moszumanska.debian.org> Message-ID: This is an automated email from the git hooks/post-receive script. jasonwryan-guest pushed a commit to branch master in repository surfraw. commit 8b7e1d1f4f63d07370953ffc3abe492f943c90a2 Author: Jason Ryan Date: Sat Jan 27 16:40:54 2018 +1300 2.3.0 release --- COPYING | 2 +- ChangeLog | 6 ++++++ Makefile.am | 18 ++++-------------- NEWS | 22 ++++++++++++++++++++++ README | 8 ++++---- configure.in | 9 +-------- debian/changelog | 9 +++++++++ debian/copyright | 8 ++++---- debian/watch | 2 +- elvi.1sr.IN | 2 +- surfraw.1.IN | 2 +- surfraw.IN | 2 +- surfraw.lsm.in | 4 ++-- test/Makefile.am | 53 +++++++++++++++++++++++++---------------------------- 14 files changed, 82 insertions(+), 65 deletions(-) diff --git a/COPYING b/COPYING index 2db7b7a..0fdb80e 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ - Copyright (c) 2003-2013 The Surfraw-Devel Team + Copyright (c) 2003-2018 The Surfraw-Devel Team Copyright (c) 2000-2001 Julian Assange Copyright (c) 2001 Australian Institute for Collaborative Research diff --git a/ChangeLog b/ChangeLog index ae2c7f3..3ec3e5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2018-01-13 Jason Ryan + * Bump version to 2.3.0 + * Select Perl version at buildtime (Mark Meyer) + * Remove lynx-cur (closes #882286) + * Packages the https elvi + 2017-06-07 Jason Ryan * new elvi: wiktionary diff --git a/Makefile.am b/Makefile.am index b929c17..0141193 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,11 +5,7 @@ if OPENSEARCH dist_bin_SCRIPTS = opensearch-discover opensearch-genquery endif devel_extra = banner prebuild -if BASHCOMPLETIONS -noinst_DATA = surfraw.bookmarks -else -noinst_DATA = surfraw.bookmarks surfraw-bash-completion -endif +noinst_DATA = surfraw-bash-completion surfraw.bookmarks man_MANS = surfraw-update-path.1 surfraw.1 elvi.1sr if OPENSEARCH man_MANS += opensearch-discover.1 opensearch-genquery.1 @@ -20,7 +16,7 @@ debian_extra = debian/NEWS debian/README.Debian debian/changelog debian/compat d debian/surfraw-extra.files debian/surfraw-extra.install debian/watch EXTRA_DIST = surfraw.lsm.in surfraw.IN surfraw-update-path.IN\ - surfraw.spec.in aclocal.m4 HACKING \ + surfraw.spec.in aclocal.m4 HACKING STYLE \ surfraw.1.IN elvi.1sr.IN surfraw.bookmarks links.IN \ surfraw-bash-completion.IN surfraw.conf.IN \ $(devel_extra) $(debian_extra) @@ -95,7 +91,7 @@ opensearch-genquery.1: opensearch-genquery -rm -f $@ pod2man $? > $@ -install-data-hook: links surfraw-bash-completion +install-data-hook: links chmod -x surfraw.conf elvi.1sr surfraw.1 mkdir -p $(DESTDIR)@sysconfdir@/xdg/surfraw cp surfraw.conf $(DESTDIR)@sysconfdir@/xdg/surfraw/conf @@ -108,10 +104,6 @@ if INSTALLSR ln -sf surfraw $(DESTDIR)/@bindir@/sr ln -sf surfraw.1.gz $(DESTDIR)/@mandir@/man1/sr.1.gz endif -if BASHCOMPLETIONS - mkdir -p $(DESTDIR)@sysconfdir@/bash_completion.d - @cp $(top_srcdir)/surfraw-bash-completion $(DESTDIR)@sysconfdir@/bash_completion.d/surfraw -endif uninstall-local: links -rm -f $(DESTDIR)@sysconfdir@/xdg/surfraw/conf @@ -126,9 +118,7 @@ if INSTALLSR rm -f $(DESTDIR)/@bindir@/sr rm -f $(DESTDIR)/@mandir@/man1/sr.1.gz endif -if BASHCOMPLETIONS - -rm -f $(DESTDIR)@sysconfdir@/bash_completion.d/surfraw -endif + submit-lsm: surfraw.lsm mail -s add LSM at qqx.org < $? diff --git a/NEWS b/NEWS index 6eac192..e01c79e 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,28 @@ Surfin' in the raw! N E W S +Sat Jan 13 18:55:20 GMT 2018 - surfraw 2.3.0 + + * We are moving! This is the last release on Debian's platform. + For all future development, please check out + https://gitlab.com/surfraw/Surfraw + + * All elvi now use HTTPS + + Elvi for sites that don't work with HTTPS have left the building: + - cablesearch + - dmoz + - openports + - opensearch + - pasearch + - rhyme + - rpmsearch + - scicom + - scirus + - wetandwild + - yacy + - yubnub + * Select Perl version at buildtime (Mark Meyer) + * Remove lynx-cur (closes #882286) Tue Dec 10 15:49:46 GMT 2013 - surfraw 2.2.9 diff --git a/README b/README index 7d4ad7b..9a62b45 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ Surfraw - Shell Users' Revolutionary Front Rage Against the Web -Home Page: http://surfraw.alioth.debian.org +Home Page: https://gitlab.com/surfraw/Surfraw ______ _ _ ______ _______ ______ _______ _ _ _ / _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_) @@ -11,8 +11,8 @@ Home Page: http://surfraw.alioth.debian.org (______/ \_____/ |_| |_||_| |_| |_||_| |_| \_____/ Surfraw - Shell Users' Revolutionary Front Rage Against the Web - New: http://surfraw.alioth.debian.org - Old: http://surfraw.sourceforge.net/ + New: https://gitlab.com/surfraw/Surfraw + Old: http://surfraw.alioth.debian.org Oh Baybe I need some @@ -341,7 +341,7 @@ Global options: -version Display Surfraw version (2.2.7) -- End of options Copyright: - Copyright (c) 2003-2013 The Surfraw-Devel Team + Copyright (c) 2003-2018 The Surfraw-Devel Team Copyright (c) 2000-2001 Julian Assange Copyright (c) 2001 Australian Institute for Collaborative Research diff --git a/configure.in b/configure.in index c2dbe1f..7dbe05d 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script. dnl This is the only place where the package version appears dnl (apart from changelogs & NEWS) -AC_INIT(surfraw, 2.2.9) +AC_INIT(surfraw, 2.3.0) AC_PREREQ(2.54) AC_CONFIG_SRCDIR([surfraw.IN]) @@ -18,13 +18,6 @@ AC_ARG_ENABLE([opensearch], AC_MSG_RESULT([$enable_opensearch]) AM_CONDITIONAL(OPENSEARCH, test "$enable_opensearch" = "yes") -AC_MSG_CHECKING([wether to install Bash completions]) -AC_ARG_ENABLE([bash-completions], - [AS_HELP_STRING([--disable-bash-completions], [disable Bash completions support])],, - [enable_bashcompletions=yes]) -AC_MSG_RESULT([$enable_bashcompletions]) -AM_CONDITIONAL(BASHCOMPLETIONS, test "$enable_bashcompletions" = "yes") - AC_MSG_CHECKING([whether to install sr alias]) AC_ARG_ENABLE([sr], [AS_HELP_STRING([--disable-sr], [disable sr alias])],, diff --git a/debian/changelog b/debian/changelog index c45b068..72bea17 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +surfraw (2.3.0-1) unstable; urgency=low + + * New upstream version + * Select Perl version at buildtime (Mark Meyer) + * Remove lynx-cur (Closes: #882286) + * Packages the https elvi + + -- Jason Ryan Sat, 13 Jan 2018 18:52:10 +0000 + surfraw (2.2.9-1) unstable; urgency=low * New upstream version diff --git a/debian/copyright b/debian/copyright index fbe1db2..942a750 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: surfraw Upstream-Contact: Surfraw-Devel -Source: http://surfraw.alioth.debian.org/dist/ +Source: https://gitlab.com/surfraw/Surfraw Comment: This package has initially been debianized by Christian Surchi since Sat, 5 Aug 2000 18:59:30 +0200. @@ -9,11 +9,11 @@ Comment: surfraw has originally been developed by Julian Assange , and was originally downloaded from ftp://ftp.netbsd.org/pub/NetBSD/misc/proff/ . - Since July 2003 its development has continued through the surfraw Alioth - project, you're welcome to contribute. + Since July 2003 its development has continued through the surfraw project, + you're welcome to contribute. Files: * -Copyright: Copyright (c) 2003-2013 The Surfraw-Devel team +Copyright: Copyright (c) 2003-2018 The Surfraw-Devel team Copyright (c) 2000-2001 Julian Assange Copyright (c) 2001 Australian Institute for Collaborative Research Copyright (c) 2000 Melbourne Institute for Advanced Study diff --git a/debian/watch b/debian/watch index ccee7e0..9d2258e 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -http://surfraw.alioth.debian.org/ dist/surfraw-(.*)\.tar\.gz +https://gitlab.com/surfraw/Surfraw dist/surfraw-(.*)\.tar\.gz diff --git a/elvi.1sr.IN b/elvi.1sr.IN index 589d02d..b2b4bf4 100644 --- a/elvi.1sr.IN +++ b/elvi.1sr.IN @@ -162,7 +162,7 @@ man page for surfraw(1) by Christian Surchi. .SH COPYRIGHT - Copyright (c) 2003\(hy2013 The Surfraw\-Devel Team + Copyright (c) 2003\(hy2018 The Surfraw\-Devel Team Copyright (c) 2000\(hy2001 Julian Assange Copyright (c) 2001 Australian Institute for Collaborative Research diff --git a/surfraw.1.IN b/surfraw.1.IN index f05b890..7609ced 100644 --- a/surfraw.1.IN +++ b/surfraw.1.IN @@ -387,7 +387,7 @@ man page by Christian Surchi. .SH COPYRIGHT - Copyright (c) 2003-2013 The Surfraw\-Devel Team + Copyright (c) 2003-2018 The Surfraw\-Devel Team Copyright (c) 2000-2001 Julian Assange Copyright (c) 2001 Australian Institute for Collaborative Research diff --git a/surfraw.IN b/surfraw.IN index 756a474..01130c0 100755 --- a/surfraw.IN +++ b/surfraw.IN @@ -1,7 +1,7 @@ #!/bin/sh # Surfraw -- Shell Users' Revolutionary Front Against the World wide web # -# Copyright (c) 2003-2013 The Surfraw-Devel Team +# Copyright (c) 2003-2018 The Surfraw-Devel Team # # Copyright (c) 2000-2001 Julian Assange, placed into the public domain # Copyright (c) 2000 Melbourne Institute for Advanced Study, placed into the public domain diff --git a/surfraw.lsm.in b/surfraw.lsm.in index 4994499..c57cd13 100644 --- a/surfraw.lsm.in +++ b/surfraw.lsm.in @@ -9,8 +9,8 @@ Keywords: surfraw, www, web, search Author: proff at iq.org (Julian Assange) surfraw-devel at lists.alioth.debian.org (Current surfraw developers) Maintained-by: surfraw-devel at lists.alioth.debian.org -Primary-site: http://surfraw.alioth.debian.org -Original-site: surfraw.sourceforge.net +Primary-site: https://gitlab.com/surfraw/Surfraw +Original-site: http://surfraw.alioth.debian.org Platforms: shell, perl and sed script Copying-policy: Public Domain End diff --git a/test/Makefile.am b/test/Makefile.am index 2dd709b..21b72d6 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,31 +1,28 @@ -EXTRA_DIST = runtests elviwithouttests README COOKIES W.test S.test \ - acronym.test ads.test alioth.test amazon.test archpkg.test \ - archwiki.test arxiv.test ask.test aur.test austlii.test \ - bbcnews.test bing.test bookfinder.test bugmenot.test \ - bugzilla.test cia.test cisco.test cite.test \ - cliki.test cnn.test comlaw.test ctan.test currency.test \ - cve.test debbugs.test debcodesearch.test debcontents.test \ - deblists.test deblogs.test debpackages.test debpkghome.test \ - debpts.test debsec.test debvcsbrowse.test debwiki.test \ - deja.test deli.test discogs.test duckduckgo.test \ - ebay.test etym.test excite.test f5.test finkpkg.test \ - foldoc.test freebsd.test freedb.test freshmeat.test \ - fsfdir.test gcache.test genbugs.test genportage.test \ - github.test gmane.test google.test gutenberg.test imdb.test \ - ixquick.test jamendo.test javasun.test jquery.test lastfm.test \ - leodict.test l1sp.test lsm.test macports.test mathworld.test \ - mdn.test mininova.test musicbrainz.test mysqldoc.test \ - netbsd.test ntrs.test openbsd.test openports.test \ - opensearch.test oraclesearch.test pasearch.test pgdoc.test \ - phpdoc.test pin.test piratebay.test pgpkeys.test priberam.test \ - pubmed.test rae.test rfc.test rhyme.test rpmsearch.test \ - scholar.test scicom.test scirus.test scpan.test slashdot.test \ - slinuxdoc.test sourceforge.test springer.test stack.test \ - stockquote.test thesaurus.test translate.test urban.test \ - w3css.test w3html.test w3link.test w3rdf.test wayback.test \ - webster.test wetandwild.test wikipedia.test wolfram.test \ - woffle.test worldwidescience.test yacy.test yahoo.test \ - yandex.test youtube.test yubnub.test +EXTRA_DIST = runtests elviwithouttests README COOKIES W.test S.test \ + acronym.test ads.test alioth.test amazon.test archpkg.test \ + archwiki.test arxiv.test ask.test aur.test austlii.test \ + bbcnews.test bing.test bookfinder.test bugmenot.test \ + bugzilla.test cia.test cisco.test cite.test cliki.test cnn.test \ + comlaw.test commandlinefu.test ctan.test currency.test cve.test \ + debbugs.test debcodesearch.test debcontents.test deblists.test \ + deblogs.test debpackages.test debpkghome.test debpts.test \ + debsec.test debvcsbrowse.test debwiki.test deja.test discogs.test \ + duckduckgo.test ebay.test etym.test excite.test f5.test \ + finkpkg.test foldoc.test freebsd.test freedb.test freshmeat.test \ + fsfdir.test gcache.test genbugs.test genportage.test github.test \ + gmane.test google.test gutenberg.test imdb.test ixquick.test \ + jamendo.test javasun.test jquery.test lastfm.test leodict.test \ + l1sp.test lsm.test macports.test mathworld.test mdn.test \ + mininova.test musicbrainz.test mysqldoc.test netbsd.test \ + nlab.test ntrs.test openbsd.test oraclesearch.test pgdoc.test \ + phpdoc.test pin.test piratebay.test pgpkeys.test priberam.test \ + pubmed.test rae.test rfc.test scholar.test scpan.test searx.test \ + slashdot.test slinuxdoc.test sourceforge.test springer.test \ + stack.test stockquote.test thesaurus.test translate.test \ + urban.test w3css.test w3html.test w3link.test w3rdf.test \ + wayback.test webster.test wikipedia.test wiktionary.test \ + wolfram.test woffle.test worldwidescience.test yahoo.test \ + yandex.test youtube.test test: ./runtests -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/surfraw/surfraw.git From jasonwryan-guest at moszumanska.debian.org Fri Feb 2 07:37:15 2018 From: jasonwryan-guest at moszumanska.debian.org (jason ryan) Date: Fri, 02 Feb 2018 07:37:15 +0000 Subject: [Surfraw-commits] [surfraw] tag surfraw-2.3.0 created (now 8b7e1d1) Message-ID: <20180202073715.20129.46773@moszumanska.debian.org> This is an automated email from the git hooks/post-receive script. jasonwryan-guest pushed a change to tag surfraw-2.3.0 in repository surfraw. at 8b7e1d1 (commit) No new revisions were added by this update. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/surfraw/surfraw.git