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 <[email protected]> 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 <[email protected]> -Build-Depends: debhelper (>= 4.0.0), sun-java5-jre, sun-java5-jdk, ant, +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Jan-Pascal van Best <[email protected]>, Barry Hawkins <[email protected]>, + Jeff Breidenbach <[email protected]>, Michael Koch <[email protected]> +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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

