This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository objenesis.
commit 20fccc82dada1886400ec94d959c4b62a4ecf0da Author: Markus Koschany <[email protected]> Date: Mon May 16 17:45:20 2016 +0200 Update changelog --- debian/README.source | 8 ++++++++ debian/changelog | 17 +++++++++++++---- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 0000000..89e5608 --- /dev/null +++ b/debian/README.source @@ -0,0 +1,8 @@ +objenesis +========= + +The structure of the original tarball changed in version 2.3. In order to +create a dfsg compliant tarball, you need to remove the -bin and -javadoc jar +and extract the -sources jar. This will produce just one org directory. The +META-INF directory can be removed. Recompress everything with xz and you will +get Debian's original tarball. diff --git a/debian/changelog b/debian/changelog index fe26ed3..ee7a4c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,17 @@ -objenesis (2.3-1) UNRELEASED; urgency=medium - - * Start new changelog entry. +objenesis (2.3-1) unstable; urgency=medium + + * Imported Upstream version 2.3. + * Declare compliance with Debian Policy 3.9.8. + * Vcs-Git: Use https. + * debian/watch: Use version=4 + * The build system changed from Maven to nothing. Use javahelper and + maven-repo-helper to fix that. + * Add debian/pom.xml. + * Use libobjenesis-java-doc.javadoc to install the documentation. + * Update debian/copyright for new release. + * Add README.source. - -- Markus Koschany <[email protected]> Mon, 16 May 2016 16:26:44 +0200 + -- Markus Koschany <[email protected]> Mon, 16 May 2016 17:43:50 +0200 objenesis (2.2-1) unstable; urgency=medium -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/objenesis.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

