Author: drazzib-guest Date: 2009-03-29 11:55:53 +0000 (Sun, 29 Mar 2009) New Revision: 8146
Added: trunk/tomcat-native/debian/ trunk/tomcat-native/debian/changelog trunk/tomcat-native/debian/compat trunk/tomcat-native/debian/control trunk/tomcat-native/debian/copyright trunk/tomcat-native/debian/libtcnative-1.install trunk/tomcat-native/debian/lintian/ trunk/tomcat-native/debian/lintian/libtcnative-1 trunk/tomcat-native/debian/rules trunk/tomcat-native/debian/tomcat-native.debhelper.log trunk/tomcat-native/debian/tomcat-native.postinst.debhelper trunk/tomcat-native/debian/tomcat-native.postrm.debhelper trunk/tomcat-native/debian/tomcat-native.substvars trunk/tomcat-native/debian/watch Log: [svn-inject] Applying Debian modifications to trunk Property changes on: trunk/tomcat-native/debian ___________________________________________________________________ Name: mergeWithUpstream + 1 Added: trunk/tomcat-native/debian/changelog =================================================================== --- trunk/tomcat-native/debian/changelog (rev 0) +++ trunk/tomcat-native/debian/changelog 2009-03-29 11:55:53 UTC (rev 8146) @@ -0,0 +1,6 @@ +tomcat-native (1.1.13-1) unstable; urgency=low + + * Initial release. Closes: #485037. + + -- Michael Koch <[email protected]> Sat, 07 Jun 2008 15:16:14 +0200 + Added: trunk/tomcat-native/debian/compat =================================================================== --- trunk/tomcat-native/debian/compat (rev 0) +++ trunk/tomcat-native/debian/compat 2009-03-29 11:55:53 UTC (rev 8146) @@ -0,0 +1 @@ +5 Added: trunk/tomcat-native/debian/control =================================================================== --- trunk/tomcat-native/debian/control (rev 0) +++ trunk/tomcat-native/debian/control 2009-03-29 11:55:53 UTC (rev 8146) @@ -0,0 +1,27 @@ +Source: tomcat-native +Section: net +Priority: extra +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Michael Koch <[email protected]> +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. Added: trunk/tomcat-native/debian/copyright =================================================================== --- trunk/tomcat-native/debian/copyright (rev 0) +++ trunk/tomcat-native/debian/copyright 2009-03-29 11:55:53 UTC (rev 8146) @@ -0,0 +1,32 @@ +This package was debianized by Michael Koch <[email protected]> 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 <[email protected]> and +is also licensed under the Apache License, Version 2.0. Added: trunk/tomcat-native/debian/libtcnative-1.install =================================================================== --- trunk/tomcat-native/debian/libtcnative-1.install (rev 0) +++ trunk/tomcat-native/debian/libtcnative-1.install 2009-03-29 11:55:53 UTC (rev 8146) @@ -0,0 +1 @@ +debian/lintian/libtcnative-1 /usr/share/lintian/overrides Added: trunk/tomcat-native/debian/lintian/libtcnative-1 =================================================================== --- trunk/tomcat-native/debian/lintian/libtcnative-1 (rev 0) +++ trunk/tomcat-native/debian/lintian/libtcnative-1 2009-03-29 11:55:53 UTC (rev 8146) @@ -0,0 +1,2 @@ +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 Added: trunk/tomcat-native/debian/rules =================================================================== --- trunk/tomcat-native/debian/rules (rev 0) +++ trunk/tomcat-native/debian/rules 2009-03-29 11:55:53 UTC (rev 8146) @@ -0,0 +1,18 @@ +#!/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 Property changes on: trunk/tomcat-native/debian/rules ___________________________________________________________________ Name: svn:executable + * Added: trunk/tomcat-native/debian/tomcat-native.debhelper.log =================================================================== --- trunk/tomcat-native/debian/tomcat-native.debhelper.log (rev 0) +++ trunk/tomcat-native/debian/tomcat-native.debhelper.log 2009-03-29 11:55:53 UTC (rev 8146) @@ -0,0 +1,31 @@ +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 Added: trunk/tomcat-native/debian/tomcat-native.postinst.debhelper =================================================================== --- trunk/tomcat-native/debian/tomcat-native.postinst.debhelper (rev 0) +++ trunk/tomcat-native/debian/tomcat-native.postinst.debhelper 2009-03-29 11:55:53 UTC (rev 8146) @@ -0,0 +1,5 @@ +# Automatically added by dh_makeshlibs +if [ "$1" = "configure" ]; then + ldconfig +fi +# End automatically added section Added: trunk/tomcat-native/debian/tomcat-native.postrm.debhelper =================================================================== --- trunk/tomcat-native/debian/tomcat-native.postrm.debhelper (rev 0) +++ trunk/tomcat-native/debian/tomcat-native.postrm.debhelper 2009-03-29 11:55:53 UTC (rev 8146) @@ -0,0 +1,5 @@ +# Automatically added by dh_makeshlibs +if [ "$1" = "remove" ]; then + ldconfig +fi +# End automatically added section Added: trunk/tomcat-native/debian/tomcat-native.substvars =================================================================== --- trunk/tomcat-native/debian/tomcat-native.substvars (rev 0) +++ trunk/tomcat-native/debian/tomcat-native.substvars 2009-03-29 11:55:53 UTC (rev 8146) @@ -0,0 +1 @@ +shlibs:Depends=libapr1, libc6 (>= 2.7-1), libssl0.9.8 (>= 0.9.8f-5), libuuid1 Added: trunk/tomcat-native/debian/watch =================================================================== --- trunk/tomcat-native/debian/watch (rev 0) +++ trunk/tomcat-native/debian/watch 2009-03-29 11:55:53 UTC (rev 8146) @@ -0,0 +1,2 @@ +version=3 +http://www.apache.org/dist/tomcat/tomcat-connectors/native/tomcat-native-(.*)-src\.tar\.gz debian uupdate _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

