Package: geronimo-jms-1.1-spec
Version: 1.1-1.2
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu precise ubuntu-patch
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
In Ubuntu, the attached patch was applied to achieve the following:
* d/rules: Add --usj-name=geronimo-jms-1.1-spec to ensure consistent jar
naming with previous versions.
This ensures that the jar files that are installed in /usr/share/java are named
consistently with the original version of the package; this breaks alot less in
Ubuntu than switching the name as the POM file does. I've build tested this fix
with all reverse-build-depends and it works OK.
Thanks for considering the patch.
- -- System Information:
Debian Release: wheezy/sid
APT prefers oneiric-updates
APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500,
'oneiric-proposed'), (500, 'oneiric')
Architecture: amd64 (x86_64)
Kernel: Linux 3.0.0-12-generic (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBCAAGBQJOqBCyAAoJEL/srsug59jD64YP/RH0/KziU+rKliVPi85bCugC
PYR/8x0vAd7+iiGf7sFt7omWjS4P13fKEcz5qt6t8+Dvbe7XOKSdXRZafb6tV63N
EciVOLhSmXw34tJjgIyZEKJqoKZl0AwusYy5NCceiKrqzqRXvsQ9qJfBxefmFISh
qWdt7cKD7dmV7UbXhOZ/og/QVr2ROjeMc+70NZ4xo52WT5MrRYHQodcipMJnVjXJ
t8X1R9QEPVgoa+KMnu7dywjL0XGXvhC8sRx0pIqhKFry+NsLlcYPojNYEB9tzRlm
xAGSIZb2XsZfenmR+DufIAWf9FQ5e5xHfHQXCR8RhdOXPVgAp13xQR4RPK/dF4re
TkgtyO5+JpzqpcHDcg6qezN+eRzDD/FaW/o77K8/BZjufp0ySh1eQbN9N+9ao8fz
KP8TP9AezAR58wKJUQ+LCxlx7Act+EK1UfLJhkFVdrIjGVJHVVS7X5VdmR99+stR
linGQBhqxknTM+i/LeOtk0obiEQo9sQvOodY4LV4nz5fI1z5nAgkL8gambO5udVo
WKMhXuum9ORFgyBeAqKhB+rRLTnG1/vozljcOrGTUw8DX8L9sLz99TCKy+/TUu0h
9w0kdlZJwYBTodrW2RzaZuGt6uVGASCXvS+hjWptZnMfdrYffPxXRRSLR7zWoVSg
q/Lrj+sOfie3lwqqPbIj
=E7Z7
-----END PGP SIGNATURE-----
=== modified file 'debian/rules'
--- debian/rules 2011-09-23 23:33:11 +0000
+++ debian/rules 2011-10-26 13:13:22 +0000
@@ -23,5 +23,6 @@
binary-post-install/lib$(DEB_SOURCE_PACKAGE)-java::
mh_installpoms -plib$(DEB_SOURCE_PACKAGE)-java
- mh_installjar -plib$(DEB_SOURCE_PACKAGE)-java -l pom.xml
build/$(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION).jar
+ mh_installjar -plib$(DEB_SOURCE_PACKAGE)-java
--usj-name=$(DEB_SOURCE_PACKAGE) \
+ -l pom.xml build/$(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION).jar