Your message dated Sun, 10 Feb 2013 14:48:30 +0000 with message-id <[email protected]> and subject line Bug#664347: fixed in janino 2.5.15-2 has caused the Debian Bug report #664347, regarding [PATCH] janino: Helping to update to packaging format 3.0 to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 664347: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664347 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: janino Severity: wishlist Tags: patch Hi, The dpatch patch management system has been deprecated for some time. The Lintian currently flags use of dpatch packages as an error. The new 3.0 packaging format is an improved version which, among other things, contains patch management built-in. For more information, see: http://wiki.debian.org/Projects/DebSrc3.0 I had some free time; see attached patch to migrate to new package format. Note that all files in debian/patches/* are canocalized to *.patch. Let me know if there is anything that needs adjusting or if it is ok to upload this version in a NMU in case you are working on other issues needing attention. Thanks, Jari>From bfc2bb365b678de9c43ac5602a555ad5eeb64417 Mon Sep 17 00:00:00 2001 From: Jari Aalto <[email protected]> Date: Tue, 28 Feb 2012 13:58:03 -0500 Subject: [PATCH] format-3.0 Organization: Private Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Signed-off-by: Jari Aalto <[email protected]> --- debian/changelog | 8 ++++++++ debian/compat | 2 +- debian/control | 4 ++-- debian/patches/build-remove-hardcoded.patch | 25 ++++++++++++++----------- debian/patches/{00list => series} | 0 debian/rules | 1 - debian/source/format | 1 + 7 files changed, 26 insertions(+), 15 deletions(-) rename debian/patches/{00list => series} (100%) create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog index 9dd5fb2..be95e21 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +janino (2.5.15-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Remove deprecated dpatch and upgrade to packaging format "3.0 quilt". + * Update to Standards-Version to 3.9.3 and debhelper to 9. + + -- Jari Aalto <[email protected]> Tue, 28 Feb 2012 13:43:56 -0500 + janino (2.5.15-1) unstable; urgency=low * New upstream version diff --git a/debian/compat b/debian/compat index 7ed6ff8..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +9 diff --git a/debian/control b/debian/control index eb9b1aa..954905b 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: janino Section: libs Priority: optional Maintainer: Philipp Hagemeister <[email protected]> -Standards-Version: 3.8.0 -Build-Depends: cdbs, debhelper (>= 5), dpatch +Standards-Version: 3.9.3 +Build-Depends: cdbs, debhelper (>= 9) Build-Depends-Indep: ant, java-gcj-compat-dev, unzip Homepage: http://janino.net diff --git a/debian/patches/build-remove-hardcoded.patch b/debian/patches/build-remove-hardcoded.patch index 767be31..953a8a2 100644 --- a/debian/patches/build-remove-hardcoded.patch +++ b/debian/patches/build-remove-hardcoded.patch @@ -1,12 +1,14 @@ -#!/bin/sh /usr/share/dpatch/dpatch-run -## build-remove-hardcoded.patch by <[email protected]> -## -## DP: Remove hardcoded paths from build.xml. -## DP: Create a manifest in the resulting jar file to set the Compiler class as main class. -## DP: Correct indenting -@DPATCH@ ---- /build.xml 2007-06-03 14:15:03.000000000 +0200 -+++ /build.xml 2007-05-18 23:14:10.000000000 +0200 +From: <[email protected]> +Subject: Remove hardcoded paths from build.xml. + Create a manifest in the resulting jar file to set the Compiler class + as main class. Correct indenting + +--- + build.xml | 32 +++++++++++++++++--------------- + 1 file changed, 17 insertions(+), 15 deletions(-) + +--- a/build.xml ++++ b/build.xml @@ -35,23 +35,23 @@ <project name="Janino" default="compile" basedir="."> <description> @@ -16,8 +18,8 @@ + </description> + <property file="build.properties"/> -+ <property name="janino.manifest" value="janino.manifest"/> - ++ <property name="janino.manifest" value="janino.manifest"/> + <target name="compile" description="Compile the source"> <mkdir dir="build/classes"/> @@ -70,7 +72,7 @@ <zip destfile="${janino_zip}"> <zipfileset file="build/lib/janino.jar" prefix="janino-${version}/lib"/> <zipfileset dir="build/javadoc" prefix="janino-${version}/javadoc"/> -@@ -92,7 +93,8 @@ +@@ -92,8 +93,9 @@ <zipfileset file="build.*" prefix="janino-${version}"/> </zip> </target> @@ -80,3 +82,4 @@ <delete dir="build"/> + <delete file="${janino.manifest}"/> </target> + </project> diff --git a/debian/patches/00list b/debian/patches/series similarity index 100% rename from debian/patches/00list rename to debian/patches/series diff --git a/debian/rules b/debian/rules index 87cc870..a62a201 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,6 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk -include /usr/share/cdbs/1/rules/dpatch.mk DEB_ANT_BUILDFILE := build.xml DEB_ANT_BUILD_TARGET := jar diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) -- 1.7.9
--- End Message ---
--- Begin Message ---Source: janino Source-Version: 2.5.15-2 We believe that the bug you reported is fixed in the latest version of janino, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Damien Raude-Morvan <[email protected]> (supplier of updated janino package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sun, 10 Feb 2013 13:52:00 +0100 Source: janino Binary: janino Architecture: source all Version: 2.5.15-2 Distribution: experimental Urgency: low Maintainer: Debian Java Maintainers <[email protected]> Changed-By: Damien Raude-Morvan <[email protected]> Description: janino - Runtime Java compiler Closes: 664347 Changes: janino (2.5.15-2) experimental; urgency=low . [ Jari Aalto ] * Remove deprecated dpatch and upgrade to packaging format "3.0 quilt". * Update to Standards-Version to 3.9.3 and debhelper to 9. . [ Damien Raude-Morvan ] * Transfer package to pkg-java team. * Add myself as Uploaders. * Merge patch from Jari Aalto. (Closes: #664347). * Merge changes from Ubuntu (Thierry Carrez): - Added debian/ant.properties to build java2-compatible code. - debian/control, debian/rules: Build-depend on default-jdk * d/control: Add ${misc:Depends} to binary packages. * d/contorl: Add Vcs-* headers for Git repository. Checksums-Sha1: ac9ac1931d837005509b0e1681ee4ecdf1505c63 1968 janino_2.5.15-2.dsc 3da9dbcf71a906e4404eba0afd6b77086d3b842d 5512 janino_2.5.15-2.debian.tar.gz d7d13314448de30aa31b5c3ccbc9e15dbbcb14a6 419904 janino_2.5.15-2_all.deb Checksums-Sha256: aa6da0ac8e7076ca19c2edc1f12ca8317d1598347a872a665d0423a84ea1a131 1968 janino_2.5.15-2.dsc 32864bec2cbab4da6e98b082cb13cae19c27a37795133426dfc7a4ac94d807d7 5512 janino_2.5.15-2.debian.tar.gz 7b2785230701a54a3588860036f285e3ecb203e1ee7db450b05193f91384f2ed 419904 janino_2.5.15-2_all.deb Files: e5dc701334b867e6e6a3579e1f5fe9b9 1968 libs optional janino_2.5.15-2.dsc fe84f72ccb5ac3453f528728ad5700d8 5512 libs optional janino_2.5.15-2.debian.tar.gz fe96b3cc0e7bc9b8e4c6a648c14e0a9a 419904 libs optional janino_2.5.15-2_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQIcBAEBCAAGBQJRF6ipAAoJEHXiDM0z50n8v8kP/3EUfOCuZWp18vh/5oQCb+tc /8EtLFeq72/OL1JjavlPLKyNk5pYDBAH7YPFMUIX8pwM1hG5TYOAN6DA+NF6e0CB aq1LH2Uh8eQGKyMt9/4n+vUqnq6G/gFMaTuYTuel2K0CQUtakKbEC87aK8ZPHL3u 2JMxD8tGqCwib1elJ0cmdWfkBzbEBl1stn7PznLrAMpcxIz5gSreOfyxPzCzFhg/ 0vW0S56tUVzrmpBqaVRIUEQZj75AxKBI1kjeQI1zfGqLUE88oAe6QH5eGBEv4WBD gPDcvPIncv3XijNpEwdZvOfiZ/4BzyqEyQa+/IDDhl0ap4ePyHMN5f1iQz6yDgOD 74GDae9d/a3M9JNN/g/LAOEqgt11IORTEAriJvpFAwVApoSFnU7D4DwzQSB3iPin InkKCvyMMs9dez4jQkLkGFm9Ia5AYVtd+tvOHK6hpWuqToyoXECvaaZyDbSrFpnE 17Inl742kl7x6pE9asEBCaRttdqDILpMlibEwiclk0ciiwlwN5Ejeg4Sbh3UVsSC Ro/X6nwgvuDCSYVThG89Dw3PT4YZvxqT7FYYxEbVqCKdlJ71aGtS87bnoeRJp6By XWatYPTgtWi0aMbaqvCqbEGlmxH1qQGnaTrag0gFBacQ1bUojDLWs/PcN1k6MmJF MxIpZs0OHMjLV5fCcyeH =TNVg -----END PGP SIGNATURE-----
--- End Message ---

