[lucene2] 05/104: Patches now work

Kai-Chung Yan seamlik-guest at moszumanska.debian.org
Wed Mar 23 16:27:24 UTC 2016


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

seamlik-guest pushed a commit to branch master
in repository lucene2.

commit 896d29429cdb0e15453860453f498873ae4c17e6
Author: Jan-Pascal van Best <janpascal at vanbest.org>
Date:   Wed Aug 1 20:29:38 2007 +0000

    Patches now work
---
 debian/control                             | 6 ++++--
 debian/patches/00list                      | 2 +-
 debian/patches/{01_full => 01_full.dpatch} | 0
 debian/rules                               | 6 ++++--
 4 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 00104c8..b2329bf 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,10 @@
 Source: lucene2
 Section: contrib/text
 Priority: optional
-Maintainer: Jan-Pascal van Best <janpascal at vanbest.org>
-Build-Depends: debhelper (>= 4.0.0), sun-java5-jre, sun-java5-jdk, ant,
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Jan-Pascal van Best <janpascal at vanbest.org>, Barry Hawkins <barry at alltc.com>, 
+ Jeff Breidenbach <jab at debian.org>, Michael Koch <konqueror at gmx.de>
+Build-Depends: debhelper (>= 4.0.0), dpatch (>= 2.0), sun-java5-jre, sun-java5-jdk, ant,
  ant-optional, javacc, junit, libxalan2-java
 Build-Depends-Indep: libjline-java, libcommons-digester-java, libregexp-java, 
  libdb4.3-java, libdb4.3-java-dev
diff --git a/debian/patches/00list b/debian/patches/00list
index d575c0c..d216d56 100644
--- a/debian/patches/00list
+++ b/debian/patches/00list
@@ -1 +1 @@
-01_full
+01_full.dpatch
diff --git a/debian/patches/01_full b/debian/patches/01_full.dpatch
similarity index 100%
rename from debian/patches/01_full
rename to debian/patches/01_full.dpatch
diff --git a/debian/rules b/debian/rules
index 22f8dea..c732eca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,8 +50,10 @@ ANT=ant -propertyfile $(ANT_PROPS)
 # Include dpatch stuff per the documentation
 include /usr/share/dpatch/dpatch.make
 
-configure: patch configure-stamp
-configure-stamp:
+patch-stamp: patch
+
+configure: configure-stamp
+configure-stamp: patch-stamp
 	dh_testdir
 	# Add here commands to configure the package.
 

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



More information about the pkg-java-commits mailing list