[DRE-commits] r1860 - packages-wip/libferret-ruby/trunk/debian

terceiro-guest at alioth.debian.org terceiro-guest at alioth.debian.org
Mon Aug 27 22:45:27 UTC 2007


Author: terceiro-guest
Date: 2007-08-27 22:45:27 +0000 (Mon, 27 Aug 2007)
New Revision: 1860

Removed:
   packages-wip/libferret-ruby/trunk/debian/README.Debian
Modified:
   packages-wip/libferret-ruby/trunk/debian/changelog
   packages-wip/libferret-ruby/trunk/debian/control
   packages-wip/libferret-ruby/trunk/debian/copyright
   packages-wip/libferret-ruby/trunk/debian/rules
Log:
several changes



Deleted: packages-wip/libferret-ruby/trunk/debian/README.Debian
===================================================================
--- packages-wip/libferret-ruby/trunk/debian/README.Debian	2007-08-27 22:36:01 UTC (rev 1859)
+++ packages-wip/libferret-ruby/trunk/debian/README.Debian	2007-08-27 22:45:27 UTC (rev 1860)
@@ -1,6 +0,0 @@
-libferret-ruby for Debian
--------------------------
-
-<possible notes regarding this package - if none, delete this file>
-
- -- Leandro Nunes dos Santos <leandronunes at colivre.coop.br>  Mon, 27 Aug 2007 11:37:58 -0300

Modified: packages-wip/libferret-ruby/trunk/debian/changelog
===================================================================
--- packages-wip/libferret-ruby/trunk/debian/changelog	2007-08-27 22:36:01 UTC (rev 1859)
+++ packages-wip/libferret-ruby/trunk/debian/changelog	2007-08-27 22:45:27 UTC (rev 1860)
@@ -1,6 +1,11 @@
 libferret-ruby (0.11.4-1) unstable; urgency=low
 
+  [ Leandro Nunes dos Santos ]
   * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
 
- -- Leandro Nunes dos Santos <leandronunes at colivre.coop.br>  Mon, 27 Aug 2007 11:37:58 -0300
+  [ Antonio Terceiro ]
+  * Adjusting Leandro's initial packaging to pkg-ruby-extras team policies and
+    practices.
 
+ -- Antonio Terceiro <terceiro at softwarelivre.org>  Mon, 27 Aug 2007 18:51:31 -0300
+

Modified: packages-wip/libferret-ruby/trunk/debian/control
===================================================================
--- packages-wip/libferret-ruby/trunk/debian/control	2007-08-27 22:36:01 UTC (rev 1859)
+++ packages-wip/libferret-ruby/trunk/debian/control	2007-08-27 22:45:27 UTC (rev 1860)
@@ -1,18 +1,33 @@
 Source: libferret-ruby
 Priority: extra
-Maintainer: Leandro Nunes dos Santos <leandronunes at colivre.coop.br>, Antonio Terceiro <terceiro at softwarelivre.org>
-Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5), cdbs, ruby1.8-dev
+Maintainer: Leandro Nunes dos Santos <leandronunes at colivre.coop.br>
+Uploaders: Antonio Terceiro <terceiro at softwarelivre.org>, Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 5), cdbs, ruby1.8-dev, ruby-pkg-tools
 Standards-Version: 3.7.2
 Section: libs
 
+Package: libferret-ruby
+Section: interpreters
+Architecture: any
+Depends: libferret-ruby1.8
+Description: text search engine library written entirely in pure Ruby
+ Ferret is a high-performance, full-featured text search engine 
+ library written entirely in pure Ruby (with an optional C extension). 
+ It is inspired by the Java Lucene Project.
+ .
+  Homepage: http://rubyforge.org/projects/ferret
+ .
+ This is a dummy package which depends on the package for the default Ruby
+ version.
+
 Package: libferret-ruby1.8
-Provides: libferret-ruby
-Section: libdevel
+Section: interpreters
 Architecture: any
-Depends: ${shlibs:Depends}
-Description: text search engine library written entirely in pure Ruby.
+Depends: ruby1.8, ${shlibs:Depends}
+Description: text search engine library written entirely in pure Ruby
  Ferret is a high-performance, full-featured text search engine 
  library written entirely in pure Ruby (with an optional C extension). 
  It is inspired by the Java Lucene Project.
+ .
+  Homepage: http://rubyforge.org/projects/ferret
 

Modified: packages-wip/libferret-ruby/trunk/debian/copyright
===================================================================
--- packages-wip/libferret-ruby/trunk/debian/copyright	2007-08-27 22:36:01 UTC (rev 1859)
+++ packages-wip/libferret-ruby/trunk/debian/copyright	2007-08-27 22:45:27 UTC (rev 1860)
@@ -3,18 +3,10 @@
 
 It was downloaded from <http://rubyforge.org/projects/ferret/>
 
-Upstream Author(s): David Balmain <dbalmain at gmail.com>
+Upstream Author: David Balmain <dbalmain at gmail.com>
 
-Copyright: 
+Copyright (c) 2005-2006 David Balmain
 
-    Copyright (C) 2007 David Balmain
-
-License:
-
-    MIT/X Consortium License
-
-Copyright (c) 2005,2006, 2007 David Balmain
-
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including

Modified: packages-wip/libferret-ruby/trunk/debian/rules
===================================================================
--- packages-wip/libferret-ruby/trunk/debian/rules	2007-08-27 22:36:01 UTC (rev 1859)
+++ packages-wip/libferret-ruby/trunk/debian/rules	2007-08-27 22:45:27 UTC (rev 1860)
@@ -4,9 +4,3 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
 
-#build/capistrano:
-#   dh_installman debian/cap.1
-#   dh_installman debian/capify.1
-
-#DEB_RUBY_CONFIG_ARGS = --site-ruby=$(DEB_RUBY_LIBDIR)/$(cdbs_ruby_ver)
-




More information about the Pkg-ruby-extras-commits mailing list