Hi Lars Are you fine if I upload the sqldeveloper-package with attached debdiff?
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-11 14:04:38.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'"'. Chains 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 <[email protected]> Sun, 11 Nov 2012 13:56:44 +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-11 14:04:38.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 #
signature.asc
Description: Digital signature

