This is an automated email from the git hooks/post-receive script. gio pushed a commit to branch master in repository freehep-swing.
commit 29428700f6cfda8c0ce449bed57a095fee4128fb Author: Giovanni Mascellani <[email protected]> Date: Sat Jun 4 22:36:41 2016 +0200 Remove topgit leftovers. --- debian/changelog | 1 + debian/patches/patch/pom.xml.diff | 32 -------------------------------- debian/patches/series | 2 +- debian/patches/source_version.diff | 21 +++++++++++++++++++++ 4 files changed, 23 insertions(+), 33 deletions(-) diff --git a/debian/changelog b/debian/changelog index 97b13ad..805d968 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ freehep-swing (2.0.3-4) UNRELEASED; urgency=low * Use secure Vcs-* URLs. * Bump Standards-Version to 3.9.8 (no changes required). * Build with debhelper 9 instead of CDBS. + * Quit using topgit and remove leftovers. * Remove trivial information in debian/README.source. -- Giovanni Mascellani <[email protected]> Sat, 29 Jan 2011 16:16:50 +0100 diff --git a/debian/patches/patch/pom.xml.diff b/debian/patches/patch/pom.xml.diff deleted file mode 100644 index cc6f8fe..0000000 --- a/debian/patches/patch/pom.xml.diff +++ /dev/null @@ -1,32 +0,0 @@ -From: Giovanni Mascellani <[email protected]> -Subject: [PATCH] patch/pom.xml - -Patch pom.xml in order to activate 1.4 source version - -Signed-off-by: Giovanni Mascellani <[email protected]> - ---- - pom.xml | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) - -diff --git a/pom.xml b/pom.xml -index c11a59f..2858561 100644 ---- a/pom.xml -+++ b/pom.xml -@@ -43,6 +43,14 @@ - </excludes> - </configuration> - </plugin> -+ <plugin> -+ <groupId>org.apache.maven.plugins</groupId> -+ <artifactId>maven-compiler-plugin</artifactId> -+ <configuration> -+ <source>1.4</source> -+ <target>1.4</target> -+ </configuration> -+ </plugin> - </plugins> - </build> - --- -tg: (a39fc07..) patch/pom.xml (depends on: master) diff --git a/debian/patches/series b/debian/patches/series index abd225c..07d8cbe 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1 @@ -patch/pom.xml.diff -p1 +source_version.diff diff --git a/debian/patches/source_version.diff b/debian/patches/source_version.diff new file mode 100644 index 0000000..91a76fd --- /dev/null +++ b/debian/patches/source_version.diff @@ -0,0 +1,21 @@ +From: Giovanni Mascellani <[email protected]> +Subject: Use source version 1.4 +Index: freehep-swing/pom.xml +=================================================================== +--- freehep-swing.orig/pom.xml ++++ freehep-swing/pom.xml +@@ -43,6 +43,14 @@ + </excludes> + </configuration> + </plugin> ++ <plugin> ++ <groupId>org.apache.maven.plugins</groupId> ++ <artifactId>maven-compiler-plugin</artifactId> ++ <configuration> ++ <source>1.4</source> ++ <target>1.4</target> ++ </configuration> ++ </plugin> + </plugins> + </build> + -- Alioth's hooks/post-receive on /srv/git.debian.org/git/pkg-java/freehep/freehep-swing.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

