Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Hi Release Team Please unblock package shapetools-tutorial It fixes an RC Bug (#581484) due to a bashism in debian/rules in the dh_installdirs call. NMU diff which was uploaded is attached. unblock shapetools-tutorial/1.3-3.1 Thanks in advance and bests Salvatore -- System Information: Debian Release: 6.0 APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash
diff -u shapetools-tutorial-1.3/debian/changelog shapetools-tutorial-1.3/debian/changelog --- shapetools-tutorial-1.3/debian/changelog +++ shapetools-tutorial-1.3/debian/changelog @@ -1,3 +1,11 @@ +shapetools-tutorial (1.3-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix bashisms call for dh_installdirs and list separately the directories + (Closes: #581484). + + -- Salvatore Bonaccorso <[email protected]> Wed, 29 Dec 2010 22:44:10 +0100 + shapetools-tutorial (1.3-3) unstable; urgency=medium * Add debhelper build dependency (closes: #260012). diff -u shapetools-tutorial-1.3/debian/rules shapetools-tutorial-1.3/debian/rules --- shapetools-tutorial-1.3/debian/rules +++ shapetools-tutorial-1.3/debian/rules @@ -16,7 +16,7 @@ binary-indep: build dh_testdir dh_testroot - dh_installdirs usr/share/doc/{shapetools,$(pkg)} + dh_installdirs usr/share/doc/shapetools usr/share/doc/$(pkg) dh_installdocs tutorial.ps ln -s ../$(pkg)/tutorial.ps $(d)/usr/share/doc/shapetools/tutorial.ps # dh_installmenu

