[Pkg-e-commits] [SCM] Enlightenment DR17 file chunk reading/writing library branch, master, updated. debian/1.0.1-1-11-g7232a92

Albin Tonnerre albin.tonnerre at gmail.com
Sat May 30 21:22:58 UTC 2009


The following commit has been merged in the master branch:
commit 64fd6fe63c4d62d4d0235bab228af64ce57d7f12
Author: Albin Tonnerre <albin.tonnerre at gmail.com>
Date:   Sat May 30 22:57:54 2009 +0200

    Disable openssl support

diff --git a/debian/changelog b/debian/changelog
index 2d0ca6b..fd80ac2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+eet (1.1.0-2) unstable; urgency=low
+
+  * Explicitely disable openssl support
+  * Bump Standards-Version to 3.8.1, no change required
+
+ -- Albin Tonnerre <albin.tonnerre at gmail.com>  Sat, 30 May 2009 22:56:48 +0200
+
 eet (1.1.0-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/control b/debian/control
index 9e62d28..41c23ab 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Pkg-e Team <pkg-e-devel at lists.alioth.debian.org>
 Uploaders: Albin Tonnerre <albin.tonnerre at gmail.com>, Niv Sardi <xaiki at debian.org>,
  Jan Lübbe <jluebbe at debian.org>
 Build-Depends: dpkg-dev (>= 1.14.8), debhelper (>= 6), cdbs, zlib1g-dev, libjpeg62-dev
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 Vcs-Git: git://git.debian.org/pkg-e/libs/eet.git
 Vcs-Browser: http://git.debian.org/?p=pkg-e/libs/eet.git
 Homepage: http://www.enlightenment.org
diff --git a/debian/rules b/debian/rules
index c2961e7..62035ad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,4 +16,5 @@ install/libeet-doc::
 DEB_INSTALL_MANPAGES_libeet-doc := $(DEB_SRCDIR)/doc/man/man3/E*.3 $(DEB_SRCDIR)/doc/man/man3/e*.3
 DEB_INSTALL_MANPAGES_libeet-bin := $(DEB_SRCDIR)/debian/eet.1
 DEB_DH_STRIP_ARGS := --dbg-package=libeet-dbg
-DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath  # --enable-tests
+DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath \
+                             --disable-openssl # --enable-tests

-- 
Enlightenment DR17 file chunk reading/writing library



More information about the Pkg-e-commits mailing list