Your message dated Tue, 11 Nov 2014 21:38:41 +0000 with message-id <20141111213841.GK21455@lupin.home.powdarrmonkey.net> and subject line Re: Bug#769014: unblock: libecap/0.2.0-3 has caused the Debian Bug report #769014, regarding unblock: libecap/0.2.0-3 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 769014: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769014 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: unblock: libecap/0.2.0-3
- From: Luigi Gangitano <luigi@debian.org>
- Date: Mon, 10 Nov 2014 19:38:30 +0100
- Message-id: <[🔎] 20141110183830.26903.4386.reportbug@debian.openconsulting.it>
Package: release.debian.org Severity: normal User: release.debian.org@packages.debian.org Usertags: unblock Please unblock package libecap Version 0.2.0-3 fixes an RC bug caused by upstream autoconf which prevented libecap to build on several new architectures. diff -Nru libecap-0.2.0/debian/changelog libecap-0.2.0/debian/changelog --- libecap-0.2.0/debian/changelog 2012-12-05 20:11:58.000000000 +0100 +++ libecap-0.2.0/debian/changelog 2014-11-10 19:24:58.000000000 +0100 @@ -1,3 +1,22 @@ +libecap (0.2.0-3) unstable; urgency=low + + * Enable 'foreign' automake option, thanks to Andrey Rahmatullin + (Closes: #766492) + + -- Luigi Gangitano <luigi@debian.org> Mon, 10 Nov 2014 19:21:04 +0100 + +libecap (0.2.0-2) unstable; urgency=low + + * Fix FTBFS on new ports, thanks to Breno Leitao (Closes: #748292) + + * debian/copyright + - Fixed short name for BSD license + + * debian/control + - Bumped Standard-Version to 3.9.6 (no change needed) + + -- Luigi Gangitano <luigi@debian.org> Mon, 20 Oct 2014 19:21:04 +0200 + libecap (0.2.0-1) unstable; urgency=low * Initial release (Closes: #634204) diff -Nru libecap-0.2.0/debian/control libecap-0.2.0/debian/control --- libecap-0.2.0/debian/control 2012-12-05 20:03:23.000000000 +0100 +++ libecap-0.2.0/debian/control 2014-11-10 19:24:58.000000000 +0100 @@ -1,8 +1,8 @@ Source: libecap Priority: extra Maintainer: Luigi Gangitano <luigi@debian.org> -Build-Depends: debhelper (>= 8.0.0), autotools-dev, cdbs -Standards-Version: 3.9.2 +Build-Depends: debhelper (>= 8.0.0), autotools-dev, cdbs, dh-autoreconf +Standards-Version: 3.9.6 Section: libs Homepage: http://www.e-cap.org/Downloads diff -Nru libecap-0.2.0/debian/copyright libecap-0.2.0/debian/copyright --- libecap-0.2.0/debian/copyright 2011-07-17 20:20:51.000000000 +0200 +++ libecap-0.2.0/debian/copyright 2014-11-10 19:24:58.000000000 +0100 @@ -4,7 +4,7 @@ Files: * Copyright: 2008 Alex Rousskov and The Measurement Factory -License: Simplified BSD +License: BSD-2-Clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . diff -Nru libecap-0.2.0/debian/patches/automake-foreign.patch libecap-0.2.0/debian/patches/automake-foreign.patch --- libecap-0.2.0/debian/patches/automake-foreign.patch 1970-01-01 01:00:00.000000000 +0100 +++ libecap-0.2.0/debian/patches/automake-foreign.patch 2014-11-10 19:24:58.000000000 +0100 @@ -0,0 +1,16 @@ +Description: Set the foreign option for automake +Author: Andrey Rahmatullin <wrar@debian.org> +Bug-Debian: https://bugs.debian.org/766492 +Last-Update: 2014-11-08 + +--- libecap-0.2.0.orig/configure.in ++++ libecap-0.2.0/configure.in +@@ -14,7 +14,7 @@ AC_CONFIG_SRCDIR([src/libecap/adapter/se + AC_CONFIG_HEADERS(src/libecap/common/ac-autoconf.h) + AX_PREFIX_CONFIG_H(src/libecap/common/autoconf.h) + +-AM_INIT_AUTOMAKE([nostdinc]) ++AM_INIT_AUTOMAKE([nostdinc foreign]) + AM_MAINTAINER_MODE + + LT_INIT diff -Nru libecap-0.2.0/debian/patches/series libecap-0.2.0/debian/patches/series --- libecap-0.2.0/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ libecap-0.2.0/debian/patches/series 2014-11-10 19:24:58.000000000 +0100 @@ -0,0 +1 @@ +automake-foreign.patch diff -Nru libecap-0.2.0/debian/rules libecap-0.2.0/debian/rules --- libecap-0.2.0/debian/rules 2012-12-05 20:10:06.000000000 +0100 +++ libecap-0.2.0/debian/rules 2014-11-10 19:24:58.000000000 +0100 @@ -2,6 +2,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/autoreconf.mk override_dh_installchangelogs: dh_installchangelogs change.log upstream unblock libecap/0.2.0-3 -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 3.16.0-4-686-pae (SMP w/2 CPU cores) Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash
--- End Message ---
--- Begin Message ---
- To: Luigi Gangitano <luigi@debian.org>, 769014-done@bugs.debian.org
- Subject: Re: Bug#769014: unblock: libecap/0.2.0-3
- From: Jonathan Wiltshire <jmw@debian.org>
- Date: Tue, 11 Nov 2014 21:38:41 +0000
- Message-id: <20141111213841.GK21455@lupin.home.powdarrmonkey.net>
- In-reply-to: <[🔎] 20141110183830.26903.4386.reportbug@debian.openconsulting.it>
- References: <[🔎] 20141110183830.26903.4386.reportbug@debian.openconsulting.it>
On Mon, Nov 10, 2014 at 07:38:30PM +0100, Luigi Gangitano wrote: > Please unblock package libecap > > Version 0.2.0-3 fixes an RC bug caused by upstream autoconf which prevented libecap to build on several new architectures. Unblocked, thanks. -- Jonathan Wiltshire jmw@debian.org Debian Developer http://people.debian.org/~jmw 4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC 74C3 5394 479D D352 4C51Attachment: signature.asc
Description: Digital signature
--- End Message ---