--- slcurl-0.2.1.orig/debian/README.Debian +++ slcurl-0.2.1/debian/README.Debian @@ -0,0 +1,33 @@ +slang-curl for Debian +--------------------- + +A simple example of the S-Lang cURL module use is provided by a S-Lang +script called translate, which sends a user provided phrase to +http://babelfish.altavista.com for translation. It is run like this: + + slsh /usr/share/doc/slang-curl/examples/translate \ + [--to lang-out] lang-in [phrase|-] + +For example, to translate `Hola Mundo' from Spanish to English use: + + slsh /usr/share/doc/slang-curl/examples/translate Spanish Hola Mundo + +and to translate `Hola Mundo' to French use: + + slsh /usr/share/doc/slang-curl/examples/translate \ + --to French Spanish Hola Mundo + +It is also possible to use the script in a pipeline to play word games: + + slsh /usr/share/doc/slang-curl/examples/translate \ + --to spanish English Boy meets girl \ + | slsh /usr/share/doc/slang-curl/examples/translate \ + --to French Spanish \ + | slsh /usr/share/doc/slang-curl/examples/translate French + +You can also copy the script somewhere in your PATH and chmod +x it, avoiding +the long `slsh /usr/share/doc/slang-curl/examples/translate' above. + + -- Rafael Laboissiere , Thu Oct 27 17:00:47 CEST 2005 + + --- slcurl-0.2.1.orig/debian/changelog +++ slcurl-0.2.1/debian/changelog @@ -0,0 +1,157 @@ +slcurl (0.2.1-6) unstable; urgency=medium + + * QA Upload + * debian/rules: Use --includedir and --libdir configure flags to pass + multiarch paths and fool build system into finding curl (and slang). + Actually using pkg-config to look up info would be better.... + (Closes: #852885) + + -- Andreas Henriksson Tue, 31 Jan 2017 18:06:46 +0100 + +slcurl (0.2.1-5) unstable; urgency=medium + + * QA (group) upload + * d/control: + + Remove myself from the Uploaders list (closes: #571878) + + Set Maintainer to Debian QA Group (orhpaned package) + + -- Rafael Laboissiere Mon, 01 Aug 2016 16:58:41 -0300 + +slcurl (0.2.1-4.2) unstable; urgency=low + + * Non-maintainer upload. + * Fix FTBFS: --with-slanglib= for multiarch path (Closes: #640683) + + -- Simon Paillard Wed, 14 Dec 2011 01:23:21 +0100 + +slcurl (0.2.1-4.1) unstable; urgency=low + + * Non-maintainer upload. + * Change build-dependency on libcurl4-dev into libcurl4-gnutls-dev. + Closes: #618229. + * Use the --with-curllib= option to tell the configure script to look + for the curl library in the multiarch path. Closes: #618229. + + -- Aurelien Jarno Thu, 11 Aug 2011 12:55:02 +0200 + +slcurl (0.2.1-4) unstable; urgency=low + + * debian/control: + + Bump Standards-Version to 3.8.1 (no changes needed) + + The package is now maintained with Git at alioth.debian.org. Add + Vcs-Git field and change Vcs-Browser accordingly. + + Fix Lintian warning debhelper-but-no-misc-depends + + Bump build dependency on debhelper to >= 7 + * debian/compat: Set compatibility level of debhelper to 7 + + -- Rafael Laboissiere Sun, 26 Apr 2009 00:20:08 +0200 + +slcurl (0.2.1-3) unstable; urgency=low + + * debian/control: Fix spelling of S-Lang + * debian/copyright: Add proper licensing conditions, both upstream and + for the Debian packaging + + -- Rafael Laboissiere Sun, 16 Mar 2008 20:29:47 +0100 + +slcurl (0.2.1-2) unstable; urgency=low + + * debian/control: + + Dropped the Homepage pseudo-header from the extended description + + Bumped Standards-Version to 3.7.3 + + -- Rafael Laboissiere Sat, 15 Dec 2007 15:34:52 +0100 + +slcurl (0.2.1-1) unstable; urgency=low + + * New upstream release + * debian/control: + + Added Homepage field + + Use the now official Vcs-* fields instead of the obsolete XS-Vcs-* + * debian/rules: Call demo/translate in order to check the package + + -- Rafael Laboissiere Wed, 28 Nov 2007 22:29:22 +0100 + +slcurl (0.2.0-1) unstable; urgency=low + + * New upstream release + + -- Rafael Laboissiere Fri, 14 Sep 2007 08:41:11 +0200 + +slcurl (0.1.2-3) unstable; urgency=low + + * debian/watch: Update URL of upstream tarball + + -- Rafael Laboissiere Thu, 30 Aug 2007 10:05:54 +0200 + +slcurl (0.1.2-2+b2) unstable; urgency=low + + * Binary-only non-maintainer upload for i386; no source changes. + * Rebuild against libcurl3 + + -- Debian/i386 Build Daemon Tue, 26 Jun 2007 23:59:29 -0700 + +slcurl (0.1.2-2) unstable; urgency=low + + * debian/control: Build-depend on libcurl4 + + -- Rafael Laboissiere Sun, 13 May 2007 12:05:09 +0200 + +slcurl (0.1.2-1+b1) unstable; urgency=low + + * Binary-only non-maintainer upload for i386; no source changes. + * Rebuild against libcurl4 + + -- Debian/i386 Build Daemon Wed, 9 May 2007 05:03:06 -0500 + +slcurl (0.1.2-1) unstable; urgency=low + + * New upstream version + + * debian/control: + + Increase Standards-Version. No changes needed. [JS] + + Added XS-Vcs-Svn and XS-Vcs-Browser fields [RL] + + -- Rafael Laboissiere Wed, 28 Mar 2007 00:19:37 +0200 + +slcurl (0.1.1-4) unstable; urgency=low + + +++ Changes by Rafael Laboissiere + + * debian/watch: Added file + + -- Debian JED Group Fri, 11 Nov 2005 00:24:38 +0100 + +slcurl (0.1.1-3) unstable; urgency=low + + +++ Changes by Rafael Laboissiere + + * debian/control: Changed the maintainer to + pkg-jed-sl-modules@lists.alioth.debian.org + + -- Debian JED Group Wed, 9 Nov 2005 13:35:58 +0100 + +slcurl (0.1.1-2) unstable; urgency=low + + +++ Changes by Rafael Laboissiere + + * debian/control: Fixed typo HTPP -> HTTP in pacakge description + (closes: #337995) + + -- Debian JED Group Mon, 7 Nov 2005 22:12:58 +0100 + +slcurl (0.1.1-1) unstable; urgency=low + + +++ Changes by Rafael Laboissiere + + * First official release (closes: #336250) + + -- Debian JED Group Sat, 29 Oct 2005 18:11:42 +0200 + +slcurl (0.1.1-0.1) unstable; urgency=low + + +++ Changes by Rafael Laboissiere + + * Initial release + + -- Debian JED Group Wed, 26 Oct 2005 15:43:11 +0200 --- slcurl-0.2.1.orig/debian/compat +++ slcurl-0.2.1/debian/compat @@ -0,0 +1 @@ +7 --- slcurl-0.2.1.orig/debian/control +++ slcurl-0.2.1/debian/control @@ -0,0 +1,19 @@ +Source: slcurl +Section: interpreters +Priority: optional +Maintainer: Debian QA Group +Build-Depends: debhelper (>= 7), libslang2-dev (>= 2.0.4-6), + libcurl4-gnutls-dev, cdbs +Standards-Version: 3.8.1 +Homepage: http://jedsoft.org/slang/modules/curl.html +Vcs-Git: git://alioth.debian.org/~rafael/public_git/deb-pkg/slcurl.git +Vcs-Browser: http://git.debian.org/?p=users/rafael/deb-pkg/slcurl.git + +Package: slang-curl +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Suggests: slsh (>= 2.0) | jed (>= 0.99.17) | slrn (>= 0.9.8.1pl1-4) +Description: transfer files using HTTP and FTP from S-Lang + The S-Lang curl module makes use of the cURL library to provide the + S-Lang interpreter the ability to transfer files in a simple but + robust manner using a variety of protocols including FTP and HTTP. --- slcurl-0.2.1.orig/debian/copyright +++ slcurl-0.2.1/debian/copyright @@ -0,0 +1,38 @@ +This package was debianized by Rafael Laboissiere on +Thu Oct 27 16:34:31 CEST 2005 + +It was downloaded from + + ftp://space.mit.edu/pub/davis/slang/v2.0/modules/ + +Author: John E. Davis + +License: + + Copyright (C) 2005, 2006, 2007 John E. Davis + + This file is part of the S-Lang Curl Module + + The S-Lang Curl Module 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 2 of the + License, or (at your option) any later version. + + The S-Lang Curl Module is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + 02110-1301, USA. + +The Debian packaging is Copyright (C) 2005 - 2008 Rafael Laboissiere +and is released under the GNU General Public License, version 3 or +later. + +In Debian systems, the complete text of the GPL, versions 2 and 3, can +be found in `/usr/share/common-licenses/GPL-2' and +`/usr/share/common-licenses/GPL-3'. + --- slcurl-0.2.1.orig/debian/examples +++ slcurl-0.2.1/debian/examples @@ -0,0 +1 @@ +demo/translate --- slcurl-0.2.1.orig/debian/rules +++ slcurl-0.2.1/debian/rules @@ -0,0 +1,16 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/debhelper.mk + + +DEB_CONFIGURE_EXTRA_FLAGS := --libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \ + --includedir=/usr/include/$(DEB_HOST_MULTIARCH) +DEB_COMPRESS_EXCLUDE := translate +DEB_MAKE_BUILD_TARGET := all RPATH= + +# Run the demo provided upstream, but do not fail if network is not up +build/slang-curl:: + @echo Checking the package... + -SLANG_MODULE_PATH=src SLSH_PATH=src:/usr/share/slsh \ + ./demo/translate spanish Hola Mundo --- slcurl-0.2.1.orig/debian/watch +++ slcurl-0.2.1/debian/watch @@ -0,0 +1,3 @@ +version=3 + +ftp://space.mit.edu/pub/davis/slang/v2.0/modules/curl/slcurl-([\d\.]+)\.tar\.gz