[Git][java-team/javatools][master] jh_installjavadoc: Parse debian/javadoc file correctly

Niels Thykier gitlab at salsa.debian.org
Mon Oct 1 18:03:48 BST 2018


Niels Thykier pushed to branch master at Debian Java Maintainers / javatools


Commits:
d60e6c0d by Niels Thykier at 2018-10-01T17:00:47Z
jh_installjavadoc: Parse debian/javadoc file correctly

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -


2 changed files:

- debian/changelog
- jh_installjavadoc


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+javatools (0.69) UNRELEASED; urgency=medium
+
+  * jh_installjavadoc: Parse debian/javadoc file correctly.
+
+ -- Niels Thykier <niels at thykier.net>  Mon, 01 Oct 2018 16:59:42 +0000
+
 javatools (0.68) unstable; urgency=medium
 
   * Team upload.


=====================================
jh_installjavadoc
=====================================
@@ -135,7 +135,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 		$pkgfile = 'debian/javadoc';
 	}
 	next if not $pkgfile;
-	my ($source, $target) = filedoublearray($pkgfile);
+	my ($source, $target) = filearray($pkgfile);
 
 	if ($source eq 'internal' and -d 'debian/_jh_build.javadoc/api') {
 		$source = 'debian/_jh_build.javadoc/api';



View it on GitLab: https://salsa.debian.org/java-team/javatools/commit/d60e6c0d31547c72084913e08bd876cf9b3f5cfc

-- 
View it on GitLab: https://salsa.debian.org/java-team/javatools/commit/d60e6c0d31547c72084913e08bd876cf9b3f5cfc
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20181001/71a68780/attachment.html>


More information about the pkg-java-commits mailing list