Bug#730038: juman: FTBFS: target 'debian/juman-dic/usr/share/juman/dic' is not a directory

2014-03-09 Thread Andrew Starr-Bochicchio
Hi,

I can confirm that Eriberto's patch resolves the issue. I've uploaded
this as a NMU to DELAYED-3 as it resolves an RC bug. Please feel free
to tell me if I should delay it longer.

Thanks,

-- Andrew Starr-Bochicchio

   Ubuntu Developer https://launchpad.net/~andrewsomething
   Debian Developer http://qa.debian.org/developer.php?login=asb
   PGP/GPG Key ID: D53FDCB1


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#730038: juman: FTBFS: target 'debian/juman-dic/usr/share/juman/dic' is not a directory

2014-03-07 Thread Eriberto
Hi,

The attached patch fix the problem.

I hope this help.

Regards,

Eriberto

diff -Nru juman-7.0/debian/juman-dic.install juman-7.0/debian/juman-dic.install
--- juman-7.0/debian/juman-dic.install	1969-12-31 21:00:00.0 -0300
+++ juman-7.0/debian/juman-dic.install	2014-03-07 08:11:37.0 -0300
@@ -0,0 +1,3 @@
+dic/*.dic  usr/share/juman/dic
+autodic/*.dic  usr/share/juman/autodic
+wikipediadic/*.dic usr/share/juman/wikipediadic
diff -Nru juman-7.0/debian/rules juman-7.0/debian/rules
--- juman-7.0/debian/rules	2013-11-06 04:34:39.0 -0200
+++ juman-7.0/debian/rules	2014-03-07 08:53:55.0 -0300
@@ -23,14 +23,14 @@
 	dh_auto_build
 	$(MAKE) -C perl OPTIMIZE=$(PERL_OPTIMIZE) DICDIR=`pwd`/dic
 
-dicprefix=debian/juman-dic/usr/share/juman
+#dicprefix=debian/juman-dic/usr/share/juman
 override_dh_auto_install:
 	dh_auto_install
 	rm -rf debian/tmp/usr/lib/juman/doc
 	dh_link -pjuman usr/share/doc/juman usr/lib/juman/doc
-	cp -p dic/*.dic $(dicprefix)/dic
-	cp -p autodic/*.dic $(dicprefix)/autodic
-	cp -p wikipediadic/*.dic $(dicprefix)/wikipediadic
+#	cp -p dic/*.dic $(dicprefix)/dic
+#	cp -p autodic/*.dic $(dicprefix)/autodic
+#	cp -p wikipediadic/*.dic $(dicprefix)/wikipediadic
 	for d in dic autodic wikipediadic ; do \
 	  for f in $(dicprefix)/$${d}/* ; do \
 	dh_link -pjuman-dic \


pgpLidTP070CU.pgp
Description: PGP signature


Bug#730038: juman: FTBFS: target 'debian/juman-dic/usr/share/juman/dic' is not a directory

2013-11-20 Thread Aaron M. Ucko
Source: juman
Version: 7.0-3
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Builds of juman covering only its architecture-dependent binary
packages (as on the autobuilders, or with dpkg-buildpackage -B) have
been failing:

  cp -p dic/*.dic debian/juman-dic/usr/share/juman/dic
  cp: target 'debian/juman-dic/usr/share/juman/dic' is not a directory
  make[1]: *** [override_dh_auto_install] Error 1
  make[1]: Leaving directory `/«PKGBUILDDIR»'
  make: *** [binary-arch] Error 2

Could you please take a look?  I'd suggest introducing
debian/juman-dic.install to let dh_install cover these files, and
moving the loop that runs dh_link to a new override_dh_link target.

Thanks!


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org