Bug#902532: Cannot backport batik 1.10 to stretch

2018-09-10 Thread Mathieu Malaterre
On Wed, Sep 5, 2018 at 1:53 PM Emmanuel Bourg  wrote:
>
> Hi Mathieu,
>
> Le 27/06/2018 à 15:41, Mathieu Malaterre a écrit :
>
> > It would be nice to update the dependencies in d/control to match
> > exactly requirement. Otherwise it is hard to backport to stretch:
>
> I've been able to build batik/1.10-1 on stretch by reverting the
> debhelper compat level to 10. Using a backport of a recent version of
> maven-debian-helper should also work (at least version 2.2.3 I think).

Either way. As long as it does not involve a source upload. I remember
(top of my head) having to add '~' to debhelper compat (which is
annoying).

Thanks



Bug#902532: Cannot backport batik 1.10 to stretch

2018-09-05 Thread Emmanuel Bourg
Hi Mathieu,

Le 27/06/2018 à 15:41, Mathieu Malaterre a écrit :

> It would be nice to update the dependencies in d/control to match
> exactly requirement. Otherwise it is hard to backport to stretch:

I've been able to build batik/1.10-1 on stretch by reverting the
debhelper compat level to 10. Using a backport of a recent version of
maven-debian-helper should also work (at least version 2.2.3 I think).

Emmanuel Bourg



Bug#902532: Cannot backport batik 1.10 to stretch

2018-06-27 Thread Mathieu Malaterre
Package: batik
Version: 1.10-1

It would be nice to update the dependencies in d/control to match
exactly requirement. Otherwise it is hard to backport to stretch:

 dpkg-buildpackage -rfakeroot -us -uc
dpkg-buildpackage: info: source package batik
dpkg-buildpackage: info: source version 1.10-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Markus Koschany 
 dpkg-source --before-build batik-1.10
dpkg-buildpackage: info: host architecture amd64
 fakeroot debian/rules clean
dh clean --buildsystem=maven
   dh_auto_clean -O--buildsystem=maven
"for dir in \$(find . -name target -type d); do if [ -f \$(echo \$dir
| sed -e s/target\$/pom.xml/) ]; then rm -Rf \$dir; fi done"
Can't exec "for dir in $(find . -name target -type d); do if [ -f
$(echo $dir | sed -e s/target$/pom.xml/) ]; then rm -Rf $dir; fi
done": No such file or directory at
/usr/share/perl5/Debian/Debhelper/Dh_Lib.pm line 459.
dh_auto_clean: "for dir in \$(find . -name target -type d); do if [ -f
\$(echo \$dir | sed -e s/target\$/pom.xml/) ]; then rm -Rf \$dir; fi
done" failed to execute: No child processes
dh_auto_clean: "for dir in \$(find . -name target -type d); do if [ -f
\$(echo \$dir | sed -e s/target\$/pom.xml/) ]; then rm -Rf \$dir; fi
done" returned exit code 10
debian/rules:6: recipe for target 'clean' failed
make: *** [clean] Error 2
dpkg-buildpackage: error: fakeroot debian/rules clean gave error exit status 2
debuild: fatal error at line 1116:
dpkg-buildpackage -rfakeroot -us -uc failed