Package: clean-crypto Version: 1-1 Followup-For: Bug #817316 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu yakkety ubuntu-patch
Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * debian/compat: Indicate compatibility level of 9. * debian/control: - Build-depend on debhelper (>= 9). - Remove needless dependency on JRE. Thanks for considering the patch. Logan Rosen -- System Information: Debian Release: stretch/sid APT prefers xenial-updates APT policy: (500, 'xenial-updates'), (500, 'xenial-security'), (500, 'xenial'), (100, 'xenial-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.4.0-21-generic (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.utf8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
diff -u clean-crypto-1/debian/control clean-crypto-1/debian/control --- clean-crypto-1/debian/control +++ clean-crypto-1/debian/control @@ -9,7 +9,7 @@ Kyo Lee <kyo....@eucalyptus.com>, Daniel Nuomi <nu...@eucalyptus.com>, DM-Upload-Allowed: yes -Build-Depends: ant, debhelper (>= 5), cdbs (>= 0.4.5.3) +Build-Depends: ant, debhelper (>= 9), cdbs (>= 0.4.5.3) Build-Depends-Indep: default-jdk Standards-Version: 3.8.4 Homepage: https://code.launchpad.net/~chris-grze/eucalyptus-commons-ext/clean-crypto @@ -17,7 +17,7 @@ Package: libclean-crypto-java Architecture: all -Depends: ${misc:Depends}, default-jre-headless +Depends: ${misc:Depends} Description: Simplified and unrestricted javax.crypto bootstrap library Provides a simple unrestricted version of the javax.crypto package which can be provided when bootstrapping the Java Virtual Machine. This only in patch2: unchanged: --- clean-crypto-1.orig/debian/compat +++ clean-crypto-1/debian/compat @@ -0,0 +1 @@ +9