Control: tags 792410 + patch
Control: tags 792410 + pending

Dear maintainer,

I've prepared an NMU for juman (versioned as 7.0-3.4) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer -  https://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Van Morrison
diff -Nru juman-7.0/debian/changelog juman-7.0/debian/changelog
--- juman-7.0/debian/changelog	2015-06-17 22:52:45.000000000 +0200
+++ juman-7.0/debian/changelog	2015-08-26 16:46:34.000000000 +0200
@@ -1,3 +1,13 @@
+juman (7.0-3.4) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix "FTBFS with perl 5.22 in experimental (MakeMaker changes)"
+    use DESTDIR in debian/rules, and add a patch so perl/Makefile.PL honours
+    it also for the manual `cp' there.
+    (Closes: #792410)
+
+ -- gregor herrmann <[email protected]>  Wed, 26 Aug 2015 16:46:24 +0200
+
 juman (7.0-3.3) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru juman-7.0/debian/patches/perl-destdir.patch juman-7.0/debian/patches/perl-destdir.patch
--- juman-7.0/debian/patches/perl-destdir.patch	1970-01-01 01:00:00.000000000 +0100
+++ juman-7.0/debian/patches/perl-destdir.patch	2015-08-26 16:37:28.000000000 +0200
@@ -0,0 +1,19 @@
+Description: honour DESTDIR
+ used in debian/rules, since the PREFIX hack is gone in perl 5.22
+Origin: vendor
+Bug-Debian: https://bugs.debian.org/792410
+Forwarded: no
+Author: gregor herrmann <[email protected]>
+Last-Update: 2015-08-26
+
+--- a/perl/Makefile.PL
++++ b/perl/Makefile.PL
+@@ -65,7 +65,7 @@
+ ==== ERROR ====
+ __error__
+     }
+-    my( $libdir ) = ( "@ARGV" =~ m/\bINSTALLDIRS=vendor\b/ ? "INSTALLVENDORLIB" : "INSTALLSITELIB" );
++    my( $libdir ) = ( "@ARGV" =~ m/\bINSTALLDIRS=vendor\b/ ? "DESTINSTALLVENDORLIB" : "DESTINSTALLSITELIB" );
+     my $grmfile = q!$(INST_LIB)/Juman/Grammar.pm!;
+     my $dicfile = q!$(INST_LIB)/Juman/JUMAN.dic.db!;
+     my( @targets ) = ( $grmfile );
diff -Nru juman-7.0/debian/patches/series juman-7.0/debian/patches/series
--- juman-7.0/debian/patches/series	2012-01-20 05:36:43.000000000 +0100
+++ juman-7.0/debian/patches/series	2015-08-26 16:33:15.000000000 +0200
@@ -1,2 +1,3 @@
 server-pidfile.patch
 fprintf-format-fix.patch
+perl-destdir.patch
diff -Nru juman-7.0/debian/rules juman-7.0/debian/rules
--- juman-7.0/debian/rules	2015-06-17 22:49:15.000000000 +0200
+++ juman-7.0/debian/rules	2015-08-26 16:17:58.000000000 +0200
@@ -33,7 +33,7 @@
 		`echo $$f|sed s,debian/juman-dic/usr/share/,usr/lib/,` ;\
 	  done ;\
 	done
-	$(MAKE) -C perl install PREFIX=`pwd`/debian/libjuman-perl/usr DICDIR=`pwd`/dic
+	$(MAKE) -C perl install DESTDIR=`pwd`/debian/libjuman-perl DICDIR=`pwd`/dic
 
 override_dh_auto_clean:
 	dh_auto_clean

Attachment: signature.asc
Description: Digital Signature

Reply via email to