Skip to content
Snippets Groups Projects
Commit 201da1d9 authored by Damien Raude-Morvan's avatar Damien Raude-Morvan
Browse files

[svn-inject] Applying Debian modifications to trunk

parent aa7432f2
No related branches found
No related tags found
No related merge requests found
tomcat-native (1.1.13-1) unstable; urgency=low
* Initial release. Closes: #485037.
-- Michael Koch <konqueror@gmx.de> Sat, 07 Jun 2008 15:16:14 +0200
5
Source: tomcat-native
Section: net
Priority: extra
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Michael Koch <konqueror@gmx.de>
Build-Depends: cdbs, debhelper (>= 5), java-gcj-compat-dev, libapr1-dev, libssl-dev
Standards-Version: 3.8.0
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/tomcat-native
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/tomcat-native
Homepage: http://tomcat.apache.org/
Package: libtcnative-1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Tomcat native library using the apache portable runtime
Tomcat can use the Apache Portable Runtime to provide superior scalability,
performance, and better integration with native server technologies.
The Apache Portable Runtime is a highly portable library that is at the
heart of Apache HTTP Server 2.x. APR has many uses, including access to
advanced IO functionality (such as sendfile, epoll and OpenSSL), OS level
functionality (random number generation, system status, etc), and native
process handling (shared memory, NT pipes and Unix sockets).
.
These features allows making Tomcat a general purpose webserver, will
enable much better integration with other native web technologies, and
overall make Java much more viable as a full fledged webserver platform
rather than simply a backend focused technology.
This package was debianized by Michael Koch <konqueror@gmx.de> on
Sat, 07 Jun 2008 15:16:14 +0200.
It was downloaded from http://tomcat.apache.org/download-native.cgi
Upstream Author:
Apache Software Foundation
Copyright:
Copyright (C) 2004-2008 Apache Software Foundation
License:
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
A complete copy of the Apache License, Version 2.0, can be found in
/usr/share/common-licenses/Apache-2.0 on Debian Systems.
The Debian packaging is (C) 2008, Michael Koch <konqueror@gmx.de> and
is also licensed under the Apache License, Version 2.0.
debian/lintian/libtcnative-1 /usr/share/lintian/overrides
libtcnative-1: non-dev-pkg-with-shlib-symlink usr/lib/libtcnative-1.so.0.1.12 usr/lib/libtcnative-1.so
libtcnative-1: package-name-doesnt-match-sonames libtcnative-1-0
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
DEB_SRCDIR := jni/native
DEB_CONFIGURE_SCRIPT_ENV := JAVA_HOME=/usr/lib/jvm/java-gcj
DEB_CONFIGURE_EXTRA_FLAGS := --with-apr=/usr --with-ssl=/usr
DEB_INSTALL_CHANGELOGS_libtcnative_1 := CHANGELOG.txt
clean::
rm -f jni/native/config.nice
install/libtcnative-1::
rmdir debian/libtcnative-1/usr/bin
rmdir debian/libtcnative-1/usr/include
dh_installdirs
dh_installdirs
dh_installdocs
dh_installexamples
dh_installman
dh_installinfo
dh_installmenu
dh_installcron
dh_installinit
dh_installdebconf
dh_installemacsen
dh_installcatalogs
dh_installpam
dh_installlogrotate
dh_installlogcheck
dh_installchangelogs
dh_installudev
dh_lintian
dh_install
dh_link
dh_installmime
dh_strip
dh_compress
dh_fixperms
dh_makeshlibs
dh_installdeb
dh_perl
dh_shlibdeps
dh_gencontrol
dh_md5sums
dh_builddeb
# Automatically added by dh_makeshlibs
if [ "$1" = "configure" ]; then
ldconfig
fi
# End automatically added section
# Automatically added by dh_makeshlibs
if [ "$1" = "remove" ]; then
ldconfig
fi
# End automatically added section
shlibs:Depends=libapr1, libc6 (>= 2.7-1), libssl0.9.8 (>= 0.9.8f-5), libuuid1
version=3
http://www.apache.org/dist/tomcat/tomcat-connectors/native/tomcat-native-(.*)-src\.tar\.gz debian uupdate
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment