[libapache-mod-jk] 26/65: * Team upload. * Bump debhelper compatibility level to 7. * Bump Standards-Version to 3.9.1. No changes were required. * Remove duplicated control fields in binary packages. * Fix lintian warning about dh_clean -k deprecation. * Document in NEWS the minimal Linux version needed (>= 2.6.27) to use this module.

Markus Koschany apo at moszumanska.debian.org
Sat Oct 8 14:14:46 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository libapache-mod-jk.

commit 586f8bd53f31264f8f859f9b342e20c948683be2
Author: Miguel Landaeta <nomadium at debian.org>
Date:   Mon Feb 14 16:15:49 2011 +0000

    * Team upload.
    * Bump debhelper compatibility level to 7.
    * Bump Standards-Version to 3.9.1. No changes were required.
    * Remove duplicated control fields in binary packages.
    * Fix lintian warning about dh_clean -k deprecation.
    * Document in NEWS the minimal Linux version needed (>= 2.6.27) to use this module.
---
 debian/NEWS      |  7 +++++++
 debian/changelog | 12 ++++++++++++
 debian/compat    |  2 +-
 debian/control   |  7 ++-----
 debian/rules     |  4 ++--
 5 files changed, 24 insertions(+), 8 deletions(-)

diff --git a/debian/NEWS b/debian/NEWS
new file mode 100644
index 0000000..7c50c66
--- /dev/null
+++ b/debian/NEWS
@@ -0,0 +1,7 @@
+libapache-mod-jk (1:1.2.31-1) unstable; urgency=low
+
+  Since 1.2.31 libapache-mod-jk is compiled under kernels with support for
+  the SOCK_CLOEXEC flag in socket(2) syscall. Because of this, on Linux
+  systems, libapache-mod-jk only works with kernel versions >= 2.6.27.
+
+ -- Miguel Landaeta <miguel at miguel.cc>  Sun, 13 Feb 2011 19:17:43 -0430
diff --git a/debian/changelog b/debian/changelog
index 8a26a9e..a04e7bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+libapache-mod-jk (1:1.2.31-1) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Bump debhelper compatibility level to 7.
+  * Bump Standards-Version to 3.9.1. No changes were required.
+  * Remove duplicated control fields in binary packages.
+  * Fix lintian warning about dh_clean -k deprecation.
+  * Document in NEWS the minimal Linux version needed (>= 2.6.27) to use
+    this module.
+
+ -- Miguel Landaeta <miguel at miguel.cc>  Sun, 13 Feb 2011 19:30:12 -0430
+
 libapache-mod-jk (1:1.2.30-1) unstable; urgency=low
 
   * Team upload
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+7
diff --git a/debian/control b/debian/control
index f77a57b..8fc3e04 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,15 @@ Section: web
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Michael Koch <konqueror at gmx.de>
-Build-Depends: debhelper (>= 5), apache2-threaded-dev, libtool
+Build-Depends: debhelper (>= 7), apache2-threaded-dev, libtool
 Build-Depends-Indep: xsltproc, lynx
-Standards-Version: 3.9.0
+Standards-Version: 3.9.1
 Homepage: http://tomcat.apache.org/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libapache-mod-jk
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libapache-mod-jk/
 
 Package: libapache2-mod-jk
 Architecture: any
-Section: web
-Priority: optional
 Depends: ${shlibs:Depends}, apache2.2-common, apache2, ${misc:Depends}
 Suggests: tomcat6, libapache-mod-jk-doc
 Conflicts: libapache2-mod-jk2
@@ -29,7 +27,6 @@ Description: Apache 2 connector for the Tomcat Java servlet engine
 Package: libapache-mod-jk-doc
 Architecture: all
 Section: doc
-Priority: optional
 Depends: ${misc:Depends}
 Suggests: libapache2-mod-jk
 Conflicts: libapache-mod-jk (<= 1.2.5-2)
diff --git a/debian/rules b/debian/rules
index d7ae7dc..b73027b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -64,14 +64,14 @@ install: install-indep install-arch
 install-indep:
 	dh_testdir
 	dh_testroot
-	dh_clean -k -i
+	dh_prep
 	dh_installdirs -i
 	dh_install -i
 
 install-arch:
 	dh_testdir
 	dh_testroot
-	dh_clean -k -a
+	dh_prep
 	dh_installdirs -a
 	cp native-apache2/apache-2.0/mod_jk.so debian/libapache2-mod-jk/usr/lib/apache2/modules/mod_jk.so
 	dh_install -a

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libapache-mod-jk.git



More information about the pkg-java-commits mailing list