Control: tags 789235 + patch Control: tags 789235 + pending Control: tags 797196 + patch Control: tags 797196 + pending
Dear maintainer, I've prepared an NMU for renrot (versioned as 1.2.0-0.2) 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: Funny van Dannen: Das Regenlied
diff -u renrot-1.2.0/debian/changelog renrot-1.2.0/debian/changelog --- renrot-1.2.0/debian/changelog +++ renrot-1.2.0/debian/changelog @@ -1,3 +1,15 @@ +renrot (1.2.0-0.2) unstable; urgency=medium + + * Non-maintainer upload. + * Fix "FTBFS with perl 5.22 in experimental (MakeMaker changes)": + use DESTDIR in debian/rules. + (Closes: #797196) + * Fix "renrot suggests transition package perlmagick": + replace Suggests on perlmagick with libimage-magick-perl. + (Closes: #789235) + + -- gregor herrmann <[email protected]> Sun, 06 Sep 2015 18:53:33 +0200 + renrot (1.2.0-0.1) unstable; urgency=medium * Non-maintainer upload diff -u renrot-1.2.0/debian/control renrot-1.2.0/debian/control --- renrot-1.2.0/debian/control +++ renrot-1.2.0/debian/control @@ -8,7 +8,7 @@ Package: renrot Architecture: all Depends: ${perl:Depends}, libimage-exiftool-perl (>= 5.72), libjpeg-progs -Suggests: perlmagick +Suggests: libimage-magick-perl Description: Rename and rotate files according to EXIF tags RenRot renames files according the DateTimeOriginal and FileModifyDate EXIF tags, if they exist. Otherwise, the name will be set according to diff -u renrot-1.2.0/debian/rules renrot-1.2.0/debian/rules --- renrot-1.2.0/debian/rules +++ renrot-1.2.0/debian/rules @@ -59,7 +59,7 @@ dh_installdirs # Add here commands to install the package into debian/renrot. - $(MAKE) install PREFIX=$(CURDIR)/debian/renrot/usr + $(MAKE) install DESTDIR=$(CURDIR)/debian/renrot # remove empty dirs [ ! -d $(CURDIR)/debian/renrot/usr/lib/perl5 ] || rmdir $(CURDIR)/debian/renrot/usr/lib/perl5 [ ! -d $(CURDIR)/debian/renrot/usr/lib ] || rmdir $(CURDIR)/debian/renrot/usr/lib
signature.asc
Description: Digital Signature

