[jspwiki] 03/04: debian/rules: Removed the unused patch targets

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Jan 27 11:40:18 UTC 2015


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository jspwiki.

commit 9789f74c6d3e9132e0c5f5644eb281e387ac2770
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Jan 27 12:26:50 2015 +0100

    debian/rules: Removed the unused patch targets
---
 debian/changelog |  4 +++-
 debian/rules     | 16 ++--------------
 2 files changed, 5 insertions(+), 15 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 588ee52..ef436f0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,7 +17,9 @@ jspwiki (2.8.0-6) UNRELEASED; urgency=medium
     - Use canonical URLs for the Vcs-* fields
     - Updated the Homepage field
   * Added a watch file
-  * debian/rules: Use dh_install to install the files in /etc/jspwiki
+  * debian/rules:
+    - Use dh_install to install the files in /etc/jspwiki
+    - Removed the unused patch targets
   * Added debian/orig-tar.sh to build the upstream tarball
   * Moved the package to Git
 
diff --git a/debian/rules b/debian/rules
index 7bbd825..3101d66 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,20 +2,10 @@
 
 export JAVA_HOME=/usr/lib/jvm/default-java
 
-patch: patch-stamp
-
-patch-stamp:
-	touch patch-stamp
-#	dpatch apply-all
-
-unpatch:
-#	dpatch deapply-all
-	rm -rf patch-stamp debian/patched
-
 build: build-arch build-indep
 build-arch: build-stamp
 build-indep: build-stamp
-build-stamp: patch
+build-stamp:
 	dh_testdir
 #	mv lib lib.orig
 #	mkdir lib
@@ -35,9 +25,7 @@ binary-arch:
 
 binary-indep:	build
 
-clean: clean-patched unpatch
-
-clean-patched:
+clean:
 	dh_testdir
 	dh_testroot
 	dh_clean

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jspwiki.git



More information about the pkg-java-commits mailing list