[java-allocation-instrumenter] 03/10: Clean up unused files
Kai-Chung Yan
seamlik-guest at moszumanska.debian.org
Thu Aug 11 07:36:06 UTC 2016
This is an automated email from the git hooks/post-receive script.
seamlik-guest pushed a commit to branch master
in repository java-allocation-instrumenter.
commit 8fe12d399f2bd25c56ccdc76ac8d54142ad90ce6
Author: Kai-Chung Yan (殷啟聰) <seamlikok at gmail.com>
Date: Thu Aug 11 15:11:41 2016 +0800
Clean up unused files
---
debian/maven.cleanIgnoreRules | 1 -
debian/maven.ignoreRules | 5 ++---
debian/maven.publishedRules | 1 -
debian/maven.rules | 7 -------
debian/rules | 4 ++++
5 files changed, 6 insertions(+), 12 deletions(-)
diff --git a/debian/maven.cleanIgnoreRules b/debian/maven.cleanIgnoreRules
deleted file mode 100644
index 8b13789..0000000
--- a/debian/maven.cleanIgnoreRules
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules
index e901d78..8a0b42f 100644
--- a/debian/maven.ignoreRules
+++ b/debian/maven.ignoreRules
@@ -1,3 +1,2 @@
-
-org.apache.maven.plugins maven-eclipse-plugin * * * *
-org.apache.maven.plugins maven-release-plugin * * * *
+junit junit * * * *
+org.apache.maven.plugins maven-source-plugin * * * *
\ No newline at end of file
diff --git a/debian/maven.publishedRules b/debian/maven.publishedRules
deleted file mode 100644
index 8b13789..0000000
--- a/debian/maven.publishedRules
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/debian/maven.rules b/debian/maven.rules
deleted file mode 100644
index b594110..0000000
--- a/debian/maven.rules
+++ /dev/null
@@ -1,7 +0,0 @@
-
-com.google.guava guava bundle s/.*/debian/ * *
-com.google.guava guava s/jar/bundle/ s/.*/debian/ * *
-junit junit jar s/3\..*/3.x/ * *
-org.ow2.asm * * s/.*/4.x/ * *
-s/com.google.code.google-collections/com.google.guava/ s/google-collect/guava/ s/jar/bundle/ s/.*/debian/ * *
-s/com.google.collections/com.google.guava/ s/google-collections/guava/ s/jar/bundle/ s/.*/debian/ * *
diff --git a/debian/rules b/debian/rules
index 659e7af..ca2901f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,5 +6,9 @@ export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8
%:
dh $@ --buildsystem=maven --with javahelper
+override_dh_auto_clean:
+ dh_auto_clean
+ $(RM) debian/maven.rules debian/maven.publishedRules debian/maven.cleanIgnoreRules
+
get-orig-source:
uscan --download-current-version --force-download --rename
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/java-allocation-instrumenter.git
More information about the pkg-java-commits
mailing list