[Pkg-gnutls-commits] r966 - in /packages/gnutls26/trunk/debian: changelog rules
ametzler at users.alioth.debian.org
ametzler at users.alioth.debian.org
Sun Feb 6 14:51:52 UTC 2011
Author: ametzler
Date: Sun Feb 6 14:51:52 2011
New Revision: 966
URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=966
Log:
[merge r875 from branch2.9.x] simplify debian/rules mips gcc bug workaround
Modified:
packages/gnutls26/trunk/debian/changelog
packages/gnutls26/trunk/debian/rules
Modified: packages/gnutls26/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/trunk/debian/changelog?rev=966&op=diff
==============================================================================
--- packages/gnutls26/trunk/debian/changelog (original)
+++ packages/gnutls26/trunk/debian/changelog Sun Feb 6 14:51:52 2011
@@ -1,6 +1,7 @@
-gnutls26 (2.9.12-3) UNRELEASED; urgency=low
+gnutls26 (2.10.0-1) UNRELEASED; urgency=low
* NOT RELEASED YET
+ * New upstream stable release.
-- Andreas Metzler <ametzler at debian.org> Sat, 19 Jun 2010 15:07:31 +0200
Modified: packages/gnutls26/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/trunk/debian/rules?rev=966&op=diff
==============================================================================
--- packages/gnutls26/trunk/debian/rules (original)
+++ packages/gnutls26/trunk/debian/rules Sun Feb 6 14:51:52 2011
@@ -8,19 +8,14 @@
# work around gcc-4.4 bug <http://bugs.debian.org/519006> by building without -g
ifeq ($(DEB_BUILD_ARCH),mips)
- WORAROUND519006 := yes
export CFLAGS := -O2 -Wall -D_REENTRANT
endif
ifeq ($(DEB_BUILD_ARCH),mipsel)
- WORAROUND519006 := yes
export CFLAGS := -O2 -Wall -D_REENTRANT
endif
DEB_CONFIGURE_EXTRA_FLAGS = --enable-ld-version-script --enable-cxx --without-lzo --enable-guile --with-guile-site-dir=/usr/share/guile/site --cache-file=$(CURDIR)/config.cache
DEB_MAKE_CHECK_TARGET = check
-ifneq ($(WORAROUND519006),yes)
- DEB_DH_STRIP_ARGS = --dbg-package=libgnutls26-dbg
-endif
DEB_DH_MAKESHLIBS_ARGS_libgnutls26 := -V 'libgnutls26 (>=2.9.11-0)'
DEB_DH_MAKESHLIBS_ARGS_guile-gnutls := -V 'guile-gnutls (>=2.7.14-0)'
DEB_COMPRESS_EXCLUDE := gnutls.pdf
More information about the Pkg-gnutls-commits
mailing list