Import libecap_1.0.1-3.debian.tar.xz
authorLuigi Gangitano <luigi@debian.org>
Tue, 16 Feb 2016 23:49:00 +0000 (23:49 +0000)
committerLuigi Gangitano <luigi@debian.org>
Tue, 16 Feb 2016 23:49:00 +0000 (23:49 +0000)
[dgit import tarball libecap 1.0.1-3 libecap_1.0.1-3.debian.tar.xz]

14 files changed:
changelog [new file with mode: 0644]
compat [new file with mode: 0644]
control [new file with mode: 0644]
copyright [new file with mode: 0644]
docs [new file with mode: 0644]
libecap3-dev.dirs [new file with mode: 0644]
libecap3-dev.install [new file with mode: 0644]
libecap3.dirs [new file with mode: 0644]
libecap3.install [new file with mode: 0644]
patches/automake-foreign.patch [new file with mode: 0644]
patches/series [new file with mode: 0644]
rules [new file with mode: 0755]
source/format [new file with mode: 0644]
watch [new file with mode: 0644]

diff --git a/changelog b/changelog
new file mode 100644 (file)
index 0000000..e301ba5
--- /dev/null
+++ b/changelog
@@ -0,0 +1,57 @@
+libecap (1.0.1-3) unstable; urgency=medium
+
+  * Multiarchify the package (thanks to Matthias Klose) (Closes: #812911)
+
+ -- Luigi Gangitano <luigi@debian.org>  Wed, 17 Feb 2016 00:49:00 +0100
+
+libecap (1.0.1-2) unstable; urgency=medium
+
+  * debian/control
+    - Rebuilt for GCC5.0 transition (Closes: #791117)
+
+ -- Luigi Gangitano <luigi@debian.org>  Wed, 05 Aug 2015 23:00:33 +0200
+
+libecap (1.0.1-1) unstable; urgency=low
+
+  * New upstream release 1.0.1
+    - Includes patch for FTBFS on clang (LaunchPad #1453630)
+
+ -- Luigi Gangitano <luigi@debian.org>  Wed, 22 Jul 2015 16:17:00 +0200
+
+libecap (1.0.0-1) unstable; urgency=low
+
+  * New upstream release 1.0.0
+
+  * debian/libecap2.{dirs,install,-dev.dirs,-dev.install}
+    - Renamed to libecap3* matching upstream ABI 3:0:0
+
+  * debian/control
+    - Renamed package libecap2 to libecap3
+    - Renamed package libecap2-dev to libecap3-dev
+
+ -- Luigi Gangitano <luigi@debian.org>  Mon, 11 May 2015 12:10:00 +0200
+
+libecap (0.2.0-3) unstable; urgency=low
+
+  * Enable 'foreign' automake option, thanks to Andrey Rahmatullin
+    (Closes: #766492)
+
+ -- Luigi Gangitano <luigi@debian.org>  Mon, 10 Nov 2014 19:21:04 +0100
+
+libecap (0.2.0-2) unstable; urgency=low
+
+  * Fix FTBFS on new ports, thanks to Breno Leitao (Closes: #748292)
+
+  * debian/copyright
+    - Fixed short name for BSD license
+
+  * debian/control
+    - Bumped Standard-Version to 3.9.6 (no change needed)
+
+ -- Luigi Gangitano <luigi@debian.org>  Mon, 20 Oct 2014 19:21:04 +0200
+
+libecap (0.2.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #634204)
+
+ -- Luigi Gangitano <luigi@debian.org>  Wed,  5 Dec 2012 20:11:04 +0100
diff --git a/compat b/compat
new file mode 100644 (file)
index 0000000..45a4fb7
--- /dev/null
+++ b/compat
@@ -0,0 +1 @@
+8
diff --git a/control b/control
new file mode 100644 (file)
index 0000000..061c3c5
--- /dev/null
+++ b/control
@@ -0,0 +1,39 @@
+Source: libecap
+Priority: extra
+Maintainer: Luigi Gangitano <luigi@debian.org>
+Build-Depends: debhelper (>= 8.0.0), autotools-dev, cdbs, dh-autoreconf, g++ (>= 4:5.2)
+Standards-Version: 3.9.6
+Section: libs
+Homepage: http://www.e-cap.org/Downloads
+
+Package: libecap3-dev
+Section: libdevel
+Architecture: any
+Multi-Arch: same
+Depends: libecap3 (= ${binary:Version}), ${misc:Depends}
+Conflicts: libecap2-dev
+Description: eCAP development libraries
+ eCAP is a software interface that allows a network application,
+ such as an HTTP proxy or an ICAP server, to outsource content
+ analysis and adaptation to a loadable module. For each applicable
+ protocol message being processed, an eCAP-enabled host application
+ supplies the message details to the adaptation module and gets
+ back an adapted message, a "not interested" response, or a "block
+ this message now!" instruction. These exchanges often include
+ message bodies.
+
+Package: libecap3
+Section: libs
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: eCAP library
+ eCAP is a software interface that allows a network application,
+ such as an HTTP proxy or an ICAP server, to outsource content
+ analysis and adaptation to a loadable module. For each applicable
+ protocol message being processed, an eCAP-enabled host application
+ supplies the message details to the adaptation module and gets
+ back an adapted message, a "not interested" response, or a "block
+ this message now!" instruction. These exchanges often include
+ message bodies.
diff --git a/copyright b/copyright
new file mode 100644 (file)
index 0000000..8bc3a01
--- /dev/null
+++ b/copyright
@@ -0,0 +1,46 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: libecap
+Source: http://www.e-cap.org
+
+Files: *
+Copyright: 2008 Alex Rousskov and The Measurement Factory
+License: BSD-2-Clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+   1. Redistributions of source code must retain the above copyright notice,
+   this list of conditions and the following disclaimer.
+ .
+   2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE MEASUREMENT FACTORY ``AS IS'' AND ANY EXPRESS
+ OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+ EVENT SHALL THE MEASUREMENT FACTORY OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
+ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+ BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
+ OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files: debian/*
+Copyright: 2011 Luigi Gangitano <luigi@debian.org>
+License: GPL-2+
+ This package 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.
+ .
+ This package 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 program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
diff --git a/docs b/docs
new file mode 100644 (file)
index 0000000..e845566
--- /dev/null
+++ b/docs
@@ -0,0 +1 @@
+README
diff --git a/libecap3-dev.dirs b/libecap3-dev.dirs
new file mode 100644 (file)
index 0000000..4418816
--- /dev/null
@@ -0,0 +1,2 @@
+usr/lib
+usr/include
diff --git a/libecap3-dev.install b/libecap3-dev.install
new file mode 100644 (file)
index 0000000..76f28fa
--- /dev/null
@@ -0,0 +1,4 @@
+usr/include/*
+usr/lib/*/lib*.a
+usr/lib/*/lib*.so
+usr/lib/*/pkgconfig/*
diff --git a/libecap3.dirs b/libecap3.dirs
new file mode 100644 (file)
index 0000000..6845771
--- /dev/null
@@ -0,0 +1 @@
+usr/lib
diff --git a/libecap3.install b/libecap3.install
new file mode 100644 (file)
index 0000000..3ddde58
--- /dev/null
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff --git a/patches/automake-foreign.patch b/patches/automake-foreign.patch
new file mode 100644 (file)
index 0000000..963fa29
--- /dev/null
@@ -0,0 +1,16 @@
+Description: Set the foreign option for automake
+Author: Andrey Rahmatullin <wrar@debian.org>
+Bug-Debian: https://bugs.debian.org/766492
+Last-Update: 2014-11-08
+
+--- libecap-0.2.0.orig/configure.in
++++ libecap-0.2.0/configure.in
+@@ -14,7 +14,7 @@ AC_CONFIG_SRCDIR([src/libecap/adapter/se
+ AC_CONFIG_HEADERS(src/libecap/common/ac-autoconf.h)
+ AX_PREFIX_CONFIG_H(src/libecap/common/autoconf.h)
+-AM_INIT_AUTOMAKE([nostdinc])
++AM_INIT_AUTOMAKE([nostdinc foreign])
+ AM_MAINTAINER_MODE
+ LT_INIT
diff --git a/patches/series b/patches/series
new file mode 100644 (file)
index 0000000..1813957
--- /dev/null
@@ -0,0 +1 @@
+automake-foreign.patch
diff --git a/rules b/rules
new file mode 100755 (executable)
index 0000000..594bef1
--- /dev/null
+++ b/rules
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+
+CXXFLAGS       += -Wall -std=c++11
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
+
+DEB_CONFIGURE_EXTRA_FLAGS = --libdir="\$${prefix}/lib/$(DEB_HOST_MULTIARCH)"
+
+override_dh_installchangelogs:
+       dh_installchangelogs change.log upstream
diff --git a/source/format b/source/format
new file mode 100644 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/watch b/watch
new file mode 100644 (file)
index 0000000..e6b8361
--- /dev/null
+++ b/watch
@@ -0,0 +1,4 @@
+# Compulsory line, this is a version 3 file
+version=3
+
+http://www.measurement-factory.com/tmp/ecap/libecap-(.*)\.tar\.gz