[annotation-indexer] 09/11: Removed build.patch
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Sep 4 11:34:28 UTC 2014
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository annotation-indexer.
commit dec934cdba5cc766bcb080ff25f37a4459cd67b0
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Sep 3 17:01:39 2014 +0200
Removed build.patch
---
debian/changelog | 1 +
debian/patches/build.patch | 40 ----------------------------------------
debian/patches/series | 1 -
3 files changed, 1 insertion(+), 41 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0ff9733..8316a19 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ annotation-indexer (1.7-1) UNRELEASED; urgency=medium
- Refreshed the patch
- Disabled the tests since they rely on com.jolira:hickory
which isn't in Debian
+ * Removed build.patch
* debian/control:
- Standards-Version updated to 3.9.5 (no changes)
- Use canonical URLs for the Vcs-* fields
diff --git a/debian/patches/build.patch b/debian/patches/build.patch
deleted file mode 100644
index 2d42299..0000000
--- a/debian/patches/build.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-Description: maven-debian-helper does not currently support
- <build> elements from parent POM's; this patch pulls in the
- required build elements.
-Author: James Page <james.page at canonical.com>
-Forwarded: not-needed
-
---- a/pom.xml
-+++ b/pom.xml
-@@ -14,6 +14,31 @@
- Creates index of annotations.
- </description>
-
-+ <build>
-+ <plugins>
-+ <plugin>
-+ <groupId>org.apache.maven.plugins</groupId>
-+ <artifactId>maven-enforcer-plugin</artifactId>
-+ <version>1.0-beta-1</version>
-+ <executions>
-+ <execution>
-+ <phase>validate</phase>
-+ <goals>
-+ <goal>display-info</goal>
-+ </goals>
-+ </execution>
-+ </executions>
-+ </plugin>
-+ <plugin>
-+ <artifactId>maven-compiler-plugin</artifactId>
-+ <configuration>
-+ <source>1.5</source>
-+ <target>1.5</target>
-+ </configuration>
-+ </plugin>
-+ </plugins>
-+ </build>
-+
- <dependencies>
- <dependency>
- <groupId>org.kohsuke.metainf-services</groupId>
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 5879227..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-build.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/annotation-indexer.git
More information about the pkg-java-commits
mailing list