[Pkg-privacy-commits] [libotr] 144/225: Imported Debian patch 3.2.0-2

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 12:45:17 UTC 2015


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

infinity0 pushed a commit to branch master
in repository libotr.

commit e78b95c2a6e0e7f7b327eaca1cb21f8673a02077
Author: Thibaut VARENE <varenet at debian.org>
Date:   Wed Nov 11 16:47:13 2009 +0100

    Imported Debian patch 3.2.0-2
---
 debian/changelog | 6 ++++++
 debian/compat    | 2 +-
 debian/control   | 4 ++--
 debian/rules     | 7 ++++++-
 4 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cada5af..869c16a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libotr (3.2.0-2) unstable; urgency=low
+
+  * Fix outdated config.{sub,guess} (Closes: #529461)
+
+ -- Thibaut VARENE <varenet at debian.org>  Wed, 11 Nov 2009 16:47:13 +0100
+
 libotr (3.2.0-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/compat b/debian/compat
index b8626c4..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-4
+7
diff --git a/debian/control b/debian/control
index 24a0c92..b57f920 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: libotr
 Section: libs
 Priority: optional
 Maintainer: Thibaut VARENE <varenet at debian.org>
-Build-Depends: debhelper (>= 4.0.0), libgpg-error-dev (>= 1.0), libgcrypt11-dev (>= 1.2.0)
-Standards-Version: 3.8.0
+Build-Depends: debhelper (>= 4.0.0), libgpg-error-dev (>= 1.0), libgcrypt11-dev (>= 1.2.0), autotools-dev
+Standards-Version: 3.8.3
 
 Package: libotr2
 Section: libs
diff --git a/debian/rules b/debian/rules
index 476fa6e..9e23f25 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,13 @@ endif
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
+
+	ln -sf /usr/share/misc/config.sub .
+	ln -sf /usr/share/misc/config.guess .
+	rm -f config.cache
+
 	# Add here commands to configure the package.
+	./configure --with-pic --prefix=/usr --mandir=/usr/share/man
 
 	touch configure-stamp
 
@@ -34,7 +40,6 @@ build-stamp: configure-stamp
 	dh_testdir
 
 	# Add here commands to compile the package.
-	./configure --with-pic --prefix=/usr --mandir=/usr/share/man
 	$(MAKE)
 
 	touch build-stamp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/libotr.git



More information about the Pkg-privacy-commits mailing list