[Pkg-gnutls-commits] r847 - in /packages/gnutls26/trunk/debian: changelog patches/16_unnecessarydep.diff patches/series
ametzler at users.alioth.debian.org
ametzler at users.alioth.debian.org
Sat Mar 20 15:07:10 UTC 2010
Author: ametzler
Date: Sat Mar 20 15:07:03 2010
New Revision: 847
URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=847
Log:
Stop unneeeded linkage against libgpg-error.
Added:
packages/gnutls26/trunk/debian/patches/16_unnecessarydep.diff
Modified:
packages/gnutls26/trunk/debian/changelog
packages/gnutls26/trunk/debian/patches/series
Modified: packages/gnutls26/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/trunk/debian/changelog?rev=847&op=diff
==============================================================================
--- packages/gnutls26/trunk/debian/changelog (original)
+++ packages/gnutls26/trunk/debian/changelog Sat Mar 20 15:07:03 2010
@@ -1,6 +1,5 @@
-gnutls26 (2.8.6-1) UNRELEASED; urgency=low
-
- * NOT RELEASED YET
+gnutls26 (2.8.6-1) unstable; urgency=low
+
* Use dh_lintian.
* Use dh_makeshlibs for the guile stuff, too. This gets us
a) ldconfig in postinst. Closes: #553109
@@ -10,8 +9,9 @@
designed to be used as libraries (linking) but are dlopened. guile-1.10
will address this issue by keeping this stuff in a private directory.
* hotfix pkg-config files (proper fix to be included upstream).
-
- -- Andreas Metzler <ametzler at debian.org> Sun, 20 Dec 2009 11:30:25 +0100
+ * Stop unneeeded linkage against libgpg-error. 16_unnecessarydep.diff
+
+ -- Andreas Metzler <ametzler at debian.org> Sat, 20 Mar 2010 15:53:35 +0100
gnutls26 (2.8.5-2) unstable; urgency=low
Added: packages/gnutls26/trunk/debian/patches/16_unnecessarydep.diff
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/trunk/debian/patches/16_unnecessarydep.diff?rev=847&op=file
==============================================================================
--- packages/gnutls26/trunk/debian/patches/16_unnecessarydep.diff (added)
+++ packages/gnutls26/trunk/debian/patches/16_unnecessarydep.diff Sat Mar 20 15:07:03 2010
@@ -1,0 +1,36 @@
+diff -NurBbp gnutls-2.8.6.orig/configure gnutls-2.8.6/configure
+--- gnutls-2.8.6.orig/configure 2010-03-15 11:29:16.000000000 +0100
++++ gnutls-2.8.6/configure 2010-03-20 16:01:07.000000000 +0100
+@@ -7026,7 +7026,7 @@ fi
+ rpathdirs=
+ ltrpathdirs=
+ names_already_handled=
+- names_next_round='gcrypt gpg-error'
++ names_next_round='gcrypt'
+ while test -n "$names_next_round"; do
+ names_this_round="$names_next_round"
+ names_next_round=
+diff -NurBbp gnutls-2.8.6.orig/lib/configure gnutls-2.8.6/lib/configure
+--- gnutls-2.8.6.orig/lib/configure 2010-03-15 11:28:38.000000000 +0100
++++ gnutls-2.8.6/lib/configure 2010-03-20 16:00:59.000000000 +0100
+@@ -12102,7 +12102,7 @@ fi
+ rpathdirs=
+ ltrpathdirs=
+ names_already_handled=
+- names_next_round='gcrypt gpg-error'
++ names_next_round='gcrypt'
+ while test -n "$names_next_round"; do
+ names_this_round="$names_next_round"
+ names_next_round=
+diff -NurBbp gnutls-2.8.6.orig/libextra/configure gnutls-2.8.6/libextra/configure
+--- gnutls-2.8.6.orig/libextra/configure 2010-03-15 11:28:58.000000000 +0100
++++ gnutls-2.8.6/libextra/configure 2010-03-20 16:00:53.000000000 +0100
+@@ -11509,7 +11509,7 @@ fi
+ rpathdirs=
+ ltrpathdirs=
+ names_already_handled=
+- names_next_round='gcrypt gpg-error'
++ names_next_round='gcrypt'
+ while test -n "$names_next_round"; do
+ names_this_round="$names_next_round"
+ names_next_round=
Modified: packages/gnutls26/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/trunk/debian/patches/series?rev=847&op=diff
==============================================================================
--- packages/gnutls26/trunk/debian/patches/series (original)
+++ packages/gnutls26/trunk/debian/patches/series Sat Mar 20 15:07:03 2010
@@ -1,2 +1,3 @@
14_version_gettextcat.diff
15_fixgnutlspc.diff
+16_unnecessarydep.diff
More information about the Pkg-gnutls-commits
mailing list