[Parted-commits] GNU Parted Official Repository: Changes to 'debian/master'

Otavio Salvador otavio at alioth.debian.org
Tue Jul 29 00:29:35 UTC 2008


 debian/changelog |   12 ++++++++++++
 debian/rules     |    2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)

New commits:
commit 257fb98c32ea92bd88a8861a4d20cc581fd0c051
Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Mon Jul 28 21:19:52 2008 -0300

    Disable backtrace when building the udeb packages (closes: #488374).

diff --git a/debian/changelog b/debian/changelog
index c4384fd..27995d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+parted (1.8.8.git.2008.03.24-8) unstable; urgency=low
+
+  * Disable backtrace when building the udeb packages (closes: #488374).
+
+ -- Otavio Salvador <otavio at ossystems.com.br>  Mon, 28 Jul 2008 21:09:10 -0300
+
 parted (1.8.8.git.2008.03.24-7) unstable; urgency=low
 
   * Upload to unstable
diff --git a/debian/rules b/debian/rules
index f2f14c9..b75b15a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -181,7 +181,7 @@ build-udeb/config.status: autotools-update-stamp
 	dh_testdir
 	[ -d build-udeb ] || mkdir build-udeb
 
-	cd build-udeb && CFLAGS="$(UDEB_CFLAGS)" ../configure --prefix=/usr \
+	cd build-udeb && CFLAGS="$(UDEB_CFLAGS)" ac_cv_header_execinfo_h=no ../configure --prefix=/usr \
 	    --sbindir=/sbin --libdir=/lib --mandir=\$${prefix}/share/man \
 	    --infodir=\$${prefix}/share/info --enable-shared --disable-static \
 	    --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) \

commit 01354b825efc114bd31d6d83dd80d6dd775846c5
Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Sat Jun 21 15:59:30 2008 -0300

    Release 1.8.8.git.2008.03.24-7

diff --git a/debian/changelog b/debian/changelog
index 1205454..c4384fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+parted (1.8.8.git.2008.03.24-7) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- Otavio Salvador <otavio at ossystems.com.br>  Sat, 21 Jun 2008 15:58:02 -0300
+
 parted (1.8.8.git.2008.03.24-6) experimental; urgency=low
 
   [ Otavio Salvador ]



More information about the Parted-commits mailing list