tag 380269 patch
thanks سلام שלום
On Fri, Jul 28, 2006, Daniel Schepler wrote:
> t/2_client_jabberd1.4....ok 2/5# Failed test (t/2_client_jabberd1.4.t at
> line 49)
> # Failed test (t/2_client_jabberd1.4.t at line 50)
> # Failed test (t/2_client_jabberd1.4.t at line 51)
> # Looks like you failed 3 tests of 5.
> t/2_client_jabberd1.4....dubious
> Test returned status 3 (wstat 768, 0x300)
> DIED. FAILED tests 3-5
> Failed 3/5 tests, 40.00% okay
> t/3_client_jabberd2......ok
> 4/5 skipped: Cannot open connection (maybe a firewall?)
Tests 2 and 3 try to connect to the network. Thus I disabled them to
let the package build fine. A NMU has been upload as part of the 0-day
policy.
--
adn
Mohammed Adnène Trojette
diff -u libnet-xmpp-perl-1.0/debian/control libnet-xmpp-perl-1.0/debian/control
--- libnet-xmpp-perl-1.0/debian/control
+++ libnet-xmpp-perl-1.0/debian/control
@@ -4,7 +4,7 @@
Maintainer: Florian Ragwitz <[EMAIL PROTECTED]>
Build-Depends: debhelper (>= 4.0.0)
Build-Depends-Indep: perl, libxml-stream-perl (>= 1.22), libdigest-sha1-perl,
libauthen-sasl-perl
-Standards-Version: 3.6.1
+Standards-Version: 3.7.2
Package: libnet-xmpp-perl
Architecture: all
diff -u libnet-xmpp-perl-1.0/debian/rules libnet-xmpp-perl-1.0/debian/rules
--- libnet-xmpp-perl-1.0/debian/rules
+++ libnet-xmpp-perl-1.0/debian/rules
@@ -34,7 +34,11 @@
dh_testroot
dh_clean -k
+ mkdir tmp-test
+ mv t/2_client_jabberd1.4.t t/3_client_jabberd2.t tmp-test
$(MAKE) test
+ mv tmp-test/2_client_jabberd1.4.t tmp-test/3_client_jabberd2.t t
+ rmdir tmp-test
$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
#As this is a architecture independent package, we are not supposed to
install
diff -u libnet-xmpp-perl-1.0/debian/changelog
libnet-xmpp-perl-1.0/debian/changelog
--- libnet-xmpp-perl-1.0/debian/changelog
+++ libnet-xmpp-perl-1.0/debian/changelog
@@ -1,3 +1,13 @@
+libnet-xmpp-perl (1.0-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Hack to disable t/2_client_jabberd1.4.t and t/3_client_jabberd2.t tests
+ that try to connect the network and causes FTBFS. (Closes: #380269)
+ * Bump Standards-Version to 3.7.2
+ - update FSF address
+
+ -- Mohammed Adnène Trojette <[EMAIL PROTECTED]> Sat, 5 Aug 2006 21:54:45
+0200
+
libnet-xmpp-perl (1.0-1) unstable; urgency=low
* Initial Release (Closes: #272845).
diff -u libnet-xmpp-perl-1.0/debian/copyright
libnet-xmpp-perl-1.0/debian/copyright
--- libnet-xmpp-perl-1.0/debian/copyright
+++ libnet-xmpp-perl-1.0/debian/copyright
@@ -21,8 +21,8 @@
You should have received a copy of the GNU Library General Public
License along with this library; if not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+ MA 02110-1301, USA.
On Debian GNU/Linux systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL-2'.