Package: release.debian.org Severity: normal Tags: stretch User: release.debian....@packages.debian.org Usertags: pu
Hello release team, I have prepared a re-upload of 0.2.4+nmu1 (upload done: 879070) targeting stretch to fix RC bug #868673 which makes this packaging wrapper unusable in stretch. * Package name : sqldeveloper-package Version : 0.2.4+deb9u1 Upstream Author : Lazarus Long * URL : https://tracker.debian.org/pkg/sqldeveloper-package * License : GPL-3+ Section : contrib/misc It builds those binary packages: sqldeveloper-package - Oracle SQL Developer Debian package builder To access further information about this package, please visit the following URL: https://mentors.debian.net/package/sqldeveloper-package Alternatively, one can download the package with dget using this command: dget -x https://mentors.debian.net/debian/pool/contrib/s/sqldeveloper- package/sqldeveloper-package_0.2.4+deb9u1.dsc More information about sqldeveloper-package can be obtained from: https://manpages.debian.org/make-sqldeveloper-package Changes since the last upload: diff -Nru sqldeveloper-package-0.2.4/debian/changelog sqldeveloper- package-0.2.4+deb9u1/debian/changelog --- sqldeveloper-package-0.2.4/debian/changelog 2012-11-14 11:12:14.000000000 +0000 +++ sqldeveloper-package-0.2.4+deb9u1/debian/changelog 2017-10-26 14:00:01.000000000 +0100 @@ -1,3 +1,11 @@ +sqldeveloper-package (0.2.4+deb9u1) stretch; urgency=medium + + * Non-maintainer upload. + * Add required '--' before debian/rules target (Closes: #868673) + * Add --no-tgz-check as sqldeveloper is non-free + + -- Phil Morrell <deb...@emorrp1.name> Thu, 26 Oct 2017 14:00:01 +0100 + sqldeveloper-package (0.2.4) unstable; urgency=high * Addressed bugs for inclusion in Wheezy's freeze: diff -Nru sqldeveloper-package-0.2.4/make-sqldeveloper-package sqldeveloper- package-0.2.4+deb9u1/make-sqldeveloper-package --- sqldeveloper-package-0.2.4/make-sqldeveloper-package 2012-11-14 11:03:19.000000000 +0000 +++ sqldeveloper-package-0.2.4+deb9u1/make-sqldeveloper-package 2017-07-31 12:50:06.000000000 +0100 @@ -1021,7 +1021,7 @@ return 1 fi - DEBUILD_OPTS="--no-lintian binary" + DEBUILD_OPTS="--no-lintian --no-tgz-check -- binary" if [ -n "${ROOTCMD}" ] ; then DEBUILD_OPTS="--rootcmd=${ROOTCMD} ${DEBUILD_OPTS}" -- System Information: Debian Release: 9.2 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.9.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE=en_GB:en (charmap=UTF-8) -- Phil Morrell (emorrp1)