[pkg-java] r7912 - branches/solr/1.2.0+ds2/debian

janpascal-guest at alioth.debian.org janpascal-guest at alioth.debian.org
Sat Jan 31 20:11:02 UTC 2009


Author: janpascal-guest
Date: 2009-01-31 20:11:02 +0000 (Sat, 31 Jan 2009)
New Revision: 7912

Modified:
   branches/solr/1.2.0+ds2/debian/changelog
   branches/solr/1.2.0+ds2/debian/control
Log:
Add 20117{misc:Depends} to debian/control

Modified: branches/solr/1.2.0+ds2/debian/changelog
===================================================================
--- branches/solr/1.2.0+ds2/debian/changelog	2009-01-31 19:26:46 UTC (rev 7911)
+++ branches/solr/1.2.0+ds2/debian/changelog	2009-01-31 20:11:02 UTC (rev 7912)
@@ -1,8 +1,10 @@
 solr (1.2.0+ds2-4) UNRELEASED; urgency=low
 
   * Updated watch file
+  * Add ${misc:Depends} to debian/control to take into account indirect
+    dependencies from debhelper
 
- -- Jan-Pascal van Best <janpascal at vanbest.org>  Fri, 30 Jan 2009 15:23:34 +0100
+ -- Jan-Pascal van Best <janpascal at vanbest.org>  Sat, 31 Jan 2009 21:10:01 +0100
 
 solr (1.2.0+ds2-3) unstable; urgency=low
 

Modified: branches/solr/1.2.0+ds2/debian/control
===================================================================
--- branches/solr/1.2.0+ds2/debian/control	2009-01-31 19:26:46 UTC (rev 7911)
+++ branches/solr/1.2.0+ds2/debian/control	2009-01-31 20:11:02 UTC (rev 7912)
@@ -22,7 +22,8 @@
 
 Package: solr-common
 Architecture: all
-Depends: debconf (>= 1.5),
+Depends: ${misc:Depends},
+ debconf (>= 1.5),
  openjdk-6-jre (>= 6b11-5) | java5-runtime,
  libcommons-codec-java (>= 1.3),
  libcommons-csv-java (>= 0.1-SNAPSHOT+svn558885),
@@ -43,7 +44,8 @@
 
 Package: solr-tomcat5.5
 Architecture: all
-Depends: solr-common (>= ${binary:Version}), tomcat5.5 (>= 5.5.20)
+Depends: ${misc:Depends}, 
+ solr-common (>= ${binary:Version}), tomcat5.5 (>= 5.5.20)
 Conflicts: solr-jetty
 Description: enterprise search server based on Lucene - Tomcat integration
  Solr is an open source enterprise search server based on the Lucene 




More information about the pkg-java-commits mailing list