Control: tags 815742 + patch
Control: tags 815742 + pending

Dear Tomasz,

I've prepared an NMU for verbiste (versioned as 0.1.42-2.1). As I don't
have privileges to upload it to DELAYED, I've uploaded it to the mentors
repository.

To access further information about this package, please visit the
following URL:

  http://mentors.debian.net/package/verbiste

Alternatively, one can download the package with dget using this command:

    dget -x 
http://mentors.debian.net/debian/pool/main/v/verbiste/verbiste_0.1.42-2.1.dsc

Regards,
Rul
diff -Nru verbiste-0.1.42/debian/changelog verbiste-0.1.42/debian/changelog
--- verbiste-0.1.42/debian/changelog	2015-11-01 11:17:31.000000000 -0800
+++ verbiste-0.1.42/debian/changelog	2016-03-01 23:47:38.000000000 -0800
@@ -1,3 +1,10 @@
+verbiste (0.1.42-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS due to failing test (Closes: #815742)
+
+ -- Raúl Benencia <r...@kalgan.cc>  Tue, 01 Mar 2016 23:43:03 -0800
+
 verbiste (0.1.42-2) unstable; urgency=medium
 
   * Fix missing dependency (Closes: #803682)
diff -Nru verbiste-0.1.42/debian/control verbiste-0.1.42/debian/control
--- verbiste-0.1.42/debian/control	2015-11-01 11:17:31.000000000 -0800
+++ verbiste-0.1.42/debian/control	2016-03-01 23:18:39.000000000 -0800
@@ -7,6 +7,7 @@
                libgnomeui-dev,
                libmate-panel-applet-dev,
                libxml-parser-perl,
+               locales,
                pkg-config
 Standards-Version: 3.9.6
 Homepage: http://sarrazip.com/dev/verbiste.html
diff -Nru verbiste-0.1.42/debian/rules verbiste-0.1.42/debian/rules
--- verbiste-0.1.42/debian/rules	2015-11-01 11:17:31.000000000 -0800
+++ verbiste-0.1.42/debian/rules	2016-03-01 23:47:52.000000000 -0800
@@ -9,5 +9,13 @@
 override_dh_installdocs:
 	dh_installdocs -A README LISEZMOI HACKING
 
+override_dh_auto_test:
+	mkdir -p debian/tmp/locale/
+	localedef -f UTF-8 -i en_US ./debian/tmp/locale/en_US.UTF-8/
+	LOCPATH=$(CURDIR)/debian/tmp/locale/ \
+	LANG=en_US.UTF-8 \
+	LC_ALL=en_US.UTF-8 \
+	dh_auto_test
+
 %:
 	dh $@ --parallel --with autoreconf

Attachment: signature.asc
Description: PGP signature

Reply via email to