[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#608581: unblock: shapetools-tutorial/1.3-3.1



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
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 <carnil@debian.org>  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

Reply to: