tags 692534 + pending
thanks

Dear maintainer,

I've prepared an NMU for sqldeveloper-package (versioned as 0.2.3+nmu2) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should delay it longer.

Regards,
Salvatore
diff -Nru sqldeveloper-package-0.2.3+nmu1/debian/changelog sqldeveloper-package-0.2.3+nmu2/debian/changelog
--- sqldeveloper-package-0.2.3+nmu1/debian/changelog	2010-02-21 18:43:37.000000000 +0100
+++ sqldeveloper-package-0.2.3+nmu2/debian/changelog	2012-11-12 17:43:40.000000000 +0100
@@ -1,3 +1,16 @@
+sqldeveloper-package (0.2.3+nmu2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Work with old- and new-style results from file command.
+    Fix 'Fails to build sqldeveloper package with "chmod: missing operand
+    after `755'"'. Chain two separate grep commands to search first for
+    "shell script" and then for "text executable". By doing things this way,
+    both the old-style and new-style results from the file command will be
+    accepted.
+    Thanks to Brad Powell (Closes: #692534) (LP: #985810)
+
+ -- Salvatore Bonaccorso <car...@debian.org>  Mon, 12 Nov 2012 17:38:58 +0100
+
 sqldeveloper-package (0.2.3+nmu1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru sqldeveloper-package-0.2.3+nmu1/make-sqldeveloper-package sqldeveloper-package-0.2.3+nmu2/make-sqldeveloper-package
--- sqldeveloper-package-0.2.3+nmu1/make-sqldeveloper-package	2010-02-21 18:43:18.000000000 +0100
+++ sqldeveloper-package-0.2.3+nmu2/make-sqldeveloper-package	2012-11-12 17:43:40.000000000 +0100
@@ -378,7 +378,7 @@
 	done
 
 	# Set executable bit
-	${FIND} "${OPTDIR}" ! \( -type d -o -name "*.jar" \) |${XARGS} ${XARGS_OPTS} ${FILE} ${FILE_OPTS} |${GREP} ${GREP_OPTS} "shell script text executable" |${CUT} ${CUT_OPTS_FUNC_CLEAN} |${XARGS} ${XARGS_OPTS} ${CHMOD} ${CHMOD_OPTS}
+	${FIND} "${OPTDIR}" ! \( -type d -o -name "*.jar" \) |${XARGS} ${XARGS_OPTS} ${FILE} ${FILE_OPTS} |${GREP} ${GREP_OPTS} "shell script" | ${GREP} ${GREP_OPTS} "text executable" |${CUT} ${CUT_OPTS_FUNC_CLEAN} |${XARGS} ${XARGS_OPTS} ${CHMOD} ${CHMOD_OPTS}
 
 	# Documentation
 	#

Attachment: signature.asc
Description: Digital signature

Reply via email to