summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Henriksson <andreas@fatal.se>2017-01-31 15:06:46 -0200
committerAndreas Henriksson <andreas@fatal.se>2017-01-31 15:06:46 -0200
commit6a5c3a055b25ca53d303bb61f882680e54ac519e (patch)
tree35db46131420b4c8f4eb110b54d5920af885e11a
parent91aac5811a4106f0563c61ecb67c0869a76ced35 (diff)
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) [dgit import package slcurl 0.2.1-6]
-rw-r--r--debian/README.Debian33
-rw-r--r--debian/changelog157
-rw-r--r--debian/compat1
-rw-r--r--debian/control19
-rw-r--r--debian/copyright38
-rw-r--r--debian/examples1
-rwxr-xr-xdebian/rules16
-rw-r--r--debian/watch3
8 files changed, 268 insertions, 0 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..e00976f
--- /dev/null
+++ b/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 <rafael@debian.org>, Thu Oct 27 17:00:47 CEST 2005
+
+
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..aa65043
--- /dev/null
+++ b/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 <andreas@fatal.se> 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 <rafael@debian.org> 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 <spaillard@debian.org> 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 <aurel32@debian.org> 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 <rafael@debian.org> 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 <rafael@debian.org> 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 <rafael@debian.org> 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 <rafael@debian.org> Wed, 28 Nov 2007 22:29:22 +0100
+
+slcurl (0.2.0-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Rafael Laboissiere <rafael@debian.org> 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 <rafael@debian.org> 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 <buildd_i386-ninsei> Tue, 26 Jun 2007 23:59:29 -0700
+
+slcurl (0.1.2-2) unstable; urgency=low
+
+ * debian/control: Build-depend on libcurl4
+
+ -- Rafael Laboissiere <rafael@debian.org> 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 <buildd_i386-saens> 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 <rafael@debian.org> 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 <pkg-jed-sl-modules@lists.alioth.debian.org> 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 <pkg-jed-sl-modules@lists.alioth.debian.org> 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 <pkg-jed-devel@lists.alioth.debian.org> 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 <pkg-jed-devel@lists.alioth.debian.org> 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 <pkg-jed-devel@lists.alioth.debian.org> Wed, 26 Oct 2005 15:43:11 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..b0cf25d
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: slcurl
+Section: interpreters
+Priority: optional
+Maintainer: Debian QA Group <packages@qa.debian.org>
+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.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..8494f2a
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,38 @@
+This package was debianized by Rafael Laboissiere <rafael@debian.org> 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 <davis@space.mit.edu>
+
+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'.
+
diff --git a/debian/examples b/debian/examples
new file mode 100644
index 0000000..16f5ef3
--- /dev/null
+++ b/debian/examples
@@ -0,0 +1 @@
+demo/translate
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..01aaac0
--- /dev/null
+++ b/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
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..a6a1788
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+
+ftp://space.mit.edu/pub/davis/slang/v2.0/modules/curl/slcurl-([\d\.]+)\.tar\.gz